/* North Muskegon Public Schools */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700');

:root {
    --NMPS_XXDkBlue:    #0B1034; /* 18.45 */
    --NMPS_XDkBlue:     #0F174C; /* 16.83 */
    --NMPS_DkBlue:      #212D79; /* 12.23 */
    --NMPS_Blue:        #2a357e; /* 11 */
    --NMPS_BrtBlue:     #1f3d98; /* 9.63 */
    --NMPS_GrayBlue:    #404D5C; /* 8.62 */

    --NMPS_Orange:      #FDA30E; /* 2.01 */
    --NMPS_LtOrange:    #FDB94A; /* 1.71 */

    --NMPS_DkGray:      #404D5B; /* 8.63 */
    --NMPS_LtGray:      #D5D5D5; /* 1.46 */
    --NMPS_XLtGray:     #E5E5E5; /* 1.25 */
    --NMPS_XXLtGray:    #f4f4f4; /* 1.04 */
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: var(--NMPS_DkGray);
    font: 400 0.875rem/1.429 "Open Sans", 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: var(--NMPS_BrtBlue);
}

input,
textarea,
select {
	font: 100% "Open Sans", Arial, Helvetica, sans-serif;
	color: #797979;
	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%;
}
.component_liner
{
    width: 100%;
}
@media only screen and (min-width: 768px)
{
    .component_liner,
    #navigation
    {
        width: 95%;
        height: 100%;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
    }
}


/* Flexible Content Areas and Columns */
.flexi,
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
@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;
    }
    .flexi.center
    {
        text-align: center;
    }
    .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: 47%;
    }

    .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%;
    }

    .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: 30.666%;
    }

    /* 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: 22%;
    }

    /* 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: 16.8%;
    }

    /* 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: 30.666%;
    }
    /* Any more than 6 defaults to halves */
}

/* Section Padding */
.flexi .fbcms_content
{
    padding: 20px 12px 0;
}
.flexi .fbcms_content:last-child
{
    padding-bottom: 20px;
}
h2.flexi_top_title,
h2.flexi_bottom_title
{
    margin: 0 12px;
}
@media only screen and (min-width: 500px)
{
    .flexi .fbcms_content
    {
        padding: 20px 12px;
    }
}
@media only screen and (min-width: 768px)
{
    h2.flexi_top_title,
    h2.flexi_bottom_title
    {
        margin: 0;
    } 

    .flexi .fbcms_content
    {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 994px)
{
    .flexi .fbcms_content
    {
        padding: 30px 0;
    }
}


/*
===========================================================
 HEADER
===========================================================
*/
.fbcms_header .header_main
{
    border-bottom: 6px solid var(--NMPS_Orange)
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header 
    {
        position: relative;
        z-index: 2;
    }
    .fbcms_header .header_main
    {
        height: 140px;
        position: relative;
        z-index: 2;
        border-bottom: none;
    }
    .navigation_wrapper
    {
        background-color: var(--NMPS_XLtGray);
        z-index: 3;
    }
}
@media only screen and (min-width: 1020px) 
{
    .fbcms_header .header_main
    {
        height: 106px;
    }
}

/* Logo */
.logo {
    padding: 60px 46px 12px 12px;
    display: block;
    text-decoration: none;
}
.site_logo,
.site_logo_text
{
    display: inline-block;
    vertical-align: middle;
}
.site_logo {
    max-width: 30%;
}
.site_logo_text {
    max-width: 68%;
    padding-left: 12px;
}
.fbcms_editmode .fbcms_content.site_logo,
.fbcms_editmode .fbcms_content.site_logo_text
{
    max-width: 100%;
}
.site_logo img,
.site_logo_text 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;
    }
    .site_logo_text {
        padding: 0;
        margin: -41px 0 0 24px;
    }
}
@media print {
}


/* Search */
.search-form
{
    position: absolute;
    top: 2px;
    right: 50px;
    width: auto;
    z-index:100; 
}

.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 2.929rem;
    vertical-align: middle;
    border: none;
}

