/* Template J */

/* 	COP ESD Colors

    Blue:       #3ea5d3 (light #62bae0)
    D Blue:     #0676A6
    Green:      #A3CF5D
    Gray:       #4D4D4D
    Dark Gray:  #333333
    Yellow:     #FFCE3C

    RED  #BD4C3D  or #9A2C1D
    PURPLE #682C7E

------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

.page_body,
.fbd_content,
.fbcms_htmleditor
{
    background: #f2f2f2;
    color: #2c2c2c;
    font: 400 1rem/1.5 'Montserrat',Arial,Helvetica,sans-serif;
}

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link {
	color: #0676A6;
}

/*- Header ------------------------*/
.fbcms_header
{ 
    background: #4d4d4d;
}
.fbcms_header .header_top
{
    background-color: #333;
    color: #fff;
}
.fbcms_header .header_top a
{
    color: #fff;
}
.fbcms_header .header_top .content_intro
{
    color: #C7C7C7;
}
.fbcms_header .header_top .content_buttonblock a
{
    color: #333;
}

.fbcms_header .header_main
{ 
    border-top: 40px solid #3ea5d3;
}

.site_logo {
    width: 70px;
}
.site_logo_text {
    width: 260px;
    max-width: calc(100% - 90px);
    margin: 0 0 0 10px;
}
.site_logo.vpadm_editable,
.site_logo_text.vpadm_editable
{
    max-width: none;
    padding: 0;
}

.search-form {
    top: -40px;
}
.fbcms_content.site_script_head {
    top: -32px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_header .header_liner {
        /*margin-top: -50px;*/
    }

	.navigation_wrapper
    {
        background-color: #a4d05f;
    }

    .site_logo {    
        margin: -32px 0 0 0;
        width: 128px;
        background: #4d4d4d;
        padding: 8px 10px 12px;
        border-radius: 50%;
        text-align: center;
        line-height: 0;
    }
    .site_logo_text {
        margin: 2px 0 0 10px;
    }

    .fbcms_content.site_script_head {
        top: 14px;
    }

    .fbcms_header.shrink *
    {
        transition: all .25s ease-in-out;
    }
    .fbcms_header.shrink .header_main {
        height: 66px;
        border-top-color: #4d4d4d; 
    }
    .fbcms_header.shrink .header_liner {
        margin-top: -40px;
    }
    .fbcms_header.shrink .menu_head,
    .fbcms_header.shrink .menu_focus,
    .fbcms_header.shrink .menu_quicklinks,
    .fbcms_header.shrink .site_script_head
    {
        display: none;
    }
    .fbcms_header.shrink .site_logo
    {
        margin: 4px 0 0 0;
        height: 62px;
        width: 62px;
        padding: 6px;
    }
    .fbcms_header.shrink .site_logo_text
    {
        max-width: 150px;
        margin-top: 5px;
    }

    .fbcms_header.shrink .search-form 
    {
        top: 10px;
    }
}
@media only screen and (min-width: 994px)
{
    .site_logo {  
        width: 160px;
    }    
    .site_logo_text {
        margin: -24px 0 0 10px;
    }
}
@media only screen and (max-width: 767px)
{
    .fbcms_header .header_main
    {
        border-bottom: 4px solid #a4d05f;  
    }
    .logo {
        padding: 10px 12px 2px;
    }
}

/*- Search ------------------*/
.search-form .search-input
{
    background-color: #a4d05f;
    color: #333;
}
.search-form .submit
{
    color: #333;
    background-color: #3ea5d3;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    opacity: 1;
    background-color: #a4d05f;
}
.search-form .search-input::-webkit-input-placeholder {
    color: #333;
}
.search-form .search-input::-moz-placeholder {
    opacity: 1;
    color: #333;
}
.search-form .search-input:-moz-placeholder {
    color: #333;
}
.search-form .search-input:-ms-input-placeholder {
    color: #333;
}
.search-form .search-input.placeholder {
    color: #333;
}

