/*--------------------------------------------
    REMC 2019 
    Blue (REMC):            #4167B0
    Blue (Classroom Tools): #1E76C2
    Purple (Prof. Learning):#86499B
    Teal (REMC Save):       #00A5A8 (#00AAAD)
-----------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap');

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor,
.StoryContent.vpadm_editable
{
    color: #303133;
    font: 400 1.063rem/1.3 'Raleway',Arial,Helvetica,sans-serif;
}
.page_body
{
	background: #ffffff;
	margin: 0;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
    height: 100vh;
}
.fbd_content,
.fbcms_htmleditor
{
    background-color: #ffffff;
}
@media only screen and (min-width: 768px)
{

}
/* END Body */

/* General Styling */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link{
    color: #4167B0;
}
.ui-widget-content .registration_link a {
	background: #4167B0;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 3px; 
    text-decoration: none;
    text-align: center;
}
.ui-widget-content .registration_link a:hover {
    background: #86499B;
}

input,
textarea,
select {
	font: 100% 'Raleway',Arial, Helvetica, sans-serif;
	color: #6D6D6D;
	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,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
/* END General Styling */

/* wrapper & overall structure */
.fbcms_component
{
    max-width: 100%;
    display: block;
    width: 100%;
}
.fbcms_component::after
{
    content: "";
    display: table;
    clear: both;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .component_liner,
    #navigation
    {
        width: 96%;
        height: 100%;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
    }
}

/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header
{
    background: #4167B0;
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header .header_main
    {
        height: 160px;
        position: relative;
    }
}
@media only screen and (min-width: 1200px) 
{
    .fbcms_header .header_main
    {
        height: 124px;
    }
}

/* Logo */
.logo {
    display: block;
    padding: 46px 12px 12px;
    text-decoration: none;
}
.site_logo
{
    display: inline-block;
    vertical-align: middle;
    width: 300px;
}
.site_logo img {
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px)
{
    .logo {
        height: 0;
        padding: 0;
    }
    .site_logo {
        margin: 12px 0 0 0;
    }
}

/* Search */
.search-form
{
    position: absolute;
    top: 8px;
    right: 50px;
    width: auto;
    z-index:102;
    border-radius: 3px;
}
.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 36px;
    vertical-align: middle;
    border: none;
}
.search-form .search-input
{
    width: 200px;
    background-color: #5476B8;
    color: #fff;
    padding: 0;
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.search-form.opened .search-input 
{
    padding-left: 10px;
    width: 160px;
}
.search-form .search-input::-webkit-input-placeholder {
    color: #fff;
}
.search-form .search-input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.search-form .search-input:-moz-placeholder {
    color: #fff;
}
.search-form .search-input:-ms-input-placeholder {
    color: #fff;
}
.search-form .search-input.placeholder {
    color: #fff;
}
.search-form .submit
{
    color: #ffffff;
    float: right;
    text-indent: -9999px;
    width: 36px;
    position: relative;
    background: #5476B8 url(../img/bg-search-ico.png) no-repeat center;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    opacity: 0.7;
}

    .search-form legend,
    .search-form label
    {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        color: #ffffff;
    }
@media only screen and (min-width: 768px)
{
    .search-form
    {
        top: 32px;
        right: 0;
    }
}
@media only screen and (min-width: 1200px)
{
    .search-form
    {
        top: 62px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Site Scripts */
.fbcms_content.site_script_head
{
    display: block;
    position: absolute;
    top: 8px;
    right: 78px;
}
.fbcms_content.site_script_foot
{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_content.site_script_head {
        top: 44px;
        right: 0;
        z-index: 4;
    }
}

/* Social Media Script */
.fbcms_content ul.social_media_list {
    margin: 0;
}
.social_media_list:after
{
    content: "";
    display: table;
    clear: both;
}
.fbcms_content ul.social_media_list > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    list-style: none;
    font-size: 14px;
}

.fbcms_content ul.social_media_list > li:first-child {
    margin-left: 0;
}
.fbcms_content ul.social_media_list > li:last-child {
    margin-right: 0;
}

.fbcms_content .social_media_list a {
    color: #fff;
    text-align: center;
}
.social_media_list .social-media-circle {
    display: block;
    border-radius: 50%;
    padding: 3px 6px;
    text-align: center;
    background-color: #62b3e4;
    width: 24px;
    height: 24px;
}
.social_media_list a:hover,
.social_media_list a:focus
{
    opacity: .8;
    text-decoration: none;
}
@media print
{
    .fbcms_content ul.social_media_list {
        display: none;
    }
}
/*
===========================================================
 END HEADER
===========================================================
*/

/*
===========================================================
 MENUS
===========================================================
*/

/* main-nav */
@media only screen and (min-width: 768px)
{
    .menu_title.menusection_title
    {
        display: none;
    }
    .main-nav 
    {
        vertical-align: middle;
        margin: 0;
        left: auto;
        z-index: 101;
    }
    .menu_main.main-nav .top_level_item
    {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 12px;
    }
    .menu_main.main-nav .top_level_item:last-child
    {
        margin-right: 0;
    }
    .menu_main.main-nav .top_level_link
    {
        color: #ffffff;
        text-decoration: none;
        font-size: 20px;
        padding: 0 0 6px;
        margin: 0 0 6px 10px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: solid 2px transparent;
    }
    .menu_main.main-nav .top_level_item:last-child .top_level_link
    {
        padding-right: 0;
    }
    .menu_main.main-nav .top_level_item.active .top_level_link,
    .menu_main.main-nav .top_level_item:hover .top_level_link,
    .menu_main.main-nav .top_level_item.hoverfocus .top_level_link
    {
        border-bottom-color: #fff;
    }
    
    /* Main Menu Icons */
    .menu_main.main-nav .top_level_item > .link_pair
    {
        display: flex;
        height: 60px;
        padding: 10px 0;
    }
    .menu_main.main-nav .top_level_item > .link_pair::before
    {
        content:"";
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .menu_main.main-nav .top_level_item:first-child > .link_pair::before
    {
        background-image: url(/skins/remc_2019/img/about-icon.png);
        width: 28px;
    }
    .menu_main.main-nav .top_level_item:nth-child(2) > .link_pair::before
    {
        background-image: url(/skins/remc_2019/img/news-icon.png);
        width: 33px;
    }
    .menu_main.main-nav .top_level_item:nth-child(3) > .link_pair::before
    {
        background-image: url(/skins/remc_2019/img/wheres-my-remc-icon.png);
        width: 35px;
    }
    .menu_main.main-nav .top_level_item:nth-child(4) > .link_pair::before
    {
        background-image: url(/skins/remc_2019/img/contact-icon.png);
        width: 26px;
    }

    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: 100%;
        background-color: #ffffff;
        width: 250px;
        -webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
        box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.7);
    }
    .main-nav .top_level_item > .drop a 
    {
        color: #303133;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 10px;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: #355BA4;
        color: #fff;
    }
}
@media only screen and (min-width: 994px)
{  
    .menu_main.main-nav .top_level_item
    {
        margin: 0 16px;
    }
    .menu_main.main-nav .top_level_link
    {
        font-size: 20px;  
        margin: 0 0 10px 10px;
    }
}
@media only screen and (min-width: 1200px)
{
    .menu_main.main-nav 
    {
        left: 244px;
        right: 70px;
    }    
    .menu_main.main-nav .top_level_link
    {
        margin: 0 0 18px 10px;
    }    
    .menu_main.main-nav .top_level_item > .link_pair
    {
        height: 68px;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}

/* nav slider */
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener
    {
        top: 8px;
        right: 8px;
        position: absolute;
        display: block;
    }
    .header_liner > .slider-opener.changerbutton:before, 
    .header_liner > .slider-opener.changerbutton:after, 
    .header_liner > .slider-opener.changerbutton span {
        background-color: #ffffff;
    }
    .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 5px #ffffff;
    }
}