.search-form .search-input
{
    background-color: #fff;
    color: var(--NMPS_XDkBlue);
    padding: 0;
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.search-form.opened .search-input 
{
    border: solid 1px var(--NMPS_XDkBlue);
    width: 160px;
    padding: 5px 12px;
}
.search-form .submit
{
    color: #ffffff;
    text-indent: -9999px;
    width: 2.929rem;
    position: relative;
    background: #EDEDED url(../img/Search-Icon.png) no-repeat center;
    border-radius: 50%;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    filter: invert(100%);
}

    .search-form legend,
    .search-form label
    {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
@media only screen and (min-width: 768px)
{
    .search-form
    {
        right: 206px;
        top: 7px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Site Scripts */
.fbcms_content.site_script_head
{
    display: block;
    position: absolute;
    top: 11px;
    right: 104px;
}
.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: 65px;
        right: 0;
        z-index: 4;
    }
}
@media only screen and (min-width: 1020px)
{
    .fbcms_content.site_script_head {
    }
}
@media print
{
}

/* 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 {
    margin: 0 6px;
    list-style: none;
    float: left;
}

.fbcms_content .social_media_list a {
    color: var(--NMPS_XXDkBlue);
    text-align: center;
}
.social_media_list .social-media-circle {
    display: block;
    border-radius: 50%;
    padding: 5px 9px;
    background-color: #ededed;
    width: 30px;
    height: 30px;
}
.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
===========================================================
*/

/* Head Menu */
@media only screen and (min-width: 768px)
{   
    .menu_head
    {
        position: absolute;
        right: 218px;
        top: -126px;
        z-index: 101;
    }
    
    .menu_head li
    {
        padding: 0 8px;
        position: relative;
    }
    .menu_head li:first-child
    {
        padding-left: 0;
    }
    .menu_head li:last-child
    {
        padding-right: 0;
    }
    
    .menu_head li:after
    {
        position: absolute;
        content: "";
        height: 14px;
        width: 1px;
        background-color: var(--NMPS_DkGray);
        right: -2px;
        top: 1px;
    }
    .menu_head li:last-child:after
    {
        display: none;
    }
    
    .menu_head a
    {
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
        display: block;
        color: var(--NMPS_DkGray);
    }
}

/* Focus Menu */
@media only screen and (min-width: 768px)
{   
    .menu_focus
    {
        position: absolute;
        right: 0px;
        top: -34px;
        z-index: 101;
    }
    
    .menu_focus li
    {
        padding: 0 10px;
        position: relative;
    }
    .menu_focus li:first-child
    {
        padding-left: 0;
    }
    .menu_focus li:last-child
    {
        padding-right: 0;
    }
    
    .menu_focus li:after
    {
        position: absolute;
        content: "";
        height: 16px;
        width: 1px;
        background-color: var(--NMPS_DkGray);
        right: -2px;
        top: 1px;
    }
    .menu_focus li:last-child:after
    {
        display: none;
    }
    
    .menu_focus a
    {
        font-size: 16px;
        line-height: 16px;
        text-decoration: none;
        display: block;
        color: var(--NMPS_DkGray);
    }
}

/* Foot Menu */
.menu_foot
{
    margin-bottom: 10px;
}

.menu_foot li
{
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px)
{   
    .menu_foot li
    {
        padding: 0 10px;
        border-right: 1px #c2bebb solid;
    }
    .menu_foot li:first-child
    {
        padding-left: 0;
    }
    .menu_foot li:last-child
    {
        padding-right: 0;
        border-right: none;
    }
}
@media only screen and (max-width: 767px)
{
}


@media only screen and (max-width: 767px)
{
    .drop-nav.menu_quicklinks .menu_title
    {
        display: none;
    }
    .drop-nav.menu_quicklinks .simplemenu_container {
        display: block;
    }
}
@media only screen and (min-width: 768px)
{
    .fbcms_header .simple-nav.drop-nav.menu_quicklinks {
        display: block;
        position: absolute;
        right: 0;
        top: -130px;
    }

    .fbcms_header .menu_quicklinks .menu_title
    {
        display: block;
        position: relative;
        width: 194px;
        padding: 8px 16px 9px;
        color: #fff;
        background-color: var(--NMPS_XXDkBlue);
        text-decoration: none;
    }
    .fbcms_header .menu_quicklinks .menu_title:after
    {
        content: "\f142";
	    font-weight: 900;
	    font-family: 'Font Awesome 5 Free';
        color: var(--NMPS_Orange);
        position: absolute;
        top: 8px;
        right: 12px;
    }

    .fbcms_header .simple-nav.drop-nav .simplemenu_container
    {
        border-top: solid 2px var(--NMPS_Orange);
        background-color: #fff;
        width: 100%;
        box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, .8);
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a
    {
        display: block;
        padding: 8px 16px;
        text-decoration: none;
        color: var(--NMPS_XXDkBlue);
        font-size: 0.875rem;
        line-height: 1.3;
    }
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:hover,
    .fbcms_header .simple-nav.drop-nav .simplemenu_container a:focus
    {
        background-color: var(--NMPS_DkBlue);
        color: #fff;
    }
}
@media only screen and (min-width: 1020px)
{
    .fbcms_header .simple-nav.drop-nav.menu_quicklinks {
        top: -96px;
    }
}

/* 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: 8px 12px;
    margin-bottom: 10px;
}
.breadcrumb-nav li
{
    font-size: 13px;
    line-height: 13px;
}
.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
    {
        display: none;
    }
}

/* 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;
        position: relative;
    }
    .main-nav .top_level_item
    {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0 10px;
    }
    .main-nav .top_level_item:last-child
    {
        margin-right: 0;
    }
    .main-nav .top_level_link
    {
        color: var(--NMPS_XDkBlue);
        text-decoration: none;
        font-size: 14px;
        line-height: 1.3;
        padding: 18px 0 11px;
        border-bottom: solid 5px transparent;
    }
    .main-nav .top_level_item:last-child .top_level_link
    {
        padding-right: 0;
    }
    .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
    {
        border-bottom-color: var(--NMPS_Orange);
    }
    
    .main-nav .top_level_item.active .top_level_link
    {
        font-weight: bold;
    }

    /* drop-down */
    .main-nav .top_level_item > .drop
    {
        top: 100%;
        background-color: #ffffff;
        width: 240px;
        -webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
        box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.5);
    }
    .main-nav .top_level_item > .drop a 
    {
        color: var(--NMPS_DkBlue);
        text-decoration: none;
        padding: 6px 10px;
    }
    .main-nav .top_level_item > .drop li a:hover,
    .main-nav .top_level_item > .drop li a:focus
    {
        background-color: var(--NMPS_DkBlue);
        color: #fff;
    }
}
@media only screen and (min-width: 1020px)
{    
    .main-nav .top_level_item
    {
        margin: 0 13px;
    }

    .main-nav .top_level_link
    {
        font-size: 16px;
    }
}
@media print {
    .navigation_wrapper
    {
        display: none !important;
    }
}