/* Social Media */
.fbcms_content .social_media_list a {
    color: #fff;
}
.fbcms_footer .fbcms_content .social_media_list a {
    color: #fff;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    opacity: .8;
}
@media only screen and (max-width: 767px)
{
    .fbcms_content .social_media_list a {
        color: #fff;
    }
}

/*- Head, Focus & Quicklinks Menu -----------*/
@media only screen and (min-width: 768px)
{
    .menu_head
    {
        top: -128px;
        right: 58px;
    }
    .menu_head a
    {
        font-size: .8rem;
        background-color: #3ea5d3;
        color: #333;
        font-weight: bold;
    }

    .menu_focus
    {
        max-width: 50%;
        text-align: right;
        top: auto;
        bottom: 55px;
    }
    .menu_focus li
    {
        padding: 4px 2px 0;
    }
    .menu_focus a
    {
        display: inline-block;
        background-color: #e2e2e2;
        color: #333;
        padding: 4px 8px;
        border-radius: 8px;
        font-size: .8rem;
        font-weight: bold;
    }
    .menu_focus ul li a:hover,
    .menu_focus ul li a:focus
    {
        background-color: #FFCE3C;
        color: #333;
        text-decoration: none;
    }

    .fbcms_header .menu_quicklinks
    {
        top: -136px;
    }
    .fbcms_header .menu_quicklinks .menu_title
    {
        color: #333;
        background-color: #3ea5d3;
        font-weight: bold;
    }
    .fbcms_header .menu_quicklinks .menu_title:after
    {
        background-color: #3ea5d3;
        color: #333;
    }
    .fbcms_header .menu_quicklinks.menuopen .menu_title,
    .fbcms_header .menu_quicklinks.menuopen .menu_title:after
    {
        color: #333;
        background-color: #a4d05f;
    }
    .fbcms_header .menu_quicklinks .simplemenu_container
    {
        background-color: #a4d05f;
    }
    .fbcms_header .menu_quicklinks .simplemenu_container a
    {
        color: #333;
    }
    .fbcms_header .menu_quicklinks .simplemenu_container a:hover,
    .fbcms_header .menu_quicklinks .simplemenu_container a:focus
    {
        background-color: #3ea5d3;
        color: #fff;
    }
}
@media only screen and (min-width: 1100px)
{
    .menu_head a
    {
        font-size: 1rem;
    }

    .menu_focus
    {
        bottom: 60px;
    }
    .menu_focus a
    {
        font-size: .95rem;
        padding: 6px 12px;
        border-radius: 12px;
    }
}