/* Subpages Menu */
.menu_subpages .menu_title {
	/*margin: 0 -12px;*/
}
@media print, screen and (min-width: 768px)
{
    .menu_subpages.drop-nav
    {
        display: none;
    }
}

/* Breadcrumb Nav */
.breadcrumb-nav
{
    padding: 0;
    margin-bottom: 16px;
}
.breadcrumb-nav li
{
    font-size: 17px;
    line-height: 1.3;
    font-weight: 300;
}
.breadcrumb-nav li:after {
    color: #D1D1D1;
    content: "/ ";
    padding: 0 6px;
}
.breadcrumb-nav li:last-child:after {
    display: none;
}
@media only screen and (min-width: 768px)
{
    .breadcrumb-nav
    {
        padding: 16px 0 6px;
    }
}

/* Foot Menu */
.menu_foot
{
    margin-bottom: 10px;
}

.menu_foot li
{
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px)
{   
    .menu_foot.list-nav ul li
    {
        display: block;
    }
}
/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
.fbcms_main
{
    flex: 1;
}
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        overflow: hidden;
    }
    .main_content
    {
        position: relative;
    }
    .columns
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
    
    .wide_col
    {
        width: calc(62% - 3rem);
    }
    .side_col
    {
        width: 38%;
    }
}

