/* KSSN 2023 */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900);

:root
{
    --KSSN_DkBlue:      #0055a5; /* 7.38 */
    --KSSN_Blue:        #0079c2; /* 4.65 */
    --KSSN_LtBlue:      #47b9ff; /* 2.17 */
    --KSSN_Green:       #00a651; /* 3.19 */

    --KSSN_White:       #ffffff;
    --KSSN_LtGray:      #ddd; /* 1.35 */
    --KSSN_XLtGray:     #f5f5f5; /* 6.89 */
    --KSSN_Gray:        #5a5a5a; /* 6.89 */
    --KSSN_DkGray:      #222222; /* 15.9 */

    --Font_Body: "Lato", sans-serif;

}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Body */
.page_body,
.fbd_content,
.fbcms_htmleditor
{
    color: var(--KSSN_Gray);
    font-family: var(--Font_Body);
    font-size: 1rem;
    line-height: 1.5;
}
.page_body
{
	background-color: var(--KSSN_White);
	margin: 0;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
.fbd_content,
.fbcms_htmleditor
{
    background-color: var(--KSSN_White);
}
/* 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;
}
.fbcms_content img
{
    max-width: 100%;
    height: auto !important;
}

a,
.fbcms_spotlight_text .more_link,
.fbcms_cards .fbcms_card_link {
	color: var(--KSSN_DkBlue);
}

input,
textarea,
select {
	font: 100% 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%;
    width: 100%;
    margin: 0 auto;
}
.fbcms_wrapper
{
	position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 768px)
{
}
@media print {
}
/* header */
.fbcms_header
{
    min-height: 50px;
    background-color: var(--KSSN_DkGray);
    border-bottom: 1px;
    padding: 20px;
}
.fbcms_header:after {
	content: " ";
	display: table;
	clear: both;
}
.fbcms_editmode .fbcms_header
{
    position: static;
}
@media only screen and (min-width: 768px) 
{
    .fbcms_header
    {
        position: fixed;
        left: 0;
        right: 0;
        padding: 10px 20px;
        z-index: 2;
        margin-bottom: 20px;
    }
    .fbcms_header .header_liner
    {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .fbcms_header .header_right
    {
        display: grid;
        grid-template-columns: 1fr auto auto auto;
        grid-gap: 0 1rem;
        align-items: center;
    }
    .fbcms_content.site_script_head
    {
        grid-column: 2 / 3;
    }
    .header_right .fbcms_translate
    {
        grid-column: 3 / 4;
    }
    .header_right .search-form
    {
        grid-column: 4 / -1;
    }
    .header_right #navigation
    {
        grid-column: 1 / -1;
        grid-row-start: 2;
    }
}
@media only screen and (max-width: 767px)
{
    .fbcms_content.site_script_head
    {
        position: absolute;
        top: 15px;
        right: 94px;
    }
}

.logo_link
{
    text-decoration: none;
}
.logo_link:focus
{
    outline-color: var(--KSSN_White);
}
.site_logo,
.site_logo_text  {
    display: inline-block;
    vertical-align: middle;
}
.site_logo img {
	width: 100px;
	display: block;
	height: auto;
}
.fbcms_content.site_logo_text {
    color: var(--KSSN_White);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px 15px 15px 0;
}
@media only screen and (max-width: 767px)
{
    .logo_link
    {
        margin-right: 220px;
    }
}
@media only screen and (min-width: 768px)
{
    .logo_link
    {
        margin-right: auto;
    }
}
@media print {
}

/* Translate */
.fbcms_header .fbcms_translate.fbcms_drop
{
    position: relative;
    color: var(--KSSN_White);
}
.fbcms_translate .translatedrop_title:hover,
.fbcms_translate .translatedrop_title:focus,
.fbcms_translate.dropopen .translatedrop_title
{
    color: var(--KSSN_LtBlue);
}
.translatedrop_title:after,
.translatedrop_title:before
{
    content: "\f107";
    display: inline-block;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    vertical-align: bottom;
}
.translatedrop_title:before
{
    content: "\f1ab";
    margin-right: 8px;
}
.translatedrop_title:after
{
    margin-left: 8px;
    transition: transform .3s;
    transform-origin: center;
}
.fbcms_translate.fbcms_drop.dropopen .translatedrop_title:after
{
    transform: rotate(180deg);
}
.goog-te-gadget,
.goog-te-gadget a
{
    color: #fff !important;
}
.fbcms_drop .goog-te-gadget,
.fbcms_drop .goog-te-gadget a
{
    color: initial !important;
}
.fbcms_translate .drop_container
{
    right: 0;
}
@media only screen and (max-width: 767px)
{
    .fbcms_translate.fbcms_drop
    {
        position: relative;
        text-align: right;
    }
}

/* 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;
    margin: 0 6px;
    list-style: none;
}

.fbcms_content ul.social_media_list > li:first-child {
    margin-left: 0;
}
.fbcms_content .social_media_list a {
    color: var(--KSSN_White);
    text-align: center;
}
.fbcms_content .social_media_list a:hover,
.fbcms_content .social_media_list a:focus
{
    color: var(--KSSN_LtBlue);
    text-decoration: none;
}
@media print
{
    .fbcms_content ul.social_media_list {
        display: none;
    }
}

/* Search */
.search-form
{
    width: auto;
    z-index: 103; 
    position: relative;
}
.search-form .search-input,
.search-form .submit
{
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    border: none;
}
.search-form .search-input
{
    position: absolute;
    right: 100%;
    width: 152px;
    background-color: #fff;
    color: var(--KSSN_DkBlue);
    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 .submit
{
    color: var(--KSSN_LtBlue);
    float: right;
    text-indent: -9999px;
    width: 40px;
    position: relative;
    background: transparent;
    border-radius: 2px;
}
.search-form .submit:after
{
    content: "\f002";
    font: 1.25rem/40px 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-indent: 0;
}
.search-form .submit:hover,
.search-form .submit:focus
{
    background-color: #000;
    color: var(--KSSN_White);
}

.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 (max-width: 767px)
{
    .search-form
    {
        position: absolute;
        top: 6px;
        right: 50px;
    }
}
@media print {
    .search-form
    {
        display: none;
    }
}
/* END Search */

/* Main Menu */
.nav-slider-deactivated .menu_main
{
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 1px;
    margin-left: auto;
}
.nav-slider-deactivated .menu_main .top_level_item
{
    padding: 2px 15px 10px;
    margin-bottom: -10px;
}
.nav-slider-deactivated .menu_main .top_level_item:last-child
{
    padding-right: 0;
}
.nav-slider-deactivated .menu_main .top_level_link
{
    text-decoration: none;
    color: var(--KSSN_White);
    padding: 10px 0 6px;
    display: block;
    border-bottom: solid 3px transparent;
}
.nav-slider-deactivated .nav-main .top_level_item.active .top_level_link,
.nav-slider-deactivated .nav-main .top_level_item:hover .top_level_link,
.nav-slider-deactivated .nav-main .top_level_item.hoverfocus .top_level_link
{
    border-bottom-color: var(--KSSN_LtBlue);
}
.nav-slider-deactivated .menu_main
{
    float: right;
}

/* drop-down */
.nav-slider-deactivated .nav-main .top_level_item > .drop
{
    top: 100%;
    left: 0px;
    background-color: var(--KSSN_White);
    transition: all .3s linear;
    display: grid;
    grid-template-rows: 0fr;
    width: 250px;
}
.nav-slider-deactivated .nav-main .top_level_item:hover > .drop, 
.nav-slider-deactivated .nav-main .top_level_item.hoverfocus > .drop
{
    display: grid;
    grid-template-rows: 1fr;
    box-shadow: 0 0 4px var(--KSSN_Gray);
}
.nav-slider-deactivated .nav-main .top_level_item .sublist_0
{
    overflow: hidden;
}
.nav-slider-deactivated .nav-main .top_level_item > .drop a 
{
    text-decoration: none;
    color: var(--KSSN_Blue);
    line-height: 1.2;
    padding: 10px 16px;
    flex-grow: 1;
}
.nav-slider-deactivated .nav-main .top_level_item > .drop li a:hover,
.nav-slider-deactivated .nav-main .top_level_item > .drop .sublist_0 > li:hover > .link_pair > a,
.nav-slider-deactivated .nav-main .top_level_item > .drop li a:focus
{
    background-color: var(--KSSN_Blue);
    color: var(--KSSN_White);
}

/* nav slider */
.nav-slider-active .nav-slider-button.slider-button
{
    top: 10px;
    right: 15px;
}
.nav-slider-active .nav-slider-button.slider-button:before, 
.nav-slider-active .nav-slider-button.slider-button:after, 
.nav-slider-active .nav-slider-button.slider-button span 
{
    background-color: var(--KSSN_White);
}


/* Subpages Menu */
.menu_subpages.drop-nav
{
    display: none;
}
.menu_subpages {
	margin: 0 -15px;
}

@media only screen and (max-width: 767px)
{
    .menu_subpages.drop-nav
    {
        display: block;
    }
}

/* Breadcrumb Nav */
.breadcrumb-nav
{
    padding: 8px 0;
    margin-bottom: 20px;
    display: none;
}
.breadcrumb-nav li
{
    font-size: .75rem;
    line-height: 1.4;
}
.breadcrumb-nav li:after {
    color: #D1D1D1;
    content: "/ ";
    padding: 0 6px;
}
.breadcrumb-nav li:last-child:after {
    display: none;
}
.breadcrumb-nav a:hover
{
    text-decoration: none;
}
@media only screen and (max-width: 767px)
{
    .breadcrumb-nav
    {
        display: block;
    }
}

/* Framework Stuff */
.fbcms_content.firstone:where(:not(.landing_left,.landing_right))
{
    padding-top: 1rem;
}
.fbcms_content.lastone:where(:not(.landing_left,.landing_right))
{
    padding-bottom: 1rem;
}
@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: center;
    }
    /* one item */
    .page_home .column:first-child:nth-last-child(1) {
        width: 100%;
    }

    /* two items */
    .page_home .column:first-child:nth-last-child(2),
    .page_home .column:first-child:nth-last-child(2) ~ .column {
        width: 50%;
    }

    /* three items */
    .page_home .column:first-child:nth-last-child(3),
    .page_home .column:first-child:nth-last-child(3) ~ .column {
        width: 33.3333%;
    }
    
    .page_interior .column.left_col
    {
        width: 30%;
    }

    .page_interior .column.center_col
    {
        width: 70%;
    }
    .page_interior.page_onecol .column.center_col
    {
        width: 90%;
    }

    .page_landing .landing_columns.columns 
    {
        justify-content: space-between;
    }
    .page_landing .landing_columns .column
    {
        width: calc(50% - 1.5rem);
    }
    /*.page_interior.page_landing .column.center_col
    {
        width: 45%;
    }
    .page_interior.page_landing .column.right_col
    {
        width: 25%;
    }*/
    .fbcms_content.firstone:where(:not(.landing_left,.landing_right))
    {
        padding-top: 2rem;
    }
    .fbcms_content.lastone:where(:not(.landing_left,.landing_right))
    {
        padding-bottom: 2rem;
    }
}
@media only screen and (max-width: 767px)
{
}
@media print {
}


/* main structure stuff */
.fbcms_main
{
    position: relative;
    z-index: 1;
}
.fbcms_editmode .fbcms_main
{
    padding-top: 0;
}
.block_columns .block_column,
.page_interior .main_content > .column
{
    padding: 0 15px;
}
.page_interior .main_content,
.block_columns
{
    width: 100%;
    padding: 40px 0;
    max-width: 100%;
}
.fbcms_dyncontent .column:first-child:nth-last-child(1) {
    text-align: center;
}
.page_interior .main_content
{
    padding-top: 0;
}
.main_focus,
.block_focus
{
    position: relative;
}
.main_focus,
.dyncontent_block.block_focus
{
    overflow: hidden;
}
.fbcms_editmode .main_focus
{
    min-height: 300px;
}
.main_focus .page_focus,
.dyncontent_block.block_focus .page_focus,
.main_focus img,
.block_focus img
{
    width: 100%;
}
.page_welcome
{
    padding: 15px 15px 0;
    text-align: center;
    color: var(--KSSN_Gray);
}
@media only screen and (min-width: 460px)
{
    .main_focus,
    .dyncontent_block.block_focus
    {
        max-height: 300px;
    }
    .main_focus .fbcms_content.page_welcome,
    .block_focus .fbcms_content.page_welcome
    {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate(0, -50%);
        max-width: 1200px;
        margin: 0 auto;
        z-index: 3;
    }
    .fbcms_editmode .main_focus .fbcms_content.page_welcome,
    .fbcms_editmode .block_focus .fbcms_content.page_welcome
    {
        position: relative;
        transform: none;
    }
    .main_focus,
    .block_focus
    {
        color: var(--KSSN_White);
        position: relative;
        background: rgba(0, 0, 0, 0.66);
    }
    .main_focus:after,
    .block_focus:after
    {
        content: " ";
        clear: both;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0) 
            linear-gradient(to bottom, 
                rgba(0, 0, 0, 0.7) 0%, 
                rgba(0, 0, 0, 0.65) 17%, 
                rgba(0, 0, 0, 0.6) 35%, 
                rgba(0, 0, 0, 0.54) 62%, 
                rgba(0, 0, 0, 0.5) 100%);
        position: absolute;
        z-index: 2;
    }
    .fbcms_editmode .main_focus:after,
    .fbcms_editmode .block_focus:after
    {
        display: none;
    }
    .page_welcome,
    .page_welcome a,
    .page_welcome .content_intro
    {
        color: var(--KSSN_White);
    }
}
@media only screen and (min-width: 1025px)
{
    .main_focus,
    .dyncontent_block.block_focus
    {
        max-height: 400px;
    }
}
@media only screen and (min-width: 768px)
{
    .fbcms_main
    {
        padding-top: 90px; /*banner ads off*/
        /*padding-top: 180px;*/ /*banner ads on*/
    }
    .page_interior .main_content,
    .block_columns
    {
        padding: 80px 0;
    }
    .page_interior .main_content,
    .block_columns
    {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .center_col,
    .center_column
    {
        order: 2;
    }
    .left_col,
    .left_column
    {
        order: 1;
    }
    .right_col,
    .right_column
    {
        order: 3;
    }
}
.fbcms_editmode .main_focus,
.fbcms_editmode .dyncontent_block.block_focus
{
    max-height: none;
}
.fbcms_editmode .fbcms_content.page_focus
{
    max-height: 400px;
    overflow: hidden;
}
@media print {
}

/* Home Page Dynamic Content */
.dyncontent_block.block_focus
{
    color: var(--KSSN_White);
}
@media only screen and (max-width: 767px)
{
}
@media print {
}

.page_home #contact_us 
{
    display: none;
}

/* Side Navigation Menu */
.side-nav
{
    background-color: var(--KSSN_White);
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.side-nav .sidelist_0 > li > a
{
    background-color: var(--KSSN_XLtGray);
    color: #333333;
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
}
.side-nav .sidelist_1
{
    padding: 15px    
}
.side-nav .sidelist_1 a
{
    font-weight: bold;
}
/* END Side Navigation Menu */

/* footer */
.fbcms_footer {
    background-color: var(--KSSN_DkGray);
    color: var(--KSSN_White);
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0 15px;
}
.fbcms_footer .footer_liner
{
    padding: 0 15px;
}

.fbcms_footer a {
	color: var(--KSSN_White);
}
.goog-te-gadget,
.goog-te-gadget a
{
	color: var(--KSSN_White) !important;
}
.goog-te-gadget .goog-te-combo
{
	margin: 4px 0 0 0 !important;
}

.fbcms_content.building_info
{
    margin: 10px 0;
}

.fbcms_content.building_info .divider
{
    display: none;
}

.fbcms_content.building_info > span
{
	margin: 0 34px 0 0;
	position: relative;
	z-index: 1;
    display: block;
}

.copynotice,
.credits
{
    display: block;
    margin: 10px 0;
}

.fbcms_footer:after {
	content: " ";
	display: block;
	clear: both;
}
.fbcms_footer .link_pdfviewer
{
    margin: 10px 0;
}

@media only screen and (min-width: 768px)
{
    .fbcms_footer
    {
        position: relative;
    }
    .fbcms_footer .footer_liner
    {
        display: flex;
    }

    .fbcms_footer .footer_section
    {
        width: 33%;
        padding: 0 15px;
    }

    .fbcms_footer .footer_left
    {
        text-align: left;
    }
    .fbcms_footer .footer_center
    {
        text-align: center;
    }
    .fbcms_footer .footer_right
    {
        text-align: right;
    }
}
@media only screen and (max-width: 767px)
{
    .fbcms_footer span:before
    {
        display: none;
    }

    .fbcms_content.building_info li:before {
        display: none;
    }

    .menu_foot.list-nav ul li {
        display: block;
        margin-bottom: 10px;
    }

    .credits {
        width: 100%;
        float: none;
        text-align: left;
        display: block;
        overflow: hidden;
    }
}
@media print {
    .fbcms_content.building_info,
    .fbcms_footer:before {
        display: none;
    }
    .credits {
        display: block;
        float: left;
    }
}

/* Foot Menu */
.menu_foot {
    margin-bottom: 20px;
}
.list-nav.menu_foot li a
{
    text-decoration: underline;
    color: var(--KSSN_LtBlue);
}
.list-nav.menu_foot li a:hover,
.list-nav.menu_foot li a:focus
{
    text-decoration: none;
    color: var(--KSSN_White);
}
@media only screen and (min-width: 768px)
{
    .list-nav.menu_foot li
    {
        line-height: 1;
    }
    .list-nav.menu_foot li:not(:last-child)
    {
        padding-right: 6px;
        border-right: 1px solid var(--KSSN_White);
        margin-right: 5px;
    }
}

/* Social Media Links */
ul.social_media
{
    margin: 0 0 10px 0;
}
ul.social_media > li{
	display: inline-block;
	margin: 0 10px 0 0;
    list-style: none;
}
.social_media i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
.social_media a:hover i.fa,
.social_media a:focus i.fa
{
	background: var(--KSSN_Blue);
	border-color: var(--KSSN_Blue);
	color: var(--KSSN_White);
}
@media print {
}

/* Districts Links */
ul.districts_list
{
    margin: 0 0 10px 0;
    padding: 0;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items:stretch;
    align-items:stretch;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.districts_list > li
{
	margin: 0;
    list-style: none;
    text-align: center; 
    margin-bottom: 30px;
}

ul.districts_list a
{
    color: var(--KSSN_Gray);
    text-decoration: none;
    outline: 0;
}
ul.districts_list a:hover,
ul.districts_list a:focus
{
    color: var(--KSSN_Blue);
}
ul.districts_list h4
{
    font-weight: bold;
    text-transform: uppercase;
}
ul.districts_list h4 .logo_wrap
{
    display: block;
}
ul.districts_list i.fa
{
    font-size: 40px;
    border: 4px solid var(--KSSN_Blue);
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}
ul.districts_list i.fa.fa-mobile
{
    font-size: 50px;
    padding: 20px 25px;
}

ul.districts_list a:hover i.fa,
ul.districts_list a:focus i.fa
{
    filter: brightness(0) saturate(100%) invert(32%) sepia(81%) saturate(1224%) hue-rotate(175deg) brightness(96%) contrast(105%);
}
@media only screen and (min-width: 768px)
{
    ul.districts_list > li
    {
        width: 31%;
    }
}
@media only screen and (max-width: 767px)
{
    ul.districts_list > li
    {
        width: 48%;
    }
}
@media print {
}


.page_schools 
{
    img.fbcms-bordered
    {
        max-width: 150px;
        border: 4px solid var(--KSSN_Blue);
        padding: 27px 25px;
        aspect-ratio: 1;
        border-radius: 50%;
        box-sizing: border-box;
        transition: all .3s;
    }
    a > img.fbcms-bordered
    {
        &:hover, &:focus 
        {
            padding: 17px 15px;
        }
    }
    .main_content 
    {
        .fbcms_richtext_content h2
        {
            font-size: 1.2rem !important;
            font-weight: bold;
            margin-bottom: .6em;
        }
    }
    .fbcms_ec_title 
    {
        border: solid 2px var(--KSSN_Blue);
        background: var(--KSSN_White);
        color: var(--KSSN_Gray);
        padding: .5em 1em;

        h2
        {
            font-size: 1.1rem;
            text-transform: none;
            color: var(--KSSN_Gray);
            font-weight: bold;
        }

        &:hover, &:focus
        {
            color: var(--KSSN_White);
            h2
            {
                color: var(--KSSN_White);
            }
        }
    }
}

/*
-------------------------------------
 Rich Text Formatting
-------------------------------------
*/
h1
{
    color: var(--KSSN_Blue);
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    font: 500 2.25rem/1.1 var(--Font_Body);
}

h2
{
    text-transform: uppercase;
    font: 300 1.875rem/1.2 var(--Font_Body);
    margin: 0 0 .3em;
}
h2 strong
{
    font-weight: bold;
    color: var(--KSSN_Blue);
}

@media only screen and (min-width: 460px)
{
    .main_focus h1 strong,
    .block_focus h1 strong,
    .main_focus h2 strong,
    .block_focus h2 strong
    {
        color: var(--KSSN_LtBlue);
    }
}
@media only screen and (max-width: 1024px)
{
    h1
    {
        font-size: 1.8rem;
        margin-bottom: 8px;
        margin-top: 0;
    }
    h2
    {
        font-size: 1.5rem;
    }
}

h3
{
    margin-bottom: 10px;
    margin-top: 20px;
    color: inherit;
    font-family: inherit;
    font: 500 1.375rem/1.2 var(--Font_Body);
}

h4,
.fbcms_spotlight .desc_short,
.fbcms_cards .fbcms_card_name,
.fbcms_news_headlines .fbcms_article_title,
.fbcms_newscontent .newsarticle_title
{
    color: inherit;
    font: bold 1.125rem/1.2 var(--Font_Body);
    margin-bottom: 10px;
    margin-top: 10px;
}
h5
{
    color: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
    font: 500 1rem/1.3 var(--Font_Body);
}

h6
{
    color: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
    font: 500 .925rem/1.3 var(--Font_Body);
}

.content_intro
{
    color: var(--KSSN_Blue);
    margin-bottom: 20px;
    font: 300 1.5rem/1.4 var(--Font_Body);
}
.fbcms_content.home_welcome .content_intro
{
}
.fbcms_content hr {
    border-top: 4px solid var(--KSSN_Blue);
    height: 10px;
    margin: 20px 0 5px;
    width: 60px;
    border-bottom: none;
}
.fbcms_content hr + hr {
    border-top: 4px solid rgba(252, 172, 69, 0.34);
    margin-top: 0;
    width: 40px;
}
.main_focus .fbcms_content hr,
.block_focus .fbcms_content hr,
.fbcms_dyncontent .column:first-child:nth-last-child(1) hr
{
    margin-left: auto;
    margin-right: auto;
}
.Left_Align_With_Padding {
    margin-right: 10px;
	padding-right: 0;
}
.Right_Align_With_Padding {
    margin-left: 10px;
	padding-left: 0;
}


/* 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,
.news_archivetoggle,
.fbcms_staff_cards .contact_button, 
.newsarticle_document .document_download,
.nav-main .top_level_item:last-child .top_level_link
{
    display: inline-block;
    height: auto;
    background-color: var(--KSSN_Blue);
    color: var(--KSSN_White);
    font: bold 1rem/1.2 var(--Font_Body);
    text-transform: uppercase;
    padding: .5em 1em;
    margin: .5rem 0;
    text-decoration: none;
    transition: all .1s linear;
    border: solid 3px var(--KSSN_Blue);
}
.nav-main .top_level_item:last-child .top_level_link
{
    margin: 0;
    padding: .4em .8em;
}
.jump_url a:hover,
.jump_url a:focus,
.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus,
.fbcms_spotlight_text .more_link:hover,
.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,
.news_archivetoggle:hover,
.news_archivetoggle:focus,
.fbcms_staff_cards .contact_button:hover,
.fbcms_staff_cards .contact_button:focus, 
.newsarticle_document .document_download:hover,
.newsarticle_document .document_download:focus,
.nav-main .top_level_item:last-child .top_level_link:hover, 
.nav-main .top_level_item:last-child .top_level_link:focus
{
    color: var(--KSSN_Blue);
    background-color: var(--KSSN_White);
    text-decoration: none;
}


.newsarticle_document .document_download
{
    color: var(--KSSN_Blue);
    border: solid 2px var(--KSSN_Blue);
    background-color: var(--KSSN_White);
    text-transform: none;
}
.newsarticle_document .document_download:hover,
.newsarticle_document .document_download:focus
{
    background-color: var(--KSSN_Blue);
    color: var(--KSSN_White);
}

/*
-------------------------------------
 END Rich Text Formatting
-------------------------------------
*/

/*
===========================================================
 Calendar Styling
===========================================================
*/
.fbcms_upcoming_events .event_date 
{
    font-size: 100%;
    line-height: 100%;
    text-transform: none;
}

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item
{
    border-top: 1px solid #eaeaea;
    line-height: 16px;
    margin: 0;
    padding: 0 5% 14px 1.6%;
}
li.fbcms_upcoming_event_item .event_group_date
{
    width: 31px;
	float: right;
}
li.fbcms_upcoming_event_item .event_group_data {
	float: left;
	width: 80%;
}
li.fbcms_upcoming_event_item .event_date
{
    background-color: var(--KSSN_Blue);
    color: var(--KSSN_White);
    font: 700 9px/12px Arial,Helvetica,sans-serif;
    padding: 0;
    position: relative;
    width: 31px;
}
li.fbcms_upcoming_event_item .event_date:after {
    background: rgba(0, 0, 0, 0) url("../img/img11.png") no-repeat scroll 0 0;
    height: 8px;
    width: 31px;
}
li.fbcms_upcoming_event_item .event_date:after {
    bottom: auto;
    content: "";
    left: 0;
    position: absolute;
    right: auto;
    top: 100%;
}
li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-size: 19px;
    line-height: 21px;
}
li.fbcms_upcoming_event_item .event_group_date .event_month
{
    line-height: 100%;
}
.fbcms_upcoming_events .event_title,
.fbcms_upcoming_events .event_title a
{
    font: 14px/18px Arial,Helvetica,sans-serif;
    display: block;
}
li.fbcms_upcoming_event_item .event_title a:hover {
	text-decoration: underline;
}
.fbcms_upcoming_events .event_description a 
{
    color: #333333;
}
.page_home .fbcms_upcoming_events .ical_show_button .show_ical_icon {
	position: absolute;
	right: 7px;
	top: 7px;
}

/* Calendar List */
.month_table .month_header
{
    background-color: var(--KSSN_Blue);
}
/* END Calendar List */

/* Calendar Grid */
.calendargrid .caltab .monthname
{
    color: #999999;
}

.calendargrid .caltab .dayofweek
{
    background-color: var(--KSSN_Blue);
    border-color:var(--KSSN_White);
    border-right-color: var(--KSSN_White);
}
.calendargrid .caltab .datecell
{
    border-color:var(--KSSN_White);
}

.calendargrid .caltab .othermonth,
.calendargrid .caltab .othermonth .listcell,
.calendargrid .caltab .weekend,
.calendargrid .caltab .weekend .listcell
{
    background-color: var(--KSSN_XLtGray);
}

.calendargrid .caltab .currentmonth .daynumber
{
    background-color: var(--KSSN_Blue);
    color: var(--KSSN_White);
}

.calendargrid .caltab .currentmonth
{
    background-color: var(--KSSN_XLtGray);
}
/* END Calendar Grid */


/* Calendar Event */
.calendar_event .event_details caption
{
    color: #999999;
}
/* END Calendar Event */


/* Small Calendar Grid */
.minigrid_verB {
    background: #fff;
    padding: 0;
}
.minigrid_verB thead
{
    color: #fff;
    background-color: var(--KSSN_DkGray);
    border: none;
}
.minigrid_verB tbody,
.fbcms_calendar_minigrid td, 
.minigrid_verB .isDay
{
    border: solid 1px var(--KSSN_LtGray)
}
.minigrid_verB .calendar_mini_controls {
    text-align: center;
}
.fbcms_calendar_mini .fbcms_calendar_mini_monthName,
.fbcms_calendar_mini .fbcms_calendar_mini_yearNumber
{
    color: #fff;
    font-size: 1.2rem;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth,
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth
{
    background: transparent;
    color: var(--KSSN_LtGray);
    font-size: 3rem;
    line-height: .5;
    margin: 0 10px;
}
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_prevMonth:where(:hover, :focus),
.minigrid_verB .fbcms_calendar_mini .fbcms_calendar_mini_nextMonth:where(:hover, :focus)
{
    color: #fff;
}
.fbcms_calendar_mini .fbcms_calendar_mini_prevMonth
{
    float: left;
}
.minigrid_verB .calendar_mini_controls th {
    padding: 1rem 0;
}
.minigrid_verB .calendar_mini_headers {
    background: var(--KSSN_Blue);
}
.fbcms_calendar_minigrid th {
    color: #fff;
    font-size: 1rem;
}
.minigrid_verB .calendar_mini_headers th {
    padding: 4px 0;
    border-left: solid 1px var(--KSSN_DkGray);
}
.minigrid_verB .calendar_mini_headers th:first-child {
    border-left: none;
}
.fbcms_calendar_minigrid td
{
    font-size: .925rem;
    line-height: 3.5;
}
.fbcms_calendar_mini .fbcms_calendar_mini_event 
{
    background-color: var(--KSSN_LtGray);
    color: var(--KSSN_DkBlue);
    text-decoration: underline;
}
.fbcms_calendar_mini .today, 
.fbcms_calendar_mini .isDay:hover, 
.fbcms_calendar_mini .isDay:focus
{
    color: #fff;
    background-color: var(--KSSN_DkGray);
}
.fbcms_calendar_mini .isDay.fbcms_calendar_mini_event:hover, 
.fbcms_calendar_mini .isDay.fbcms_calendar_mini_event:focus
{
    color: #fff;
    background-color: var(--KSSN_Blue);
}
/* END Small Calendar Grid */

/*
===========================================================
 END Calendar Styling
===========================================================
*/

/*
===========================================================
 News Styling
===========================================================
*/
.fbcms_news_headlines_title,
.fbcms_newscontent_title
{
    font-weight: bold;
    color: var(--KSSN_Blue);
}
.fbcms_newscontent .fbcms_newscontent_month,
.fbcms_newscontent .newsarticle_date
{
    font-size: .8em;
    text-transform: uppercase;
}
.fbcms_newscontent .fbcms_newsarticle {
	border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}
.landing_columns .fbcms_newscontent .fbcms_newsarchive_link
{
    float: none;
}
@media only screen and (min-width: 500px)
{
    .page_inside .inside_center .fbcms_newsarticle:has(.fbcms_media)
    {
        display: grid;
        width: 100%;
        grid-template-columns: 40% 1fr;
        grid-gap: 0 2rem;
    }
    .page_inside .fbcms_newsarticle:has(.fbcms_media) .newsarticle_date
    {
        grid-column: 1 / 3;
    }
    .page_inside .fbcms_newsarticle:has(.fbcms_media) .newsarticle_title 
    {
        grid-column: 1 / 3;
    }
    .page_inside .fbcms_newsarticle:has(.fbcms_media) .newsarticle_details 
    {
        grid-column: 1 / 3;
    }
}   
@media only screen and (min-width: 768px)
{
    .page_inside .fbcms_newsarticle .fbcms_media 
    {
        grid-row: auto / span 4;
    }
    .page_inside .fbcms_newsarticle:has(.fbcms_media) .newsarticle_details 
    {
        grid-column: 2 / 3;
    }
}

/* Home News */
.page_home .fbcms_article
{
    position: relative;
}
.page_home .fbcms_article .fbcms_article_title
{
    text-transform: none;
    font-weight: bold;
}
.page_home .fbcms_news_headlines_more
{
    text-align: center;
}
@media only screen and (min-width: 768px)
{
    .page_home .fbcms_headline_list_content
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
        margin-bottom: 2rem;
    }
    .page_home .fbcms_article
    {
        padding: 0 0 3.5rem;
        margin: 0;
    }
    .page_home .newsarticle_document .document_download
    {
        position: absolute;
        bottom: 0;
    }
    .page_home .fbcms_article .fbcms_media
    {
        aspect-ratio: 300 / 169;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
        line-height: 0;
        overflow: hidden;
    }
    .page_home .fbcms_article .media_image
    {
        transition: all .3s ease-in-out;
    }
    .page_home .fbcms_article:hover .media_image,
    .page_home .fbcms_article:focus-within .media_image
    {
        transform: scale(1.1);
    }
    .page_home .fbcms_article .fbcms_article_summary
    {
        position: absolute;
        top: 0;
        width: 100%;
        aspect-ratio: 300 / 169;
        overflow: hidden;
        background-color: rgba(0 0 0 / 70%);
        color: var(--KSSN_White);
        padding: 2rem;
        display: grid;
        align-content: center;
        transform: scale3d(0, 0, 0);
        opacity: 0;
        transition: all .4s ease-in-out;
    }
    .page_home .fbcms_article:hover .fbcms_article_summary,
    .page_home .fbcms_article:focus-within .fbcms_article_summary
    {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
@media only screen and (min-width: 1200px)
{
    .page_home .fbcms_headline_list_content
    {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1rem;
    }
    .page_home .fbcms_article .fbcms_article_summary
    {
        padding: 1rem;
    }
}
/*
===========================================================
 END News Styling
===========================================================
*/

/*
===========================================================
 Staff Styling
===========================================================
*/

.fbcms_staff_listing_header,
.fbcms_staff_search_results .header {
	color: var(--KSSN_Blue);
    font-weight: bold;
}
.fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	height: 100%;/* to stop cards from mosaicing*/
    position: relative;
    padding: 1rem 1rem 4rem;
}
.fbcms_staff_cards .fbcms_contentbody .name
{
    color: var(--KSSN_Blue);
    font-weight: bold;
    margin: 0 0 .3em;
}
.fbcms_staff_cards .contact_button
{
    position: absolute;
    bottom: .5rem;
}
.fbcms_contentitem.fbcms_staffentry .profile ~ .profile,
.fbcms_contentitem.fbcms_staffentry .row2 ~ .row2
{
    display: none;
}

/*
===========================================================
 END Staff Styling
===========================================================
*/	

/*
===========================================================
  Building List Styling
===========================================================
*/  
.building_list.fbcms_grid
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.building_list .building
{
    flex: 0 0 clamp(250px, 30%, 350px);
}
.building_list .building_liner
{
    background: #fff;
    padding: 15px;
    transition: all .3s ease-out;
    overflow: visible;
    text-align: center;
}
.building_list .building.has_moreinfo:hover .building_liner
{
    outline: none;
}
.building_list .building .building_image
{
    font-size: 40px;
    border: 4px solid var(--KSSN_Blue);
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin: 0 auto 10px;
    border-radius: 50%;
    transition: all 0.5s;
}
.building_list .building.has_moreinfo:hover .building_image,
.building_list .building.has_moreinfo:focus .building_image
{
    filter: brightness(0) saturate(100%) invert(32%) sepia(81%) saturate(1224%) hue-rotate(175deg) brightness(96%) contrast(105%);
}
.building .building_data
{
    margin-bottom: 0;
}
.building_list .building .building_title
{
    font: bold 1.125rem / 1.3 var(--Font_Body);
    text-transform: uppercase;
    margin: 0;
}
.building .category_container
{
    margin-bottom: 5px;
    line-height: 1.3;
}
.building_list .building_link
{
    display: inline-block;
}
.building_list .building .building_button
{
    font: bold .9rem / 1.3 var(--Font_Body);
    color: var(--KSSN_Blue);
    text-decoration: none;
    padding: 5px 0;
}
.building_list .building .building_button:hover
{
    color: var(--KSSN_Gray);
}
.building_list .building .building_button:after
{
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    padding-right: 5px;
    color: var(--KSSN_Gray);
    transition: all .2s linear;
}
.building_list .building .building_button:hover:after
{
    color: var(--KSSN_Blue);
    margin-left: 10px;
    padding-right: 0px;
}
.fbd_content .building_liner .building_button
{
    font: bold .825rem / 1.3 var(--Font_Body);
    padding: 6px 12px;
    background-color: var(--KSSN_Gray);
    color: var(--KSSN_White);
    text-transform: uppercase;
    text-decoration: none;
}
.fbd_content .building_liner .building_button:hover,
.fbd_content .building_liner .building_button:focus 
{
    background-color: var(--KSSN_Blue);
}

.fbd_header
{
    background-color: var(--KSSN_Gray);
    color: #fff;
}
.fbd_content .building_liner .building_details  
{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: solid 1px var(--KSSN_LtGray);
} 
.fbd_content .building_liner .building_button
{
    margin-bottom: 0;
}
.fbd_building .building_address,
.building .building_metadata
{
    display: none;
}
@media only screen and (min-width: 768px)
{
    .fbd_content .building_liner .building_metadata
    {
        /*margin-top: 3rem;
        padding: 0 0 0 2rem;
        border-top: none;
        border-left: solid 1px var(--KSSN_Blue);*/
    }
}
/*
===========================================================
 END Building List 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
===========================================================
*/

/*
===========================================================
Jobs Styling
===========================================================
*/

#jobs .jobCategoryName {
    font-size: 15px;
    margin-bottom: 2px;
}

#jobs .jobBuildingName {
    color: #000000;
    font-size: 13px;
    margin-bottom: 2px;
}
/*
===========================================================
 END Jobs Styling
===========================================================
*/

/*
===========================================================
Spotlight Styling
===========================================================
*/
.fbcms_spotlights_list .fbcms_spotlight {
    width: 49.5%;
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}
.fbcms_spotlight_liner
{
    position: relative;
    padding: 0;
    overflow: hidden;
}
.fbcms_spotlight.wrapping .fbcms_spotlight_image,
.fbcms_spotlight_image {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding: 10px;
    border: solid 3px var(--KSSN_Gray);
    margin: 0;
    transition: all 0.3s linear;
    overflow: hidden;
    background-color: #fff;
}
.fbcms_spotlight_liner:hover .fbcms_spotlight_image,
.fbcms_spotlight_liner:focus .fbcms_spotlight_image
{
    border-color: var(--KSSN_Blue);
}
.fbcms_spotlight_image img
{
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    padding: 0;
    transition: all 0.3s linear;
}
.fbcms_spotlight_liner:hover .fbcms_spotlight_image img,
.fbcms_spotlight_liner:focus .fbcms_spotlight_image img
{
    transform: scale(1.05);
}
.fbcms_spotlight_text
{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
}
.fbcms_spotlight_text .desc_short
{
    color: var(--KSSN_Blue);
    margin: 1em 0 .5em;
}
.fbcms_spotlight_text .more_link
{
    border: solid 0 var(--KSSN_LtBlue);
    padding: 0;
    color: var(--KSSN_White);
    text-decoration: none;
    overflow: hidden;
    opacity: 0;
    margin: 0 auto;
    display: inline-block;
    transition: all .2s;
    font-weight: bold;
}
.fbcms_spotlight_liner:hover .more_link,
.fbcms_spotlight_liner:focus .more_link
{
    border-width: 2px;
    opacity: 1;
    margin: 0 auto 1.5em;
    padding: 4px 8px;
}   
.fbcms_spotlight_text .more_link:hover
{
    background-color: var(--KSSN_Blue);
    color: var(--KSSN_White);
}

@media only screen and (min-width: 768px) and (max-width: 1000px)
{
    .page_interior .inside_left .fbcms_spotlights_list .fbcms_spotlight {
        width: 100%;
    }
}
@media only screen and (max-width: 400px)
{
    .fbcms_spotlights_list .fbcms_spotlight {
        width: 100%;
    }
}
@media print {
}
/*
-------------------------------------
 END Spotlight Formatting
-------------------------------------
*/

/*
===========================================================
 Expandable Content Styling
===========================================================
*/
.fbcms_ec_title
{
    background-color: var(--KSSN_DkBlue);
    line-height: 0;
}
.fbcms_ec_title:hover,
.fbcms_ec_title:focus
{
    background-color: var(--KSSN_Blue);
}
.fbcms_ec_title .fbcms_ec_titletext
{
    font-size: 1.5rem;
    line-height: initial;
    border-bottom: none !important;
    vertical-align: middle;
}
.fbcms_ec:not(.fbcms_ec_collapsed) .fbcms_ec_title
{
    margin-bottom: 0;
}
.fbcms_ec .fbcms_richtext_content,
.fbcms_ec .fbcms_staff_listing_row
{
    background-color: var(--KSSN_XLtGray);
    padding: 10px;
    margin-bottom: 20px;
}
.fbcms_ec_title .fbcms_ec_titleicon
{
    vertical-align: middle;

    .ec_titleicon.titleicon_open:before
    {
        content: "\f107";
    }
    .ec_titleicon.titleicon_close:before
    {
        content: "\f106";
    }
}
/*
===========================================================
 END Expandable Content Styling
===========================================================
*/

/*
===========================================================
  Budget Badge Customization
===========================================================
*/

@media only screen and (min-width: 768px)
{
    .page_body #FB_budgetLinkDiv
    {
        top: 185px;
    }
}
@media only screen and (max-width: 767px)
{
    .page_body #FB_budgetLinkDiv
    {
        top: 135px;
    }
}
/*
===========================================================
  END Budget Badge Customization
===========================================================
*/

/*
===========================================================
 Photo Gallery Styling
===========================================================
*/
.fbcms_cards > .fbcms_card
{
    padding: 0;
}
.fbcms_card .fbcms_card_liner
{
    background-color: transparent;
}
.fbcms_cards .fbcms_card .fbcms_card_skiplinks
{
    background-color: white;
}
.fbcms_photogallery .thumbnail_gallery_item
{
    margin-right: 10px;
}
.fbcms_cards .fbcms_card_image
{
    box-shadow: 0 -1px 3px 1px rgba(0,0,0,.3);
}
.fbcms_cards .fbcms_card_imagelink:hover,
.fbcms_cards .fbcms_card_imagelink:focus
{
    box-shadow: 0 -1px 3px 1px rgba(0,0,0,.5);
}
.fbcms_photogallery.inside_center .fbcms_contentfooter
{
    display: none;
}
/*
===========================================================
 END Photo Gallery Styling
===========================================================
*/