/* nav slider */
@media only screen and (max-width: 767px) {
    .slider-opener.secondary-opener
    {
        top: 10px;
        right: 10px;
        position: absolute;
        display: block;
    }

    .header_liner > .slider-opener.changerbutton:before, 
    .header_liner > .slider-opener.changerbutton:after, 
    .header_liner > .slider-opener.changerbutton span {
        background-color: var(--NMPS_XXDkBlue);
    }
    
    .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;
    }
}

/*
===========================================================
 END MENUS
===========================================================
*/

/*
===========================================================
 MAIN CONTENT FRAMEWORK
===========================================================
*/
@media only screen and (min-width: 768px)
{
    .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;
    }
}
@media print {
}

/* Main Structure */
.fbcms_main
{
    flex: 1;
}
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        overflow: hidden;
        background: #fff url(../img/Footer-Wave-Img2x.png) no-repeat 0 bottom;
        background-size: 100% auto;
        position: relative;
        z-index: 1;
    }
    .main_content
    {
        position: relative;
    }
    .left_col
    {
        order: 1;
    }
    .center_col
    {
        order: 2;
    }    
    .right_col
    {
        order: 3;
    }
}
@media print {
}

/* Focus Areas */
.home_focus,
.page_interior .inside_focus
{
    width: 100%;
}

.home_focus img,
.fbcms_imagerotator .cycle-slide
{
    width: 100%;
}