/* Flexi Content */
.flexi
{
    position: relative;
}
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
.flexi_title1,
.flexi_title2,
.flexi_title3,
.flexi_title4,
.flexi_title5
{
    padding-top: 25px;
}
.flexi .fbcms_content
{
    /*margin: 2rem 0 1rem;*/
}
@media only screen and (min-width: 500px)
{
    .flexi,
    .flexi .fbcms_section
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .fbcms_editmode .flexi .fbcms_section
    {
        /*margin: 30px 0;*/
    }

    /* http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/ 
    -- editmode selectors added to accomodate add block button as an additional item */

    /* When 2 or more blocks */
    .flexi .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(3), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content
    {
        width: calc(50% - 2rem);
        /*margin: 2rem 0;*/
    }

    .flexi .fbcms_content:only-child,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(2), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(2) ~ .fbcms_content
    {
        width: 100%;
        /*margin: 2rem 0 1rem;*/
    }

    .flexi .fbcms_section > .addblock_buttonbar_wrapper
    {
        min-width: 100%;
    }
}
@media only screen and (min-width: 768px)
{
    /* When 3 flexi content blocks*/
    .flexi .fbcms_content:first-child:nth-last-child(3), 
    .flexi .fbcms_content:first-child:nth-last-child(3) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(4) ~ .fbcms_content
    {
        width: calc(33.333% - 2rem);
    }

    /* When 4 flexi content blocks */
    .flexi .fbcms_content:first-child:nth-last-child(4), 
    .flexi .fbcms_content:first-child:nth-last-child(4) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(5), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(5) ~ .fbcms_content
    {
        width: calc(25% - 2rem);
    }

    /* When 5 flexi content blocks */
    .flexi .fbcms_content:first-child:nth-last-child(5), 
    .flexi .fbcms_content:first-child:nth-last-child(5) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(6), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(6) ~ .fbcms_content
    {
        width: calc(20% - 2rem);
    }

    /* When 6 flexi content blocks - back down to thirds */
    .flexi .fbcms_content:first-child:nth-last-child(6), 
    .flexi .fbcms_content:first-child:nth-last-child(6) ~ .fbcms_content,
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(7), 
    .fbcms_editmode .flexi .fbcms_content:first-child:nth-last-child(7) ~ .fbcms_content
    {
        width: calc(33.333% - 2rem);
    }
    /* Any more than 6 defaults to halves */
}
/*~~ END Flexible Content Areas ~~*/

/* Focus Areas */
.main_focus
{
    background: #EDEDED;
}
.page_interior .main_focus
{
    background: #355BA4;
}

.page_interior .program_hero
{
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.fbcms_image.program_hero
{
    line-height: 0;
}
.fbcms_image.program_hero img {
    width: auto;
    max-height: 300px;
    position: relative;
    z-index: 1;
}
.page_interior:not(.fbcms_editmode) .program_hero:after
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    z-index: 2;
}

.home_welcome
{
    width: 100%;
    padding: 0 12px;
}
@media only screen and (min-width: 768px)
{   
    .home_welcome
    {
        padding: 0;
    }
}

/* Home Specific */
.page_home .main_content_bottom 
{   
    position: relative;
    background-color: #EDEDED;
}
.page_home .main_content .column
{
    padding: 12px;
}

.page_home .main_focus_liner .column
{
    margin: 10px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    max-width: 557px;
}
.page_home .main_focus_liner .fbcms_imagewlink a {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 0;
}
.page_home .main_focus_liner .fbcms_imagewlink a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.15);
}
.page_home .main_focus_liner .fbcms_imagewlink a:hover::after,
.page_home .main_focus_liner .fbcms_imagewlink a:focus::after {
    background: rgba(0,0,0,0);
}
.page_home .main_focus_liner .column .fbcms_richtext
{
    padding: 10px;
}