/*- main-nav ----------------------*/
.main-nav .top_level_item.menu_school
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .main-nav 
    {
        position: relative;
    }
    .main-nav .top_level_item
    {
        margin-left: 13px;
        padding: 10px 0;
    }
    .main-nav .top_level_item:first-child
    {
        margin-left: 0;
    }
    .main-nav .top_level_link
    {
        color: #333;
        font-size: .85rem;
        font-weight: bold;
        padding: 0;
        border-bottom: solid 2px transparent;
    }
    .main-nav .top_level_item.active .top_level_link,
    .main-nav .top_level_item:hover .top_level_link,
    .main-nav .top_level_item.hoverfocus .top_level_link
    {
        background-color: #a4d05f;
        border-bottom-color: #598118;
    }

    .fbcms_header.shrink .main-nav .top_level 
    {
        max-width: 100%;
    }
    .fbcms_header.shrink .main-nav .top_level_item
    {
        margin-left: 16px;
    }
	.fbcms_header.shrink .main-nav .top_level_link
	{
		font-size: .83rem;
		font-weight: bold;
	}
    
    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        background-color: #fff;
        color: #0676A6;
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #4D4D4D;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop .sublist_0 > li:hover > .link_pair > a,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #FFCE3C;
        color: #333;
    }
}
@media only screen and (min-width: 994px)
{        
    .main-nav .top_level 
    {
        max-width: calc(100% - 150px);
    }
    .main-nav .top_level_item
    {
        margin-left: 11px;
    }
    .main-nav .top_level_link
    {
        font-size: .92rem;
    }
}
@media only screen and (min-width: 1200px)
{     
    .main-nav .top_level_item
    {
        margin-left: 25px;
    }
    .main-nav .top_level_link
    {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener {
        top: -37px;
    }
    .header_liner > .slider-opener.changerbutton:before, 
    .header_liner > .slider-opener.changerbutton:after, 
    .header_liner > .slider-opener.changerbutton span {
        background-color: #fff;
    }
    
    .header_liner > .slider-opener.changerbutton:hover:before, 
    .header_liner > .slider-opener.changerbutton:hover:after, 
    .header_liner > .slider-opener.changerbutton:hover span {
        box-shadow: 0 0 3px #fff;
    }
}

/*- Focus Areas ----------------------*/
.main_focus
{
    background: #fff;
}
.fbcms_content.home_welcome
{
    background: #fff;
    color: inherit;
}
.fbpgro_overlay {
    background-color: rgba(123, 175, 212, .72);
}
@media only screen and (min-width: 768px)
{
    .fbpgro_overlay {
        position: relative;
        width: 96%;
        max-width: 1400px;
        text-align: left;
        padding: 0;
        overflow: visible;
        background: transparent;
        height: auto;
        margin: 0 auto;
    }
    .fbpgro_textwrapper
    {
        position: absolute;
        bottom: 10px;
        width: auto;
        padding: 12px 20px;
        background-color: rgba(228, 228, 234, .72);
    }
    .fbpgro_desc {
        font-weight: 500;
    }
    .fbpgro_linkwrapper
    {
        display: block;
        padding: 6px 0 0;
    }
    .fbpgro_link
    {
        padding: 6px 10px;
        text-decoration: none;
        background-color: #fff;
        color: #3ea5d3;
        font-weight: bold;
    }
    .fbpgro_link:hover,
    .fbpgro_link:focus
    {
        background-color: #3ea5d3;
        color: #fff;
    }
}
@media only screen and (min-width: 944px)
{
    .fbpgro_textwrapper
    {
        bottom: 20px;
        max-width: 40%;
    }
}

/*- Interior Specific -------------------*/
.page_interior .side_col
{
    background-color: #FCFCFC;
    /*order: 1;*/
}
.page_interior .column.center_col
{
    /*order: 2;*/
}
.page_landing .center_content .column .fbcms_content:first-child h2
{
    display: block;
    border-bottom: solid 2px #a4d05f;
}
@media only screen and (min-width: 768px)
{
    .page_interior .main_content .center_content {
        padding: 20px 20px 20px 0;
    }
    .page_interior .side_col
    {
        /*border-left: 1px solid #ebebeb;*/
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,fcfcfc+100&0.5+0,1+100 */
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.08) 0%, rgba(252,252,252,1) 2%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.08) 0%,rgba(252,252,252,1) 2%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(0,0,0,0.08) 0%,rgba(252,252,252,1) 2%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 */
    }
}
@media only screen and (min-width: 994px)
{
    .page_interior .main_content .center_content {
        padding: 30px 30px 30px 0 ;
    }
}

/*- Home Specific ---------------------*/
.page_home .home_component4
{
    background: #62BAE0;
}

.home_component5 {
    background: #3ea5d3;
}
.home_component5 * {
    color: #333;
}
.home_component5 .vpadm_buttonbar * 
{
    color: initial;
}
.home_component6
{
    background: #ddd;
}
.home_component5 .columns
{
    align-items: center;
}