.home_welcome
{
    width: 100%;
    padding: 18px 12px;
    background-color: rgba(35, 45, 112, .9);
    color: #ffffff;
    font-size: 1rem;
}
@media only screen and (min-width: 768px)
{   
    .main_focus
    {
        background: var(--NMPS_XXDkBlue) url(../img/Slider-BG-Img2x.png) no-repeat top center;
        background-size: cover;
    }
    .main_focus_liner 
    {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items:stretch;
        align-items:stretch;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .home_focus
    {
        position: relative;
        z-index: 1;
        width: 66.966%;
    }
    .home_welcome
    {
        width: 33.034%;
        padding: 20px;
    }
    .home_focus.vpadm_editable,
    .home_welcome.vpadm_editable
    {
        width: 100%;
        padding: 0;
    }

    .page_interior .inside_focus_wrapper
    {
        width: 100%;
        position: relative;
    }
    .page_interior .inside_focus_wrapper img
    {
        width: 100%;
        height: auto;
    }
    .page_interior .inside_focus::after
    {
        content: "";
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
        width: 100%;
        height: 100px;
        background: transparent url(../img/Interior-Header-Wave-Img2x.png) no-repeat;
        background-size: 100% 100%;
        left: 0;
        z-index: 999;
    }
}
@media only screen and (min-width: 1020px)
{
    .home_welcome
    {
        padding: 40px 47px 60px;
    }
}
@media print {
}

.fbpgro_overlay {
    color: #fff;
    height: auto;
    background-color: rgb(15 23 76 / 80%);    
    z-index: 1000;
}
.fbpgro_overlay .fbpgro_link {
    color: #fff;
}
@media only screen and (min-width: 768px)
{
    .fbpgro_overlay .fbpgro_title
    {
        font-size: 22px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1020px)
{
    .fbpgro_overlay {
        padding: 32px 48px 39px;
    }
}

/* Main Content Stuff */
/* Interior Specific */
.page_interior .main_content .center_content 
{
    padding: 12px;
}
.page_interior .side_col
{
    background-color: var(--NMPS_XXLtGray);
}
.page_interior .side_col .side_content
{
    padding: 12px;
}
@media only screen and (min-width: 768px)
{
    .page_interior .main_content
    {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--NMPS_XXLtGray)+50,ffffff+50 */
        background: rgb(244,244,244); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(244,244,244,1) 50%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 50%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(244,244,244,1) 50%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--NMPS_XXLtGray)', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

    .page_interior .column.center_col
    {
        width: 71.186%;
        flex-grow: 1;
        background-color: #fff;
    }
    .page_onecol .column.center_col
    {
        width: 100%;
    }

    .page_interior .main_content .center_content
    {
        padding: 30px 0 120px 30px;
    }
    .page_interior .main_content .side_col
    {
        width: 28.814%;
        max-width: 330px;
        position: relative;
    }
    .page_interior .side_col .side_content
    {
        padding: 50px 20px 50px 0;
        z-index: 2;
    }
    .page_interior .fbcms_content.inside_center
    {
    }
    .page_interior .fbcms_content.inside_center.lastone
    {
        margin-bottom: 15px;
    }
    .page_interior .main_content::after
    {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 222px;
        z-index: 1;
        background: transparent url(../img/Curves2x.png) no-repeat 0 bottom;
        background-size: 100% auto;
    }
    .page_interior .center_content,
    .page_interior .side_content
    {
        position: relative;
        z-index: 2;
    }
}
@media only screen and (min-width: 1020px)
{
    .page_interior .main_content .center_content
    {
        padding: 50px 0 200px 100px;
    }
    .page_interior .side_col .side_content
    {
        padding: 50px 50px 50px 0;
    }
}

/* Landing Specific */
@media only screen and (min-width: 768px)
{
    .page_landing .main_content .column_left,
    .page_landing .main_content .column_right
    {
        width: calc(50% - (3rem / 2));
    }
}

/* Home Specific */
.page_home .main_content .column
{
    padding: 12px;
}
@media only screen and (min-width: 768px)
{
    .page_home .main_content .center_col
    {
        width: calc(66.666% - (7rem / 3));
        padding: 0;
        position: relative;
    }
    .page_home .main_content .right_col
    {
        width: 33.034%;
        padding: 0 0 0 20px;
        position: relative;
        border-left: 1px solid var(--NMPS_LtGray);
    }
}
@media only screen and (min-width: 1020px)
{
    .page_home .main_content .right_col
    {
        padding-left: 44px;
    }
}
@media print {
}


/* Flexi Content */
.flexi
{
    position: relative;
}
.flexi .fbcms_section
{
    width: 100%;
    position: relative;
}
.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 */
}

/* Side Navigation Menu */
.side-nav
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .side-nav
    {
        display: block;
        margin-bottom: 23px;
        padding: 50px 0 0;
        z-index: 2;
        position: relative;
    }
    .side-nav .sidelist_0 > li > a
    {
        color: var(--NMPS_DkGray);
        font-size: 18px;
        line-height: 25px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 20px 10px 0;
        border-bottom: solid 3px var(--NMPS_Orange);
        margin: 0 0 10px;
    }
    .side-nav .sidelist_1
    {
        padding: 0 0 50px 0;
        background: transparent url(../img/Interior-Header-Wave-Img.png) no-repeat bottom center;
        background-size: contain;
    }
    .side-nav .sidelist_1 > li
    {
        border-bottom: 1px solid var(--NMPS_XLtGray);
        padding: 5px 10px 5px 0;
    }
    .side-nav .sidelist_1 > li:last-child
    {
        border-bottom: none;
    }
    .side-nav .sidelist_1 a
    {
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 600;
        color: var(--NMPS_DkGray);
        position: relative;
    }
    .side-nav .sidelist_1 a:hover,
    .side-nav .sidelist_1 a:focus,
    .side-nav .sidelist_1 .current_item > a
    {
        color: var(--NMPS_Blue);
        text-decoration: none;
    }
    .side-nav .sidelist_2 > li > a
    {
        padding: 4px 0;
    }
    .side-nav .sidelist_1 a:hover::before, 
    .side-nav .sidelist_1 a:focus::before, 
    .side-nav .sidelist_1 .current_item > a::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        left: -18px;
        top: 50%;
        transform: translateY(-50%);
        background: var(--NMPS_Orange);
    }
}
/* END Side Navigation Menu */
/*
===========================================================
 END MAIN FRAMEWORK
===========================================================
*/