.page_home .main_focus_liner h2
{
    color: #303133;
    margin-bottom: 0;
}
.page_home .main_focus_liner  h3
{
    margin-bottom: 6px;
}
.page_home .main_focus_liner .left_col h3
{
    color: #1E76C2;
}
.page_home .main_focus_liner .center_col h3
{
    color: #86499B;
}
.page_home .main_focus_liner .right_col h3
{
    color: #00A5A8;
}

.page_home .flexi .fbcms_content
{
    background: #fff;
    border-top: solid 14px #1E76C2;
    padding: 12px;
    border-radius: 10px;
    margin: 6px;
}
.page_home .flexi .fbcms_content:nth-child(2)
{
    border-top-color: #86499B;
}
.page_home .flexi .fbcms_content:nth-child(3)
{
    border-top-color: #00AAAD;
}
@media only screen and (min-width: 768px)
{
    .page_home .main_focus_liner .column
    {
        margin: 50px 0;
    }
    .page_home .main_focus_liner .column .fbcms_richtext
    {
        padding: 20px 30px;
    }
    .page_home .main_content .column
    {
        padding: 50px 0;
        position: relative;
    }
    .page_home .main_focus .column
    {
        width: calc(33.3333% - (26px / 3));
    }
    .page_home .flexi .fbcms_content
    {
        padding: 20px 30px;
        margin: 20px 0 30px;
    }
}

/* Interior Specific */
.page_interior .main_content .center_content {
    padding: 12px;
}

.page_interior .side_col .side_content,
.fbcms_content.project_logo
{
    padding: 12px;
}
.fbcms_content.firstone
{
    padding-top: 15px;
}
.fbcms_content.lastone
{
    padding-bottom: 15px;
}

.page_interior .main_content
{
    background: #EDEDED;
}
@media only screen and (min-width: 768px)
{
    .page_interior .column.center_col
    {
        width: 64%;
    }

    .page_interior .main_content .center_content
    {
        padding: 0;
    }
    .page_interior .main_content .side_col
    {
        width: 32%;
        position: relative;
    }
    .page_interior .side_col .side_content
    {
        padding: 20px 0 20px 30px;
    }
    .fbcms_content.project_logo
    {
        padding: 16px 30px 12px; 
    }
}

/* Landing Specific */
.page_interior .main_focus_liner
{
    display: flex;
    align-items: center;
}
.title_icon, 
.landing_title {
    display: inline-block;
    vertical-align: middle;
}
.title_icon
{
    width: 100px;
    line-height: 0;
}
.landing_title
{
    color: #fff;
    font: bold 29px/1.3 'Raleway',Arial,Helvetica,sans-serif;
    margin-bottom: 0;
    padding: 10px 12px;
}
.landing_title span
{
    color: #fff;
    display: inline-block;
    opacity: .6;
    font-size: inherit;
    font-weight: bold;
    text-transform: none;
}
@media only screen and (min-width: 768px)
{
    .landing_title
    {
        padding: 10px 20px;
    }
    .page_interior .center_content .column {
        width: calc(50% - 1.5rem);
    }
}