.page_home .section_title1,
.page_home .section_title2
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{   
    .home_component3 .component_liner
    {
        max-width: none;       
    }
    /* Home Page sections can recieve background images like this: */
    .home_component4
    {
        position: relative;
        /*background-color: #fff;*/
    }
    .home_component4:after
    {
        content: "";
        position: absolute;
        left: 0;
        right:0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: url('/downloads/background_graphics/home_component4.jpg') center;
        background-size: cover;
        opacity: 0.3;
        z-index: 1;
    }
    .home_component4 .component_liner
    {
        z-index: 2;
        position: relative;
    }
    .home_component7
    {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+50,ffffff+50 */
        background: rgb(240,240,240); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(240,240,240,1) 50%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(240,240,240,1) 50%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(240,240,240,1) 50%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }
    .home_component7 .column.left_col {
        background: #F0F0F0;
        position: relative;
        /*background: #F0F0F0 url(/downloads/background_graphics/home_component7.png) no-repeat bottom right;
        background-size: contain;*/
    }
    .home_component7 .column.left_col .fbcms_content
    {
        position: relative;
        z-index: 2;
    }
    .home_component7 .column.left_col::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        background: transparent url(/downloads/background_graphics/watermark.png) no-repeat bottom 12px right 12px;
        background-size: 30% auto;
        opacity: .1;
        z-index: 1;
    }
    .home_component3 .columns.threecol
    {
        flex-wrap: wrap;
    }
    .page_home .columns.threecol .left_col,
    .page_home .columns.threecol .center_col {
        width: calc(50% - (6rem / 3));
    }
    .page_home .columns.threecol .right_col {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px)
{
    .page_home .columns.threecol .center_col {
        width: calc(26% - (6rem / 3));
        max-width: 400px;
    }
    .page_home .columns.threecol .left_col,
    .page_home .columns.threecol .right_col {
        width: calc(37% - (6rem / 3));
    }
}

/*- Side Nav -------------------*/
.side-nav 
{
    background: #3ea5d3;
    background: transparent;
    color: #333;
    padding-bottom: 40px;
    border-bottom: solid 4px #a4d05f;
    position: relative;
    min-height: 275px;
}
.side-nav .sidelist_0
{
    position: relative;
    z-index: 2;
}
.side-nav .sidelist_0 > li > a
{
    color: #333;
    font-size: 1.6rem;
    border-bottom: solid #fff 1px;
}
.side-nav .sidelist_1, 
.side-nav .sidelist_1 .side_sublist {
    padding-left: 16px;
    position: relative;
}
.side-nav .sidelist_1 > li
{
    margin-bottom: 6px;
}
.side-nav .sidelist_1 a
{
    color: #333;
    font-size: 1.1rem;
    position: relative;
}
.side-nav .sidelist_2 a
{
    font-size: 1.2rem;
}
.side-nav .sidelist_1 a:hover,
.side-nav .sidelist_1 a:focus,
.side-nav .sidelist_1 .current_item > a
{
    color: #333;
}
.side-nav .sidelist_1 a:hover::before,
.side-nav .sidelist_1 a:focus::before,
.side-nav .sidelist_1 .current_item > a::before
{
    content: "\f138";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -22px;
    top: 5px;
    font-size: .9em;
    color: #4D4D4D;
    font-weight: 700;
}
.side-nav:after
{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: transparent url(/downloads/logos_assets/templogo-glyph.png) no-repeat bottom 12px right 12px;
    background-size: 35% auto;
    opacity: .6;
    z-index: 1;
}

/*- Footer -------------------*/
.fbcms_footer
{
    color: #4d4d4d;
    color: #fff;
}
.fbcms_footer a,
.fbcms_footer .content_intro {
    color: #fff;
}
.footer_logo hr
{
    border-bottom: 2px solid #fff;
    background: transparent;
    width: 40%;
}
.goog-te-gadget,
.goog-te-gadget a
{
    color: #fff !important;
}
.fbcms_footer .footer_top
{
    background-color: #4D4D4D;
}
.fbcms_footer .footer_bottom
{
    background-color: #000000;
    color: #fff;
}
.fbcms_footer .footer_bottom a
{
    color: #fff;
}

/*- Rich Text -------------------*/
h1
{
    color: #4D4D4D;
}
h1 span
{
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
}
.home_welcome h1,
.home_welcome h2,
.home_welcome .content_intro
{
    color: #333;
}
h2
{
    color: #0676A6;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
}
.side_content h2
{
    font-size: 1.6rem;
    padding-bottom: .2em;
    border-bottom: solid 2px #fff;
}
.home_welcome h2
{
    color: #333;
    margin-bottom: .5em;
    display: inline-block;
    border-bottom: solid 3px #FFCE3C;   
}