/*
===========================================================
 FOOTER
===========================================================
*/
/* footer */
.fbcms_footer
{
    position: relative;
    background-color: var(--NMPS_XDkBlue);
    color: #fff;
}
.fbcms_footer .footer_liner
{
    padding: 16px 12px;
}
.fbcms_footer h2 {
    color: #fff;
    text-transform: none;
}
.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_footer .building_info .building_name {
    font-weight: bold;
    font-size: 1.2em;
}
.fbcms_footer .building_info > span
{
    display: block;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: 5px;
}


.fbcms_content.building_info,
.credits,
.fbcms_translate,
.link_pdfviewer
{
    display: block;
    margin-bottom: 10px;
}
.fbcms_building_info .divider
{
    display: none;
}
.fbcms_footer .copyright
{
    padding-right: 12px;
    border-right: solid 1px #fff;
    margin-right: 10px;
}
@media only screen and (min-width: 768px)
{
    .fbcms_footer
    {
        overflow: hidden;
    }
    .fbcms_footer .footer_liner
    {
        padding: 38px 27% 40px 0;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fbcms_footer .footer_liner::after
    {
        content: "";
        width: calc(30% + 80px);
        height: 100%;
        background: transparent url(../img/Logo2x.png) top right no-repeat;
        position: absolute;
        right: -80px;
        top: 0;
        background-size: 100% auto;
    }

    .fbcms_footer .footer_section
    {
        width: calc(50% - (4rem / 2));
        margin-bottom: 1rem;
    }
    .fbcms_footer .footer_bottom
    {
        width: 100%;
    }
}
@media print, screen and (max-width: 767px)
{

}
@media print {
    .fbcms_translate,
    .link_pdfviewer
    {
        display: none;
    }
}
/*
===========================================================
 END FOOTER
===========================================================
*/

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: var(--NMPS_DkBlue);
    font: bold 1.5rem/1.4 "Open Sans", Arial,Helvetica,sans-serif;
    margin-bottom: 25px;
}
.home_welcome h1
{
    color: #ffffff;
    font-size: 1.625rem;
    line-height: 1.2;
    margin-bottom: 15px;
}
h1 span
{
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

h2
{
    color: var(--NMPS_GrayBlue);
    font: bold 1.125rem/1.5 "Open Sans", Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.home_welcome h2 {
	color: #ffffff;
	font-size: .9rem;
}
h2.data-driven-title.contentheader_item,
h2.fbcms_content,
.page_landing .center_content .columns h2
{
    padding: 10px 0 5px;
    border-bottom: 3px solid var(--NMPS_Orange);
    margin-bottom: 20px;
    display: block;
}
.page_landing .center_content .columns h2.fbcms_staff_heading
{
    border-bottom: none;
    margin-bottom: 0;
}
h2.flexi_top_title,
h2.flexi_bottom_title
{
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

h3,
.fbcms_storylist .story_title,
.fbcms_story_search .story_title
{
    color: var(--NMPS_DkBlue);
    font: bold 1.063rem/1.4 "Open Sans", 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
{
    color:var(--NMPS_DkGray);
    font: bold 0.875rem/1.4 "Open Sans", Arial,Helvetica,sans-serif;
	margin-bottom: 0;
}

h5
{
    color: var(--NMPS_DkBlue);
    font: bold 0.875rem/1.4 "Open Sans", Arial,Helvetica,sans-serif;
}
h6
{
    color: var(--NMPS_GrayBlue);
    font: bold 0.875rem/1.4 "Open Sans", Arial,Helvetica,sans-serif;
}

.flyup_slide h2,
.flyup_slide h3,
.flyup_slide a
{
    color: #ffffff;
}

.content_intro
{    
    color: var(--NMPS_DkBlue);
    font: 400 1.125rem/1.5rem "Open Sans", Arial,Helvetica,sans-serif;
    margin: 0 0 19px;
}
.home_welcome .content_intro
{
    font-weight: 300;
    color: var(--NMPS_LtOrange);
}

.fbcms_content hr {
    border-bottom: 1px solid var(--NMPS_LtGray);
}

.content_buttonblock,
.fbcms_more_link,
.jump_url
{
    display: block;
    margin: 10px 0;
}
.content_buttonblock a,
.fbcms_more_link a,
.jump_url a,
.fbcms_spotlight_overlay_open
{
    color: #fff;
    display: inline-block;
    font: 700 1rem/1.3  'Open Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 10px 18px;
    background: var(--NMPS_Blue);
    border-radius: 3px;
}
.content_buttonblock a:hover,
.content_buttonblock a:focus,
.fbcms_more_link a:hover,
.fbcms_more_link a:focus,
.jump_url a:hover,
.jump_url a:focus,
.fbcms_spotlight_overlay_open:hover,
.fbcms_spotlight_overlay_open:focus
{
    background-color: var(--NMPS_XXDkBlue);
    color: #fff;
}
.home_welcome .content_buttonblock a,
.flyup_slide .content_buttonblock a
{
    background-color: var(--NMPS_XXDkBlue);
    color: #fff;
}
.home_welcome .content_buttonblock a:hover,
.home_welcome .content_buttonblock a:focus,
.flyup_slide .content_buttonblock a:hover,
.flyup_slide .content_buttonblock a:focus
{
    background: var(--NMPS_LtOrange);
    color: var(--NMPS_XXDkBlue);
}
/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/
/*PPZ Guest Login form syling*/
.guest_form.guestlogin_form {
	position: relative;
	z-index: 10;
}
/*
===========================================================
 Calendar Styling
===========================================================
*/
.fbcms_upcoming_events .event_date
{
    color: var(--NMPS_DkBlue);
    font: 700 12px/17px "Open Sans", Arial,Helvetica,sans-serif;
    text-transform: none;
}
.fbcms_upcoming_events .fbcms_upcoming_event_group
{
    border-bottom: 1px solid var(--NMPS_XLtGray);
    padding: 14px 0;
}
.fbcms_upcoming_events .fbcms_upcoming_event_group:last-child
{
    border-bottom: none;
}
/* Calendar List */
.month_table .month_header
{
    background-color: var(--NMPS_Blue);
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}
.calendargrid .caltab .dayofweek
{
    background-color: var(--NMPS_Blue);
    border-color:#ffffff;
    border-right-color: #ffffff;
}
.calendargrid .caltab .currentmonth .daynumber
{
    background-color: var(--NMPS_Blue);
    color: #ffffff;
}
/* END Calendar Grid */

/* Small Calendar Grid */
.fbcms_calendar_minigrid .minigrid_verB {
    text-align: center;
    background: #fff;
}
.fbcms_calendar_mini thead
{
    background-color: var(--NMPS_Blue);
}
.fbcms_calendar_minigrid th {
    color: #fff;
    font-weight: 400;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: #F0F0F0;
    color: var(--NMPS_XXDkBlue);
    font-weight: bold;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #fff;
}
.minigrid_verB .fbcms_calendar_mini_prevMonth {
    float: left;
}
.minigrid_verB a.fbcms_calendar_mini_prevMonth,
.minigrid_verB a.fbcms_calendar_mini_nextMonth
{
    color: #fff;
    font-size: 1.5rem;
    margin: 0 5px;
}

.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #ffffff;
    background-color: var(--NMPS_XXDkBlue);
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_news_headlines .fbcms_article_date
{
    color: var(--NMPS_DkBlue);
    font: 700 12px/17px "Open Sans", Arial,Helvetica,sans-serif;
}
.fbcms_newscontent .fbcms_newscontent_month 
{
    font-size: 14px;
    color: #000;
}
.fbcms_news_headlines .fbcms_article
{
    border-bottom: 1px solid var(--NMPS_XLtGray);
    padding: 14px 0;
}
.fbcms_news_headlines .fbcms_article:last-child
{
    border-bottom: none;
}
h1.newsarticle_title
{
    margin-bottom: 0;
}

.fbcms_newscontent .newsarticle_title
{
    font-size: 1.2rem;
    color: var(--NMPS_DkBlue);
}
.newsarticle_subtitle {
    font: 400 1rem/1.4 "Open Sans", Arial,Helvetica,sans-serif;
    font-style: italic;
}
/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Stories Styling
===========================================================
*/
.story_list .story
{
    position: relative;
    overflow: visible;
    padding: 1rem 5px;
    margin-bottom: 0;
    transition: background-color .25s linear;
    border-bottom: solid 1px var(--NMPS_Orange);
}
.story_list_result.story:hover, 
.story_list_result.story:focus {
    background: var(--NMPS_XLtGray);
}
.fbcms_storylist .story.Wrap .story_thumbnail
{
    width: 120px;
    margin-right: 15px;
}
.story_storydate {
    font-weight: 600;
    font-size: .9em;
}
.story.Wrap:after
{
    content: "";
    display: block;
    clear: both;
}

/* Side Col Search */
.story_search_form .search_filter.date_range_filter input {
    width: calc(100% - 90px);
}
.side_col .story.Stack
{
    position: relative;
    vertical-align: top;
    padding: 0;
    font-size: 1rem;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.side_col .story.Stack > img
{
    order: 1;
}
.side_col .story.Stack .story_storydate
{
    order: 2;
    font-weight: 400;
}
.side_col .story.Stack .story_title
{
    order: 3;
    font-weight: 400;
}
.side_col .story.Stack:nth-child(even)
{
    margin-right: 0;
}
.side_col .story.Stack.fbcms_activestory
{
    background-color: #fff;
}
.story_list_result.story:hover, 
.story_list_result.story:focus {
    background: var(--NMPS_XLtGray);
}
.story_search_results .story_thumbnail
{
    float: none;
    margin-right: 0;
}
@media only screen and (min-width: 500px) and (max-width: 768px)
{
    .side_col .story_list 
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem;
    }
}
@media only screen and (min-width: 1200px)
{
    .side_col .story_list 
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem;
    }
}
@media print {
    .side_col .fbcms_story_search 
    {
        display: none;
    }
}

/* Home Story List */
.home_center .content_buttonblock,
.landing_bottom .content_buttonblock
{
    margin: 10px auto;
    width: fit-content;
}
.story_list.Horizontal
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.story_list .story
{
    padding: 10px 5px;
    transition: all .2s ease;
}
.story_list .story:hover,
.story_list .story:focus
{
    background: var(--NMPS_XLtGray);
}

.page_home .fbcms_storylist,
.landing_bottom.fbcms_storylist
{
    text-align: center;
}
.page_home .fbcms_storylist .fbcms_contentfooter,
.landing_bottom.fbcms_storylist .fbcms_contentfooter
{
    text-align: center;
    margin-bottom: 1rem;
}
.page_home .story,
.landing_bottom .story
{
    background: var(--NMPS_Blue);
    color: #fff;
    width: 445px;
    max-width: 100%;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: none;
}
.page_home .fbcms_storylist .story:hover,
.page_home .fbcms_storylist .story:focus,
.landing_bottom.fbcms_storylist .story:hover,
.landing_bottom.fbcms_storylist .story:focus
{
    background: var(--NMPS_DkBlue);
}
.page_home .story_image,
.landing_bottom .story_image
{
    border-radius: 6px 6px 0 0;
}
.page_home .fbcms_storylist .story_title,
.landing_bottom.fbcms_storylist .story_title
{
    color: #fff;
}
.page_home .story.Stack.story .story_byline,
.landing_bottom .story.Stack.story .story_byline
{
    top: 60px;
}
.page_home .story.Stack .story_summary:after,
.landing_bottom .story.Stack .story_summary:after
{
    content: attr(data-text-readmore);
    display: inline-block;
    font-weight: bold;
    font-family: Helvetica_Condensed_Bold, Helvetica,Arial,sans-serif;
    padding: 3px 12px;
    border-radius: 8px;
    letter-spacing: 1px;
    background: var(--NMPS_Orange);
    color: var(--NMPS_DkBlue);
    margin: 5px auto;
}
@media only screen and (min-width: 500px)
{
    .page_interior .fbcms_storylist .story.Wrap .story_thumbnail
    {
        float: left;
        max-width: 40%;
        margin-right: .8rem;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 768px)
{
    .page_home .story,
    .landing_bottom .story
    {
        max-width: calc(50% - 10px);
    }
}
@media only screen and (min-width: 994px)
{
    /*FA icon*/
    .page_home .story.fbcms_linkedstory:before,
    .landing_bottom .story.fbcms_linkedstory:before
    {
        content: "\f107";
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        font-size: 3rem;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        opacity: .8;
        transition: all .2s ease;
    }
    .page_home .story.fbcms_linkedstory:hover:before,
    .landing_bottom .story.fbcms_linkedstory:focus:before
    {
        opacity: 0;
        transform: translate(-50%, 50px);
    }

    .page_home .story .story_summary,
    .landing_bottom .story .story_summary
    {
        position: absolute;
        top: 8px;
        left: 8px;
        padding: 10px;
        width: calc(100% - 16px);
        text-align: center;
        color: #fff;
        background: rgb(15 23 76 / 85%);
        z-index: 2;
        opacity: 0;
        transform: translateY(-100%);
        transition: all .3s ease;
        height: 100%;
        overflow: auto;
    }
    .page_home .story.Stack:hover .story_summary,
    .page_home .story.Stack:focus .story_summary,
    .landing_bottom .story.Stack:hover .story_summary,
    .landing_bottom .story.Stack:focus .story_summary
    {
        opacity: 1;
        transform: translateY(0%);
    }    
}
/*
===========================================================
 END Stories Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/
.fbcms_staff_listing .email_icon,
.fbcms_staff_search .email_icon,
.fbcms_contact_email .email_icon  {
    background-color: var(--NMPS_DkBlue);
}
.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: var(--NMPS_DkBlue);
    font-weight: bold;
}
h2.fbcms_staff_heading
{
    font-size: 1.250em;
    margin-bottom: 4px;
    margin-top: 6px;
    border-bottom: solid 2px var(--NMPS_Orange);
}
/*
===========================================================
 END Staff Styling
===========================================================
*/	
/*
===========================================================
 Pager Styling
===========================================================
*/
.pager
{
    text-align: center;
    width: 100%;
}
.pager .btnResultNavigation
{
    background-color: #cccccc;
}

.pager a .btnResultNavigation
{
    background-color: var(--NMPS_DkBlue);
}

.pager a:hover .btnResultNavigation,
.pager a:focus .btnResultNavigation
{
    background-color: #000000;
}

.changeperpageform select
{
    border-color: #999999;
}

.fbcms_ajcp > a
{
    background: var(--NMPS_Orange);
    color: var(--NMPS_DkBlue);
    width: 33px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.fbcms_ajcp > a:hover,
.fbcms_ajcp > a:focus
{
    background: var(--NMPS_BrtBlue); 
    color: #fff;
}
.fbcms_ajcp > a.disable_button
{
    background: #666666;
    color: #fff;
}
.ajcp_pages a
{
    padding: 0 6px;
}
/*
===========================================================
 END Pager Styling
===========================================================
*/

/*
===========================================================
 Profile Styling
===========================================================
*/

.fbcms_contact_info
{
    padding-top: 14px;
}

.fbcms_contact_name
{
    padding-top: 5px;
}

.fbcms_profile_content
{
    padding-top: 10px;
}

.fbcms_contact_position, .fbcms_contact_department, .fbcms_contact_building 
{
    line-height: 18px;
}

.fbcms_contact_responsibilities,
.fbcms_contact_responsibility
{
    margin-bottom: 0;
}

/*
===========================================================
 END Profile Styling
===========================================================
*/


/*
===========================================================
 Spotlight Styling
===========================================================
*/
.spotlights_vertical .fbcms_spotlight
{
    border-bottom: 1px solid var(--NMPS_XLtGray);
    padding: 24px 0;
}
.spotlights_vertical .fbcms_spotlight:first-child
{
    padding-top: 0;
}
.spotlights_vertical .fbcms_spotlight:last-child
{
    border-bottom: none;
}

@media only screen and (min-width: 768px)
{
    .spotlights_horizontal .fbcms_spotlight
    {
        padding: 0 15px;
    }
    .spotlights_horizontal .fbcms_spotlight:first-child
    {
        padding-left: 0;
    }
    .spotlights_horizontal .fbcms_spotlight:last-child
    {
        padding-right: 0;
    }
}

.fbcms_spotlights .fbcms_contentfooter {
    margin-top: 24px;
}

.inside_center.fbcms_spotlights
{
    text-align: center;
}
.inside_center a.fbcms_spotlight_liner:hover,
.inside_center a.fbcms_spotlight_liner:focus
{
    background-color: transparent;
}
.inside_center .fbcms_spotlight .fbcms_spotlight_image
{
    display: inline-block;
    margin: 0 auto 10px;
    border: solid 2px var(--NMPS_Orange);
    padding: 20px;
    border-radius: 50%;
    transition: all .3s ease;
}
.inside_center a.fbcms_spotlight_liner:hover .fbcms_spotlight_image,
.inside_center a.fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
    background-color: var(--NMPS_Blue);
}
.inside_center .fbcms_spotlight .fbcms_spotlight_image img
{
    filter: brightness(0) saturate(100%) invert(16%) sepia(14%) saturate(7277%) hue-rotate(217deg) brightness(105%) contrast(94%);
    transition: all .3s ease;
}
.inside_center a.fbcms_spotlight_liner:hover .fbcms_spotlight_image img,
.inside_center a.fbcms_spotlight_liner:focus .fbcms_spotlight_image img
{
    filter: brightness(0) saturate(100%) invert(100%);
}
.inside_center a.fbcms_spotlight_liner:hover .desc_short,
.inside_center a.fbcms_spotlight_liner:focus .desc_short
{
    color: var(--NMPS_XXDkBlue);
}
.inside_center .fbcms_spotlight .more_link 
{
    display: none;
}
@media only screen and (min-width: 768px)
{
}
/*
===========================================================
 END Spotlight Styling
===========================================================
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: var(--NMPS_Blue);
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: var(--NMPS_XDkBlue);
}
.fbcms_ec_title h2
{
    line-height: initial;
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/


/*
===========================================================
  Fly-Up Tab Customization
===========================================================
*/
h2.flyup_tab 
{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 9px 40px 7px 12px;
    background-color: var(--NMPS_DkBlue);
    border-bottom: none;
}
.flyup_slide
{
    background-color: var(--NMPS_DkBlue);
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
}
/*
===========================================================
  END Fly-Up Tab Customization
===========================================================
*/

@media only screen and (max-width: 767px)
{
    #FB_budgetLinkDiv {
        top: 20px !important;
    }
}