/* OneCol Specific */
.page_interior.page_onecol .column.center_col
{
    /*width: 100%;*/
}
@media only screen and (min-width: 768px)
{
    .page_interior.page_onecol .column.center_col
    {
    } 
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
        background-color: #4167B0;
        border-bottom: solid 1px #c1bebc;
        max-width: 300px;
        margin: 0 auto 23px;
        border-radius: 10px;
        overflow: hidden;
    }
    .side-nav .sidelist_0 > li > a
    {
        background: #355BA4;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        padding: 20px 20px 15px;
        margin: 0 0 2px;
    }
    .side-nav .sidelist_1
    {
    }
    .side-nav .sidelist_1 a
    {
        font-size: 16px;
        padding: 6px 20px;
        color: #fff;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        background: #355BA4;
        text-decoration: none;
    }
    .side-nav .sidelist_1 .side_sublist
    {
        padding-left: 0;
    }
    .side-nav .sidelist_2 a
    {
        font-size: 15px;
    }
    .side-nav .sidelist_2 > li > a
    {
        padding: 4px 20px 4px 40px;
    }
    .side-nav .sidelist_3 > li > a
    {
        padding: 3px 20px 3px 60px;
    }
    .side-nav .sidelist_4 > li > a
    {
        padding: 3px 20px 3px 80px;
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer
{
    position: relative;
    color: #fff;
}
.fbcms_footer .footer_liner
{
    padding: 16px 12px;
}
.fbcms_footer .footer_top
{
    background-color: #4167B0;
}
.fbcms_footer .footer_bottom
{
    background-color: #355BA4;
}
.fbcms_footer a {
    color: #fff;
}
.goog-te-gadget,
.goog-te-gadget a
{
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo
{
	margin: 4px 0 0 0 !important;
}

.fbcms_content.building_info {
    margin: 0 0 6px;
}
.fbcms_content.building_info > span
{
    display: block;
}


.fbcms_content.building_info,
.credits,
.fbcms_translate,
.link_pdfviewer
{
    display: block;
    margin-bottom: 10px;
}
.copyright
{
    padding-right: 12px;
    border-right: solid 1px #fff;
    margin-right: 6px;
}
.fbcms_building_info .divider
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .fbcms_footer .footer_liner
    {
        padding: 20px 0 0;
    }

    .fbcms_footer .column
    {
        width: calc(33% - 10px);
    }
    .fbcms_footer .left_col
    {
        text-align: left;
    }
    .fbcms_footer .right_col
    {
        text-align: right;
    }
    .fbcms_footer .center_col
    {
        text-align: center;
    }
}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1,
.page_home .main_content h2
{
    color: #000000;
    font: bold 27px/1.4 'Raleway',Arial,Helvetica,sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
}
h1 span
{
    color: #464646;
    font: normal 20px/1.4 'Raleway',Arial,Helvetica,sans-serif;
    display: block;
}
h1.inside_title::after,
.page_home .main_content h2::after {
    position: absolute;
    bottom: -16px;
    left: 0;
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    background-color: #000;
}

h2
{
    color: #1E76C2;
    font: bold 21px/1.4 'Raleway',Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h3
{
    color: #000;
    font: bold 19px/1.4 'Raleway',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: #1E76C2;
    font: bold 17px/1.4 'Raleway',Arial,Helvetica,sans-serif;
	margin-bottom: 4px;
}

h5
{
    color: #000;
    font: bold 16px/1.4 'Raleway',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
h6
{
    color: #1E76C2;
    font: bold 16px/1.4 'Raleway',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.content_intro
{    
    color: #767676;
    font: 300 20px/1.4 'Raleway',Arial,Helvetica,sans-serif;
    margin: 0 0 19px;
}

/* Button Block links */
.jump_url a,
.spotlight_button.spotlight_viewall,
.fbcms_spotlight_text .more_link,
.fbcms_newsletters .news_archivetoggle,
.fbcms_more_link a,
.content_buttonblock a,
.fbcms_staff_cards .fbcms_contentbody .btn_read
{
    display: inline-block;
    height: auto;
    margin: 10px 0;
    color: #1E1E1E;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.jump_url a::after,
.spotlight_button.spotlight_viewall::after,
.fbcms_spotlight_text .more_link::after,
.fbcms_newsletters .news_archivetoggle::after,
.fbcms_more_link a::after,
.content_buttonblock a::after,
.fbcms_staff_cards .fbcms_contentbody .btn_read::after
{
    content:"\f061";
    display: inline-block;
    font: 300 12px/1 'Font Awesome 5 Free';
	font-weight: 900;
    padding: 2px 3px;
    border: 2px solid #1E1E1E;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: text-top;
}
.jump_url a:hover,
.jump_url a:focus,
.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus,
a.fbcms_spotlight_liner:hover .fbcms_spotlight_text .more_link,
a.fbcms_spotlight_liner:focus .fbcms_spotlight_text .more_link,
.fbcms_newsletters .news_archivetoggle:hover,
.fbcms_newsletters .news_archivetoggle:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_staff_cards .fbcms_contentbody .btn_read:hover,
.fbcms_staff_cards .fbcms_contentbody .btn_read:focus
{
    color: #1E76C2;
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 Calendar Styling
===========================================================
*/

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    margin-bottom: 40px;
}
li.fbcms_upcoming_event_item .event_group_date
{
    width: 60px;
}
li.fbcms_upcoming_event_item .event_date
{
    background-color: #1E76C2;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    padding: 0;
    vertical-align: middle;
}
li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    font-size: 16px;
    line-height: 1;
}
li.fbcms_upcoming_event_item .event_group_data
{
    padding-left: 20px;
}
.fbcms_upcoming_events .span_event_finisher
{
    color: #886c20;
}
.fbcms_upcoming_events .event_title, 
.fbcms_upcoming_events .event_title a
{
    color: #1E76C2;
}
li.fbcms_upcoming_event_item .event_title:hover, 
li.fbcms_upcoming_event_item .event_title:focus {
    text-decoration: underline;
}

/* Calendar List */
.month_table .month_header
{
    background-color: #4167B0;
}
.fbcms_calendar_list_with_nav .event_data .calendar
{
    display: none;
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}
.calendargrid .caltab .dayofweek
{
    background-color: #355BA4;
    border-color: #ffffff;
    border-right-color: #ffffff;
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: #4167B0;
    color: #ffffff;
}
/* END Calendar Grid */

/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 6px;
}
.minigrid_verB tbody,
.minigrid_verB .isDay
{
    border: none;
    font-size: 18px;
}
.fbcms_calendar_minigrid td
{
    line-height: 3;
}
.minigrid_verB .calendar_mini_controls {
    text-align: center;
}

.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    font-weight: bold;
    color: #1E76C2;
    font-size: 28px;
}

.fbcms_calendar_minigrid th {
    color: #191919;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    background-color: #303133;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    margin: 10px 6px;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}
.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: #ffffff;
    background-color: #161616;
}

.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    color: #1E76C2;
    text-decoration: underline;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: #1E76C2;
    border-radius: 3px;
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_news_headlines .fbcms_article {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px)
{
    .page_home .fbcms_news_headlines .fbcms_article {
        display: flex;
    }
    .page_home .fbcms_news_headlines .fbcms_article_imageblock
    {
        width: 50%;
        max-width: 300px;
        flex-shrink: 0;
        margin-right: 15px;
    }
}

.fbcms_newscontent .fbcms_newscontent_month 
{
    font-size: 14px;
    color: #000;
}

/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon,
.fbcms_staff_cards .fbcms_contentbody .email_icon  {
    background-color: #7E499B;
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: #7E499B;
    font-weight: bold;
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager a .btnResultNavigation
{
    background-color: #7E499B;
}
.changeperpageform select
{
    border-color: #999999;
}
/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 Spotlight Styling
===========================================================
*/
.fbcms_spotlight .desc_short
{
    color: #303133;
    text-transform: uppercase;
}

/* Category Menu */
.category_menu.fbcms_spotlights
{
    padding: 20px 10px 0; 
}
@media only screen and (min-width: 768px)
{
    .category_menu.fbcms_spotlights
    {
        padding: 16px 0 4px; 
    }
}
@media only screen and (max-width: 1110px)
{
    .category_menu .spotlights_horizontal .fbcms_spotlight.wrapping
    {
        flex-basis: 100%;
    }
}

/* Horizontal Wrapping */
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping {
    margin-bottom: 10px;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping .fbcms_spotlight_liner
{
    background: #fff;
    border-radius: 10px;
    border: 3px solid #1E76C2;
    padding: 0;
    display: flex;
    height: 100%;
}
a.fbcms_spotlight_liner:hover, 
a.fbcms_spotlight_liner:focus {
    background-color: #f3f3f3;
}

.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping .fbcms_spotlight_image
{
    background-color: #1E76C2;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping .fbcms_spotlight_image
{
    position: relative;
    margin-right: 30px;
    z-index: 1;
    flex-shrink: 0;
    display: grid;
    align-items: center;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping .fbcms_spotlight_image:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 30px);
    width: 55px;
    height: calc(100% + 1px);
    background: #1E76C2;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    z-index: -1;
}

.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping .fbcms_spotlight_text
{
    padding: 30px 20px 20px;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping .desc_long
{
    color: #1E76C2;
    font-weight: bold;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping .more_link
{
    display: none;
}

.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping:nth-child(2) .fbcms_spotlight_liner
{
    border-color: #86499B;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping:nth-child(2) .fbcms_spotlight_image
{
    background-color: #86499B;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping:nth-child(2) .fbcms_spotlight_image:after {
    background: #86499B;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping:nth-child(2) .desc_long
{
    color: #86499B;
}

.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping:nth-child(3) .fbcms_spotlight_liner
{
    border-color: #00AAAD;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping:nth-child(3) .fbcms_spotlight_image
{
    background-color: #00AAAD;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping:nth-child(3) .fbcms_spotlight_image:after {
    background: #00AAAD;
}
.category_menu .spotlights_horizontal .fbcms_spotlight.wrapping:nth-child(3) .desc_long
{
    color: #00AAAD;
}
@media only screen and (min-width: 994px)
{
    .category_menu .fbcms_spotlights_list.spotlights_horizontal .fbcms_spotlight_slide_liner
    {
        justify-content: space-around;
    }
}

/* Horizontal show all */
.inside_center .horz_layout_0 .fbcms_spotlight 
{
    flex: 0 1 48%;
    text-align: center;
}
.inside_center .horz_layout_0 .fbcms_spotlight_image 
{
    transform: scale(0.9);
    transform-origin: bottom center;
    filter: drop-shadow(0 0 rgba(0 0 0 / 0%));
    transition: all .3s ease-out;
}
.inside_center .horz_layout_0 .fbcms_spotlight_liner:hover,
.inside_center .horz_layout_0 .fbcms_spotlight_liner:focus
{
    background: transparent;
}
.inside_center .horz_layout_0 .fbcms_spotlight_liner:hover .fbcms_spotlight_image,
.inside_center .horz_layout_0 .fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
    transform: scale(1);
    filter: drop-shadow(0 2px 3px rgba(0 0 0 / 40%));
}
.inside_center .horz_layout_0 .fbcms_spotlight .desc_short
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .inside_center .horz_layout_0 .fbcms_spotlight 
    {
        flex: 0 1 31.333%;
    }
}
@media only screen and (min-width: 768px)
{
    .page_onecol .inside_center .horz_layout_0 .fbcms_spotlight 
    {
        flex: 0 1 23%;
    }
}

/* Vertical Wrapping - Original style */
.spotlights_vertical .fbcms_spotlight.wrapping .fbcms_spotlight_image
{
    display: none;
}
.spotlights_vertical .fbcms_spotlight.wrapping .desc_short {
    color: #fff;
    background: #1E76C2;
    padding: 30px 20px 20px 180px;
    position: relative;
    overflow: hidden;
    min-height: 105px;
}
.spotlights_vertical .fbcms_spotlight.wrapping .desc_short::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 144px;
    background: #1a6bb0;
    z-index: 2;
}
.spotlights_vertical .fbcms_spotlight.wrapping .desc_short::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 128px;
    width: 33px;
    background: #1a6bb0;
    transform: skewX(168deg);
    z-index: 1;
}
@media only screen and (min-width: 768px)
{
    .spotlights_vertical .fbcms_spotlight.wrapping
    {
        flex-basis: 48%;
        max-width: 600px;
    }
}
@media only screen and (min-width: 994px)
{
    .spotlights_vertical .fbcms_spotlight.wrapping .desc_short {
        font-size: 20px;
    }
}
.spotlights_vertical .fbcms_spotlight.wrapping .fbcms_spotlight_liner
{
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}
.spotlights_vertical .fbcms_spotlight.wrapping .desc_long
{
    padding: 20px 30px 6px;
    display: block;
}
.spotlights_vertical .fbcms_spotlight.wrapping .more_link
{
    padding: 6px 30px 20px;
    display: block;
}

/* For Classroom Makers*/
.page_inside .inside_bottom .fbcms_spotlight .fbcms_spotlight_text
{
    display: none;
}


/* Vertical No Wrap - Expanding style */
.spotlights_vertical .fbcms_spotlight.linedup
{
    margin-bottom: 0;
    padding: 5px 0;
}
.spotlights_vertical .fbcms_spotlight.linedup:after,
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:after
{
    display: none;
}
    
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner
{
    padding: 0;
}
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:hover,
.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:focus
{
    background: transparent;
}

.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_image
{
    text-align: center;
    background-color: #06487F;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}
.spotlights_vertical .fbcms_spotlight.linedup.even .fbcms_spotlight_image
{
    background-color: #1E78C2;
}

.spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_text
{
    background-color: #06487F;
    color: #fff;
    padding: 1rem 12px;
}
.spotlights_vertical .fbcms_spotlight.linedup.even .fbcms_spotlight_text
{
    background-color: #1E78C2;
}
.spotlights_vertical .fbcms_spotlight.linedup .desc_short
{
    color: #fff;
    font-size: 1.3rem;
}
.spotlights_vertical .fbcms_spotlight.linedup .desc_long
{
    display: block;    
    padding-bottom: 15px;
}
    
.spotlights_vertical .fbcms_spotlight.linedup .more_link
{
    background-color: #fff;
    color: #1A6BB0;
    padding: 6px 12px;
    border-radius: 10px;
    border: solid 3px #fff;
}   
.spotlights_vertical .fbcms_spotlight.linedup .more_link:hover,
.spotlights_vertical .fbcms_spotlight.linedup .more_link:focus
{
    background-color: #1A6BB0;
    color: #fff;
}
.spotlights_vertical .fbcms_spotlight.linedup .more_link:hover:after,
.spotlights_vertical .fbcms_spotlight.linedup .more_link:focus:after
{
    border-color: #fff;
}
@media only screen and (max-width: 767px)
{
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner
    {
        flex-direction: column;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_image
    {
        border-radius: 50% 50% 0 0;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_text
    {
        border-radius: 20px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px)
{
    .spotlights_vertical .fbcms_spotlight.linedup
    {
        overflow: visible;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner
    {
        display: grid;
        grid-template-columns: repeat(4, [col-start] 1fr);
        align-items: center;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_image
    {
        max-width: 85%;
    }
    .spotlights_vertical .fbcms_spotlight.linedup.even .fbcms_spotlight_image
    {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .spotlights_vertical .fbcms_spotlight.linedup.odd .fbcms_spotlight_image
    {
        grid-column-start: 4;
        grid-column-end: last;
    }

    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_text
    {
        position: relative;
        padding: 15px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-radius: 20px;
    }
    .spotlights_vertical .fbcms_spotlight.linedup.even .fbcms_spotlight_text
    {
        grid-column-start: 2;
        grid-column-end: last;
    }
    .spotlights_vertical .fbcms_spotlight.linedup.odd .fbcms_spotlight_text
    {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-column-end: 4;
    }
}
@media only screen and (min-width: 994px)
{
    .fbcms_spotlights_list.spotlights_vertical .fbcms_spotlight_slide_liner
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 3rem;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_image
    {
        transform: scale(.7);
        transition: all .3s ease-out;
        opacity: .6;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:hover .fbcms_spotlight_image,
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:focus .fbcms_spotlight_image
    {
        transform: scale(1);
        opacity: 1;
    }
    .spotlights_vertical .fbcms_spotlight.linedup.odd .fbcms_spotlight_image
    {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .spotlights_vertical .fbcms_spotlight.linedup.odd .fbcms_spotlight_text
    {
        grid-column-start: 2;
        grid-column-end: last;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_text
    {
        min-height: 80px;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .desc_long
    {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding-bottom: 0;
        transition: all .2s ease-out;
        transition: max-height .2s ease-out;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:hover .desc_long,
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:focus  .desc_long
    {
        max-height: 700px;
        opacity: 1;
        padding-bottom: 15px;
        transition: max-height .5s linear;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .more_link
    {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
        border-width: 0;
        transition: all .2s linear;
    }
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:hover .more_link,
    .spotlights_vertical .fbcms_spotlight.linedup .fbcms_spotlight_liner:focus .more_link
    {
        max-height: 70px;
        opacity: 1;
        margin-top: 10px;
        padding: 6px 12px;
        border-width: 3px;
    }
}
/*@media only screen and (min-width: 1200px)
{
    .spotlights_vertical .fbcms_spotlight.linedup.odd .fbcms_spotlight_image {
        grid-column-end: 12;
    }
    .spotlights_vertical .fbcms_spotlight.linedup.odd .fbcms_spotlight_text {
        grid-column-start: 2;
    }

    .spotlights_vertical .fbcms_spotlight.linedup.even .fbcms_spotlight_image {
        grid-column-start: 2;
    }
    .spotlights_vertical .fbcms_spotlight.linedup.even .fbcms_spotlight_text {
        grid-column-end: 12;
    }
}*/
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: #4167B0;
    border-radius: 10px;
    padding: 6px 16px 6px 20px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .side_col .fbcms_ec_title
    {
        margin-left: -30px;
    }
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: #355BA4;
}
.fbcms_ec_title .fbcms_ec_titletext
{   
    font-weight: bold;
    line-height: initial;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

.page_body #FB_budgetLinkDiv {
    top: 20px;
}