h3
{
    color: #4D4D4D;
    font-family: 'Quattrocento','Montserrat',Arial,Helvetica,sans-serif;
}
h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title,
.fbcms_upcoming_events .event_title, 
.fbcms_upcoming_events .event_title a
{
    color: #4D4D4D;
    font-family: 'Quattrocento','Montserrat',Arial,Helvetica,sans-serif;
}
h5
{
    color: #4D4D4D;
    font-family: 'Quattrocento','Montserrat',Arial,Helvetica,sans-serif;
}
h6
{
    color: #4D4D4D;
    font-family: 'Quattrocento','Montserrat',Arial,Helvetica,sans-serif;
}

.content_intro
{    
    color: #616161;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
}
.home_welcome .content_intro
{
    font-size: 1.5rem;
    font-weight: 400;
}

.jump_url a,
.spotlight_button.spotlight_viewall,
.fbcms_newsletters .news_archivetoggle,
.newsarticle_details a,
.fbcms_more_link a,
.content_buttonblock a
{
    background-color: #e2e2e2;
    color: #333;
    font-weight: bold;
    padding: 4px 16px;
    border-radius: 12px;
    font-weight: bold;
    text-decoration: none;
}
.jump_url a:hover,
.jump_url a:focus,
.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus,
.fbcms_newsletters .news_archivetoggle:hover,
.fbcms_newsletters .news_archivetoggle:focus,
.newsarticle_details a:hover,
.newsarticle_details a:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.content_buttonblock a:hover,
.content_buttonblock a:focus
{
    background-color: #FFCE3C;
    color: #333;
}

/*- Calendars --------------------*/
.fbcms_upcoming_events .time
{
    color: #000;
}
li.fbcms_upcoming_event_item .event_date {
    background: #e2e2e2;
    color: #333;
}

.event_details a
{
    display: inline-block;
    background: #a4d05f;
    color: #333;
    padding: 4px 10px;
    border-radius: 3px; 
    text-decoration: none;
    text-align: center;
}
.event_details a:hover {
    background: #0676A6;
    color: #fff;
}

.month_table .month_header
{
    background-color: #3ea5d3;
    color: #333;
}

.calendargrid .caltab .monthname
{
    color: #999999;
}
.calendargrid .caltab .dayofweek
{
    background-color: #3ea5d3;
    color: #333;
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #a4d05f;
    color: #333;
}

.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #0676A6;
}
.fbcms_calendar_minigrid th {
    color: #000;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    background-color: #fff;
    color: #0676A6;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:hover,
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:focus,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:hover,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:focus
{
    color: #000;
    background-color: #fff;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    color: #0676A6;
    background-color: #f2f2f2;
}
.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #0676A6;
}

/*- News -----------------------*/
.fbcms_newscontent .fbcms_newscontent_month 
{
    color: #000;
}
.fbcms_newscontent .newsarticle_date
{
    color: #666;
    text-transform: uppercase;
    font-size: .75rem;
}
.fbcms_newscontent .fbcms_contentheader:after 
{
    content: "";
    display: block;
    clear:  both;
}
.fbcms_newscontent .fbcms_newscontent_list
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 1rem;
}
.fbcms_newscontent .fbcms_newsarticle
{
    background-color: #fff;
    padding: .5rem;
    margin: 0;
    display: grid;
}
.fbcms_newscontent .fbcms_newsarticle .fbcms_media
{
    grid-row: 1 / 2;
}

.fbcms_news_headlines .fbcms_article_imageblock
{
	float: left;
	margin: 0 1rem 0 0;
	max-width: 50%;
}


/* Headlines slide-up */
.main_focus
{
    overflow: clip;
}
.fbcms_content.home_welcome.fbcms_news_headlines 
{
    position: relative;
    margin-bottom: 0;
}
.fbcms_content.home_welcome.fbcms_news_headlines:after 
{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background-color: #f2f2f2;
    z-index: 1;
}
.fbcms_content.home_welcome.fbcms_news_headlines > *
{
    position: relative;
    z-index: 2;
}

.page_home .main_focus_liner .flexi,
.page_home .main_focus_liner .flexi .fbcms_section
{
    display: block;
}
.page_home .main_focus_liner .flexi .fbcms_content
{
    width: 100% !important;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article
{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    border: solid 3px #62bae0;
    margin: 0 auto 1rem;
    background: #fff;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article a
{
    display: inline-block;
    height: auto;
    color: #0676A6;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #598118;
    padding: 6px 0 4px;
    margin: 0;
    text-decoration: none;
    transition: all .2s linear;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_detail a:after
{
    content: '\f30b';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    margin-left: 8px;
    transition: all .2s linear;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_detail a:hover:after, 
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_detail a:focus:after
{
    margin-left: 18px;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_imageblock
{
    width: 100%;
    line-height: 0;
    min-height: 12em;
    aspect-ratio: 1.5 / 1;
    float: none;
    margin: 0;
    max-width: 100%;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_media
{
    height: 100%;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_imageblock img
{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_textblock
{
    padding: 3% 5%;
    width: 100%;
    overflow: hidden;
    background: rgb(255 255 255 / 92%);
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_title
{
    color: #0676A6;
    margin-bottom: 0;
}

.page_home .home_welcome.fbcms_news_headlines .fbcms_article_date
{
/*    color: #fff;*/
    font-size: .8em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_summary
{
    line-height: 1.2;
    margin-bottom: .3em;
    overflow: hidden;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_article_summary p
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.page_home .home_welcome.fbcms_news_headlines .fbcms_contentfooter
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .page_home .home_welcome.fbcms_news_headlines .fbcms_headline_list_content
    {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article
    {
        width: calc(50% - (1rem / 2)); 
        margin: 0 0 .5rem;
    }
}
@media only screen and (min-width: 994px)
{
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article_textblock
    {
        position: absolute;
        bottom: 0;
        height: 100%;
        display: grid;
        align-content: center;
        height: 4rem;
        transition: all .3s linear;
    }
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article:hover  .fbcms_article_textblock
    {
        max-height: 100%;
    }
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article_title
    {
        font-size: 1.2rem;
        line-height: 1;
    }
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article:hover .fbcms_article_textblock,
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_textblock
    {
        height: 100%;
    }
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article .fbcms_article_summary,
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article .fbcms_article_detail,
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article .newsarticle_document 
    {
        height: 0;
        opacity: 0;
        transition: all .3s linear;
    }
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article:hover .fbcms_article_summary,
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_summary,
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article:hover .fbcms_article_detail,
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article.hoverfocus .fbcms_article_detail,
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article:hover .newsarticle_document,
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article.hoverfocus .newsarticle_document 
    {
        height: auto;
        opacity: 1;
        margin-top: 6px;
    }
}
@media only screen and (min-width: 1200px)
{
    .page_home .home_welcome.fbcms_news_headlines .fbcms_article
    {
        /*width: calc(33.333% - (2rem / 3));*/
        width: calc(25% - (3rem / 4));
    }
}

/* Site Alert */
.fbcms_emergencyAlert:where(:has(.fbcms_article_imageblock))
{
    max-width: 1000px;
}
.fbcms_emergencyAlert:where(:has(.fbcms_article_imageblock)) .fbcms_article_imageblock
{
    float: none;
    margin: 0;
    max-width: none;
}


/*- Staff ----------------------*/
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #0676A6;
}
.fbcms_staff_cards .fb_tellink
{
    white-space: unset;
}
.fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner
{
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
@media only screen and (min-width: 768px)
{
    .page_interior:not(.page_onecol) .fbcms_staff_cards > .fbcms_contentbody > .fbcms_staffentry {
        width: calc(33.333% - 3px);
        padding: 0 0.438em 0.875em;
    }
}

.fbcms_staff_listing_row 
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1rem 2rem;
}
.fbcms_staff_listing_row .fbcms_staff_listing_heading
{
    grid-column: 1 / -1;
}
.fbcms_staff_listing .fbcms_staffentry
{
    margin-bottom: 0;
}
.fbcms_staff_listing .profilePhoto img
{
    width: 70px;
    border-radius: 8px;
    margin-right: 1rem;
}

/*- Expandable Content -------------*/
.fbcms_ec_title
{
    background-color: #3ea5d3;
    color: #333;
}
.fbcms_ec_title .fbcms_ec_titletext
{
    color: #333;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #a4d05f;
    color: #333;
}
.fbcms_ec_title:hover .fbcms_ec_titletext,
.fbcms_ec_title:focus .fbcms_ec_titletext
{
    color: #333;
}
.fbcms_ec:not(.fbcms_ec_collapsed) .fbcms_ec_title
{
    margin-bottom: 0;
}
.fbcms_ec > div:where(:not(.fbcms_ec_title, .fbedit_block)) 
{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.flyup_tab,
.flyup_slide
{
    background-color: #a4d05f;
    color: #333;
}
.flyup_slide a,
.flyup_slide h2,
.flyup_slide h3,
.flyup_slide h4,
.flyup_slide h5,
.flyup_slide h6,
.flyup_slide .content_intro
{
    color: #333;
}
.flyup_tab:after {
    border-color: transparent transparent #333 transparent;
}

/*- Tabs ---------------------*/
.tabset_titlecontainer {
    border-bottom-color: #3ea5d3;
}
.fbcms_tabset .tabset_title_header
{
    font-size: 1.4rem;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
}
.fbcms_tabset .tabset_title a
{
    border-radius: 10px 10px 0 0;
}
.fbcms_tabset .tabset_title.active a,
.fbcms_tabset .tabset_title a:hover,
.fbcms_tabset .tabset_title a:focus
{    
    background-color: #a4d05f;
    color: #333;
}
@media only screen and (max-width: 1199px)
{
    .fbcms_tabset .tabset_title_header
    {
        font-size: 1rem;
    }
}

/*- Spotlights ---------------------*/
.quickspots_wrapper
{
    background: #4d4d4d;
    padding: 0 12px;
}
.page_interior .quickspots_wrapper
{
    border-bottom: solid 3px #f2f2f2;
}
.site_quickspots.fbcms_spotlights .fbcms_contentfooter.blockpos_left {
    text-align: center;
}
.site_quickspots.fbcms_spotlights
{
    padding: 15px 0 1px;
    margin: 0;
}
.site_quickspots .fbcms_spotlights_title
{
	text-align: center;
}
.site_quickspots .fbcms_spotlights_list:after
{
    display: none;
}

.site_quickspots .fbcms_spotlight,
.page_onecol.page_flexi .flexi1 .fbcms_spotlight
{
    overflow: visible;
    margin-bottom: .8rem;
}
.site_quickspots .fbcms_spotlight .fbcms_spotlight_liner,
.page_onecol.page_flexi .flexi1 .fbcms_spotlight_liner
{
    background-color: #62bae0;
    text-align: center;
    padding: 22px 6px;
    transform: scale(.9);
    transition: all .3s linear;
}
.page_onecol.page_flexi .flexi1 .fbcms_spotlight_liner
{
    padding: 20px 10px 20px;
    border-radius: 20px;
}
.site_quickspots .fbcms_spotlight .fbcms_spotlight_liner:hover,
.site_quickspots .fbcms_spotlight .fbcms_spotlight_liner:focus,
.page_onecol.page_flexi .flexi1 .fbcms_spotlight_liner:hover,
.page_onecol.page_flexi .flexi1 .fbcms_spotlight_liner:focus
{
    background: #a4d05f;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.7);
    transform: scale(1);
}

.site_quickspots .fbcms_spotlight .fbcms_spotlight_image 
{
    background-color: #f2f2f2;
    height: 70px;
    width: 70px;
    padding: 15px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.page_onecol.page_flexi .flexi1 .fbcms_spotlight .fbcms_spotlight_text
{
    display: grid;
    height: 100%;
    align-content: center;
}

.site_quickspots .fbcms_spotlight .desc_short,
.page_onecol.page_flexi .flexi1 .fbcms_spotlight .desc_short
{
    color: #333;
    font: bold 16px/1.5 'Montserrat',Arial,Helvetica,sans-serif;
    margin-bottom: 0;
}
.site_quickspots .fbcms_spotlight .desc_long,
.site_quickspots .fbcms_spotlight .more_link,
.page_onecol.page_flexi .flexi1 .fbcms_spotlight .fbcms_spotlight_image,
.page_onecol.page_flexi .flexi1 .fbcms_spotlight .desc_long,
.page_onecol.page_flexi .flexi1 .fbcms_spotlight .more_link
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .quickspots_wrapper
    {
        padding: 0;
    }    
    .page_home .quickspots_wrapper
    {
        padding-bottom: 15px;
    }
    .site_quickspots .fbcms_spotlight .fbcms_spotlight_liner,
    .page_onecol.page_flexi .flexi1 .fbcms_spotlight_liner
    {
        height: 100%;
    }
}
@media only screen and (min-width: 994px)
{
    .page_onecol.page_flexi .flexi1 .spotlights_horizontal.horz_layout_6 .fbcms_spotlight
    {
        flex: 0 1 16%;
        margin: 0 .25%;
    }
    .site_quickspots .spotlights_horizontal.horz_layout_7 .fbcms_spotlight
    {
        flex: 0 1 13.2%;
        margin: 0 .5%;
    }
}
@media only screen and (min-width: 1200px)
    {
    .site_quickspots .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    {
        flex: 1 1 11%;
        margin: 0 .5%;
    }
}

/*- Quick Facts --------------------*/
.home_middle.fbcms_spotlights
{
    margin-bottom: 0;
}
.page_home .section_title1
{
    background: #f2f2f2;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px)
{
    .page_home .section_title1:before
    {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -900px;
        right: -900px;
        height: 100%;
        z-index: -1;
        background: #f2f2f2;
    }
}
.home_middle .fbcms_spotlight.linedup .fbcms_spotlight_liner 
{
    align-items: center;
}
.home_middle .fbcms_spotlight_liner:hover,
.home_middle .fbcms_spotlight_liner:focus
{
	background: transparent;
}
.home_middle .fbcms_spotlight.linedup .fbcms_spotlight_text {
    padding-left: 30px;
}
.home_middle .fbcms_spotlight
{
	overflow: visible;
    text-align: center;
}
.home_middle .fbcms_spotlight.stacked .fbcms_spotlight_image
{
    display: inline-block;
	background: #f2f2f2;
	padding: 20px;
    max-width: 80px;
	border-radius: 50%;
	position: relative;
    margin: 0 auto 10px;
}
/*.home_middle .fbcms_spotlight_liner:hover .fbcms_spotlight_image,
.home_middle .fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
	background: #3ea5d3;
}*/
.home_middle .fbcms_spotlight .desc_short
{
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
}

/*- Testimonials --------------------*/
.page_home .flexi1 .spotlights_horizontal .fbcms_spotlight.wrapping .fbcms_spotlight_text
{
    display: table-cell;
}
.page_home .flexi1 .fbcms_spotlight.wrapping .fbcms_spotlight_image
{
    border-radius: 50%;
    overflow: hidden;
    max-width: 35%;
}
.page_home .flexi1 .fbcms_spotlight.wrapping .fbcms_spotlight_image
{
    margin-right: 20px;
}
.page_home .flexi1 .fbcms_spotlight .desc_short
{
    text-transform: uppercase;
}
.page_home .flexi1 .fbcms_spotlight .desc_long
{
    font-size: 17px;
}
.page_home .flexi1 .fbcms_spotlight .more_link
{
    display: none;
}
.page_home .flexi1.fbcms_spotlights .fbcms_contentfooter 
{
    text-align: center;
}

/* Quicklinks spotlghts gallery page - https://www.copesd.org/pub/spotlights/quick-links */
.fbcms_card .fbcms_card_liner
{
    background: #fff;
}
.fbcms_cards .fbcms_card_image
{
    width: auto;
}