﻿@import url('https://fonts.googleapis.com/css2?family=Graduate&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "playfair display", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}
a
{
    color:#24557F;
}

form.flex-form
{
    display:flex;
    flex-direction:column;
    width:100%;
    min-height:100vh;
    padding:0;
    margin:0;
}
.flex-content
{
    flex:1 1 auto;
}
.content
{
    flex:1 1 auto;
    width:100%;
}
.interior
{
    padding:4em 0;   
    background:#fff;
}
.container-fluid
{
    width:100%;
    max-width:1280px;
    margin:0 auto;
}
.flex-container
{
    display:flex;
    padding:0 45px;
    flex-direction:row;
    margin:0 auto;
    flex-wrap:wrap;
    width:100%;
    max-width:1600px;
}
.align-end
{
    align-items:flex-end;
}
.align-start
{
    align-items:start;
}
.align-center
{
    align-items:center;
}
.justify-end
{
    justify-content:flex-end;
}
.justify-start
{
    justify-content:flex-start;
}
.justify-center
{
    justify-content:center;
}
.justify-between
{
    justify-content:space-between;
}
.no-wrap
{
    flex-wrap:nowrap;
}

.table-border-outer
{
    border:1px solid #ddd;
    background:#fff;
}
@media screen and (max-width:500px)
{
    .interior .flex-container{padding:0 5px;}
}

/* Use this for page headers */
.cpage-header--outer
{
    position:relative;
    padding:0 15px;
}
.cpage-header--image
{
    height:1em;
}
.cpage-header
{
    position:relative;
    font-family: 'Literata', serif;
    text-align:center;
    font-size:2em;
    margin:0 0 1em;
    width:100%;
    padding:0;
    line-height:1.2;
    font-weight:600;
}
.cpage-header::after
{
    content:'';
    display:block;
    position:absolute;
    bottom:-0.5em;
    left:50%;
    width:5em;
    transform:translateX(-50%);
    height:0.125em;
    background:#333;
    border-bottom-left-radius:50%;
    border-top-right-radius:50%;
}

/* Use this for component headers */
.component_header
{
    font-size:1.75rem;
    font-weight: 600;
    margin:0 0 0.75em;
    padding:0;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
.component_title
{
    font-size:1.25rem;
    margin:0 0 0.75em;
    padding:0;
    font-weight:300;
}

.component_header ~ .component_content_container > .component_title
{
    margin-top:-0.5em;
}

/* Container that surrounds every component */
/* Note: Also contains component headers */
.component_container
{
    /*margin-bottom:3rem;*/
    margin-bottom:20px;
}
.component_container:last-of-type
{
    margin-bottom:0;
}
.component_inner_container
{
    padding:0 1em;
}

/* Error message used for things such as forms */
.errormsg
{
    font-weight:600;
    color: Red;
}

@media (min-width:768px)
{
    .page-container
    {
        padding:2.25rem 0;
    }
    .cpage-header
    {
        font-size:2.5rem;
    }
}
@media (min-width:992px)
{
    .page-container
    {
        padding:3rem 0;
    }
    .cpage-header
    {
        font-size:3rem;
    }
    .component_header
    {
        font-size:1.75rem;
    }
    .dualwindow_right .component_header
    {
        font-size:1.775em;
    }
    .component_title
    {
        font-size:1.5rem;
    }
}
@media (min-width:1280px)
{
    .page-container
    {
        font-size:1.125rem;
    }
    .cpage-header--outer
    {
        padding:3rem 0;
    }
    .component_header
    {
        font-size:2.25rem;
    }
    .component_title
    {
        font-size:1.675rem;
    }
}
/* END GENERAL LAYOUT */

/* PAGE HEADER */
.ph
{
    background:transparent;
    padding:0 15px;
    filter: drop-shadow(4px 8px 6px rgba(0, 0, 0, 0.3));
}
.ph-flex-container
{
    margin-top:10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    background: #2062C4;
    color: #FFF;
    padding: 0.5em 3em 0.5em 3em;
    -webkit-clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
}
.ph-title
{
}
h1.page_header
{
    margin:0;
    color: #FFF;
    font-size: 1.5em;
}
.ph-address
{
}
.ph--info--text
{
    font-size:0.938em;
}
.ph--info--title
{
    font-size:0.938em;
}
.ph-principal
{
}
.ph--principal--text
{
    font-size:0.938em;
}
.ph-bell
{
}
.ph-bell-link
{
    font-size:0.938em;
    color:#9BCBEA;
}
@media (min-width: 1280px)
{
    .page_header
    {
        font-size: 2rem;
    }
}
@media screen and (max-width:991px)
{
    .ph-flex-container{flex-wrap:wrap; justify-content:center;}
    .ph-title{padding:7px 15px;}
    .ph-address{padding:7px 15px;}
    .ph-principal{padding:7px 15px;}
    .ph-bell{padding:7px 15px;}
}
@media screen and (max-width:460px)
{
    h1.page_header{text-align:center;}
}
/* END PAGE HEADER */

/* SCHOOL CLOSINGS */
.schoolclosings_titletext
{
	font-size: 1.286em;
	font-weight: 500;
	color: White;	
}
.schoolclosings_maintext
{
	font-size: 1em;
	font-weight: normal;
	color: White;	
}
/* END SCHOOL CLOSINGS */
.col-md-0 /*Fix for components defaulting to 0 */
{
    padding:0 15px;
}
.LoggedinDiv
{
    clear:left;
    width:100%;
    height:24px;
    margin-bottom:10px;
    background-color:#000000;
    text-align:center;
    color:White;
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
#TopUCs
{
    position:relative;
    z-index:8;
}
#top-nav,
#top-nav-spacer
{
    display:none;
}
#top-nav
{
    display:block;
    flex:none;
    
    background:#2062C4;
    -webkit-box-shadow: 0 0 0.5em 0 rgba(37, 41, 28, 0.25);
    -moz-box-shadow:    0 0 0.5em 0 rgba(37, 41, 28, 0.25);
    box-shadow:         0 0 0.5em 0 rgba(37, 41, 28, 0.25);    
    
    position:sticky;
    top:0;
    left:0;
    z-index:999;
    
    /*height:3rem;*/
    width:100%;
    padding:8px 0;
    margin:0;
font-family:sans-serif;
    
    font-size:0.875em;
    transition:font-size .2s ease;
}
.container__nav
{
    position:relative;
    /*height:100%;*/
}
#top-nav a,
#top-nav a:hover,
#top-nav a:focus,
#top-nav a:active
{
    text-decoration:none;
}
.nav-group
{
    flex:1;
    display:none;
    flex-direction:row;
    align-items:center;
    list-style-type:none;
    margin:0;
    padding:0 3em;
    height:100%;
    font-size:1.4em;
}
.nav-item
{
    position:relative;
    padding:0 0.25em;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.nav-item.nav-item__has-children:hover::after
{
    content: '';
    display: none;
    position: absolute;
    bottom: -0.75em;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    z-index: 999;
    height: 1.5em;
    width: 1.5em;
    background: #98C93B;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.nav-item > a
{
    display:flex;
    padding:0 0.5em;
    font-weight:500;
    color: #FFF;
    cursor:pointer;
    position:relative;
    text-align:center;
}
.nav-item > a::after
{
    content:'';
    display:block;
    position:absolute;
    background:#FFF;
    height:0.0875em;
    bottom:-0.125em;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    width:0;
    transition:width .2s ease;
}
.nav-item > a:hover::after
{
    width:calc(100% - 1em);
}
.sub-nav-group
{
    position:absolute;
    bottom:0;
    left:0;
    transform:translateY(100%);
    
    border-radius:0 1em 0 1em;
    
    border-top:0.25em solid #EC8F51;
    margin:0;
    padding:0.875em;
    width:300px;
    min-width:100%;
    display:none;
    z-index:998;
    
    background:#2062C4;
}
.sub-nav-item
{
    display:block;
}
.sub-nav-item:first-of-type
{
    border-top-right-radius:1em;
}
.sub-nav-item:last-of-type
{
    border-bottom-left-radius:1em;
}
.sub-nav-item > a
{
    display:block;
    font-weight: 400;
    font-size:0.875em;
    color:#fff;
    padding:0.375em 0.5em;
    transition:transform .2s ease;
}
li.sub-nav-item:not(.nav_title):hover > a
{
    color:#fff;
    transform:translateX(0.375em);
}
/*li.nav-item:nth-child(n + 4) ul.sub-nav-group
{
    left:auto;
    right:0;
}*/
li.nav-item:hover ul.sub-nav-group
{
    display:block;
}
li.sub-nav-item.nav_title > a
{
    cursor:default;
    font-weight:600;
    font-size:0.925em;
    color:#000;
}
li.sub-nav-item > a.nav_title:hover
{
    background:none;
    color:#000;
}

ul.nav-social
{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin:0 0 0 auto;
    padding:0 5em;
    list-style-type:none;
}
li.nav-social--item,
li.nav-social--spacer
{
    margin:0 0.375em;
}
li.nav-social--spacer
{
    width:1px;
    background:#FFF;
    height:1em;
}
li.nav-social--item > a
{
    display:block;
    padding:0 0.25em;
    color:#FFF;
    text-decoration:none;
    transition:transform .2s ease;
}
li.nav-social--item > a:hover
{
    text-decoration:none;
    transform:rotate(-5deg);
}
.nav-social--icon
{
    display:block;
    height:1em;
}

.nav--search
{
    display:flex;
    flex-direction:row;
    align-items:center;
    
    position:absolute;
    right:0;
    bottom:0;
    z-index:3;
    
    transform:translateY(100%);
    transition:height .2s ease;
    
    height:0rem;
    overflow:hidden;
    width:20rem;
    max-width:calc(100vw - 4rem);
    background:#fefefe;
    padding:0 1rem;
   
    -webkit-box-shadow: 0 0 0.5em 0 rgba(37, 41, 28, 0.25);
    -moz-box-shadow: 0 0 0.5em 0 rgba(37, 41, 28, 0.25);
    box-shadow: 0 0 0.5em 0 rgba(37, 41, 28, 0.25);
}
.search__visible
{
    height:3rem;
}
.search--button
{
    display:block;
    flex:none;
    width:1.5rem;
    text-align:center;
    padding:0.25rem;
}
.search--box
{
    flex:1 1 auto;
    -webkit-appearance:none;
    display:block;
    border:0;
    border-bottom:0.125rem solid #2062C4;
    padding:0.25rem;
    margin:0 0.5rem;
}
.search--box:focus
{
    outline:none;
}



.nav--mobile-button
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    height: 100%;
    color:White;
}
#mobile-nav-container .slicknav_menu
{
    display:block;
    background:#fff;
    border-bottom:none;
    padding:0;
}
#mobile-nav-container .slicknav_nav a,
#mobile-nav-container .slicknav_nav a:focus,
#mobile-nav-container .slicknav_nav a:hover,
#mobile-nav-container .slicknav_nav a:active
{
    color:#333;
    outline:none;
    text-decoration:none;
}
#mobile-nav-container .slicknav_nav .slicknav_row,
#mobile-nav-container .slicknav_nav li:not(.slicknav_parent) a
{
    margin:0;
    padding:0.625em 1em;
}
#mobile-nav-container .slicknav_nav .slicknav_row:hover,
#mobile-nav-container .slicknav_nav .slicknav_row:hover a,
#mobile-nav-container .slicknav_nav a:hover
{
    background:#2062C4;
    color:#fefefe;
}
#mobile-nav-container .slicknav_btn
{
    display:none;
}
#mobile-nav-container .slicknav_nav
{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:1rem;
    font-size:1em;
    /*height:calc(100vh - 3rem);*/
    height:auto;
    overflow-y:auto;
}
@media (min-width:1100px)
{
    #top-nav
    {
        font-size:1.0rem;
    }
    .nav-group
    {
        display:flex;
    }
    .nav--mobile-button,
    #mobile-nav-container
    {
        display:none;
    }
    .nav-group{padding:0 1.5em;}
    ul.nav-social{padding:0 2em;}
}
@media (min-width:1300px)
{
    #top-nav
    {
        font-size:1.3rem;
    }
    .nav-group{padding:0 2em;}
    ul.nav-social{padding:0 4em;}
}
@media (min-width:1415px)
{
    #top-nav
    {
        font-size:1.4rem;
    }
    .nav-group{padding:0 3em;}
    ul.nav-social{
        /*padding:0 4.5em;*/
        padding:0;
    }
}
@media screen and (max-width:1570px)
{
    .nav-group{font-size:1.2em;}
}
@media screen and (max-width:991px)
{
    #top-nav
    {
        font-size:1.3em;
        padding:4px 0;
        position:relative;
    }
}
@media screen and (max-width:500px)
{
    .container__nav{padding:0 10px;}
    ul.nav-social{padding:0 1em;}
    #top-nav
    {
        font-size:1.0em;
    }
}
@media screen and (max-width:320px)
{
    ul.nav-social{padding:0;}
}
/* END TOP NAV */

/* MOTTO */
.motto
{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-items:center;
    
    padding:0 1rem;
    
    text-align:center;
}
.motto--top
{
    font-size:1.75em;
}
.motto--responsibility
{
    text-transform:uppercase;
    font-family: 'Graduate', cursive;
    font-size:1.125em;
}
/* END MOTTO */

/* HEADER */
.LiquidButton
{
    color:Black;
}
.navbar-fixed-bottom, .navbar-fixed-top{position:sticky; position:-webkit-sticky;}
header a, header a:active, header a:hover, header a:focus{color:#FF791F;}
#site-header
{
    flex:none;
    
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
    
    font-size:0.875rem;
    padding:2em 0;
}
.header--container
{
    /*justify-content:center;*/
    justify-content:space-between;
    align-items:center;
}
.header--logo
{
    display:flex;
    flex-direction:row;
    align-items: flex-end;
    padding:0 1em 0 5.5rem;
    text-decoration:none;
}
.header--logo:hover,
.header--logo:active,
.header--logo:focus
{
    text-decoration:none;
}
.logo--image
{
    margin-right: 0.75em;
    height: 5em;
    transition:transform .2s ease;
}
.header--logo:hover .logo--image
{
    transform:scale(1.02);
}
.logo--text
{
    display:flex;
    flex-direction:column;
    align-items:baseline;
    color:#000;
    font-family: 'Playfair Display';
    margin-left: 10px;
    padding-right: 70px;
}
.logo--text h1
{
    text-transform:uppercase;
}
.logo--text h2
{
    font-weight:400;
    margin:0;
    padding:0;
    line-height:1;
    color:Black;
}
.logo--text h1
{
    font-size: 50px;
    letter-spacing: 0.03em;
    margin-bottom:0.0625em;
    margin-top:0;
}
.logo--text h2
{
    font-size:24px;
    font-family: 'Sans-Pro';
}
.header--motto
{
    display:none;
    /*margin-left:360px;*/
}
@media (min-width:992px)
{
    #site-header
    {
        font-size:1.5rem;
    }   
    .header--motto
    {
        display:flex;
    }
}
@media screen and (max-width:1400px)
{
    .header--logo{padding-left:4rem;}
}
@media screen and (max-width:1280px)
{
    .header--logo{padding-left:3rem;}
}
@media screen and (max-width:1100px)
{
    .header--logo{padding-left:1em;}
}
@media screen and (max-width:500px)
{
    .header--container{padding:0 15px;}
    .header--logo{align-items:center;}
    .logo--text h1{font-size:23px;}
    .logo--text h2{font-size:16px;}
}
/* END HEADER */


/* FOOTER */
footer
{
    flex:none;
    padding:5rem 0 7rem;
    background:#fff;
    color:#000;
    position:relative;
    text-align:center;
}
.footer--container
{
    flex-direction:column;
    align-items:center;
}
.footer--logo
{
    margin-left: 75px;
    max-width:110px;
}
.footer--info
{
    display:flex;
    flex-direction:column;
    
    padding:2rem 1rem;
}
.footer--info--title
{
    font-size:1.375em;
    margin:0 0 0.5em;
    text-transform:none;
    font-family: 'Sans-Pro', Serif;
}
.footer--info--text
{
    margin:0 0 0.125em;
    font-size:1.125em;
}
.footer--bottom
{
    position:absolute;
    bottom:0;
    left:0;
    padding:1rem 0;
    background:#2062C4;
    color:#000;
    width:100%;
}
.bottom--container
{
    flex-direction:column;
    align-items:center;
    text-align:center;
}
.footer--ownership
{
    padding:0 1rem;
    color:White;
}
.footer--esvlink
{
    padding:0 1rem;
    color:#fefefe;
}
.footer--esvlink:hover,
.footer--esvlink:focus,
.footer--esvlink:active
{
    color:#fefefe;
    text-decoration:underline;
}
.footer--right
{
    display:flex;
    flex-direction:column;
    margin-left: 470px;
    font-size:14px;
}
.footer--apps
{
    display:flex;
    flex-direction:row;
    justify-content:center;
    padding:1em;
}
.footer--app-button
{
    height:2em;
}
.footer--app-button img
{
    height:100%;
    display:block;
    
}
.footer--app-button img,
.footer--logo img
{
    transition:transform .3s ease;
}
.footer--app-button:hover img,
.footer--logo:hover img
{
    transform:scale(1.03);
}
.footer--app-button:active img,
.footer--logo:active img
{
    transform:scale(0.97);
}
.footer--app-button:first-of-type
{
    margin-right:0.5em;
}
@media (min-width:992px)
{
    footer
    {
        text-align:left;
        padding:4.5rem 0 6.5rem;
    }
    .footer--container
    {
        flex-direction:row;
    }
    .footer--right
    {
        margin-left:380px;
    }
    .footer--info
    {
        padding:0 1rem;
    }
    .footer--motto
    {
        font-size:1.125em;
        margin-left:auto;
    }
    .bottom--container
    {
        flex-direction:row;
        justify-content:space-between;
    }
    .footer--apps
    {
        justify-content:flex-end;
    }
}
@media (min-width:1280px)
{
    footer
    {
        padding:2rem 0 6.5rem;
    }
    .footer--app-button
    {
        height:3em;
    }
}
@media screen and (max-width:768px)
{
    .footer--logo{margin-left:0;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
}
.slideshow_image 
{
    height: calc((544 / 1400) * 100vw);
    object-fit: cover;
    object-position: center center;
}
.slideshow_caption_container_outer
{
    z-index:5;
}
.slideshow_caption_container_inner
{
    background-color:rgba(255,255,255,.85);
    color:Black;
}
.slideshowOverlay
{
    z-index:3;
    top:0;
}
.slideshow_caption_header
{
    color:Black;
}
.slideshow_caption_text
{
    color:Black;
}
.slideshow_caption_link
{
}
.slideshow--list
{
    position:absolute;
    left:0;
    z-index:3;
    
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    
    list-style:none;
    padding:3em 0;
    margin:0;
    
    font-size:0.75em;
}
.slideshow--list-item
{
    position:relative;
    left:-1em;
    margin:0 0 1em;
    display:block;
    width:100%;
    transition:left .2s ease;
    filter: drop-shadow(4px 8px 6px rgba(0, 0, 0, 0.3));
}
.slideshow--list-item:last-of-type
{
    margin-bottom:0;
}
.slideshow--list-item:hover
{
    left:0;
}
.slideshow--list-link
{
    color:#25291c;
    text-decoration:none;
    display:flex;
    flex-direction:row;
    align-items:center;
    
    width:100%;
    height:4em;
    padding:0 2em 0 3em;
    
    background: rgba(254,254,254,1.0);
    background: -moz-linear-gradient(top, rgba(255,255,255,1.0) 0%, rgba(243,243,243,1.0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1.0)), color-stop(100%, rgba(243,243,243,1.0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1.0) 0%, rgba(243,243,243,1.0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1.0) 0%, rgba(243,243,243,1.0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1.0) 0%, rgba(243,243,243,1.0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1.0) 0%, rgba(243,243,243,1.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
    
    line-height:1;
    font-weight:600;
    
    -webkit-clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0 100%);
    
}
.slideshow--list-link:hover,
.slideshow--list-link:active,
.slideshow--list-link:focus
{
    text-decoration:none;
    color:#25291c;
}
.slideshow--list-icon
{
    display:block;
    font-size:2em;
    margin-right:0.25em;
}
.slick-dots li button::before
{
    color:#000;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    color:#101010;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#2062C4;
}
.hpDiv2 .slick-prev, .hpDiv2 .slick-next
{
    margin-top: 0px;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#2062C4;
}
.slick-prev:before, .slick-next:before
{
    color:#2062C4;
}
@media (min-width:768px)
{
    .slideshow--list
    {
        font-size:0.875em;
    }
}
@media (min-width:1280px)
{
    .slideshow--list
    {
        font-size:1em;
    }
}
@media screen and (max-width: 1180px)
{
    .slideshow_caption_container_outer
    {
    }
    .slideshow_caption_container_inner
    {
        max-width: 475px;
    }
    .slideshow_caption_header
    {
        font-size: 2em;
    }
}
@media screen and (max-width: 1065px)
{
    .slideshow_caption_container_outer
    {
        right: 10px;
        bottom: 10px;
    }
    .slideshow_caption_container_inner
    {
        max-width: 450px;
    }
}
@media screen and (max-width:991px)
{
    .slideshow--list
    {
        position:relative;
    }
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
/* END HOMEPAGE SLIDESHOW */

/* GENERAL HOMEPAGE STYLES */
.hpTitle
{
    font-weight:300;
    float:left;
}
.hpl
{
    float:right;
}
.hpLink
{
    background: #2062C4;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #2062C4;
    color: #FFF;
    font-weight: 900;
}
.hpLink:hover
{
    color: White;
    background: #2062C4;
}
.hpTitle b
{
    font-weight: 500;
}
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    display:none;
}
@media only screen and (max-width : 767px)
{
    .hpTitle
    {
        float: none;
        margin: 0;
        text-align: center;
    }
    .hpl
    {
        float: none;
        margin: auto;
        text-align: center;
        padding-top: 15px;
    }
}
/* END GENERAL HOMEPAGE STYLES */

/* HOMEPAGE NEWS */
.hpDiv1
{
    background-color:#E6E6E6;
    padding:50px 35px 30px;
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
}
.HPnewscomponent_mainlink
{
    color:Black;
}
.HPnewscomponent_maintext
{
    color:Black;
}
/* END HOMEPAGE NEWS */

/* LARGE HOMEPAGE EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.events_slider
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventDateBubble
{
    background-color:#2062C4;
    width:100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 900;
    color: White;
    text-transform: uppercase;
    font-size: calc(18em / 14);
    margin:0 auto;
}
.event_article
{
    width: 100%;
    padding: 15px 15px 10px;
    border: 1px solid #CCCCCC;
    border-top-width: 0px;
}
.event_article hr
{
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #CCCCCC;
}
.eventMonth
{
    font-weight:bold;
}
.eventDate
{
    font-weight:bold;
}
.hpeventcomponent_linktext
{
    font-weight: 500;
    color: #000000;
    font-size: calc(16em / 14);
}
.hpeventcomponent_maintext
{
    font-weight: bold;
    color: #2062C4;
}
.hpeventcomponent_datetext
{
    color:#1C5495;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
/* END LARGE HOMEPAGE EVENTS */

/* HORIZONTAL SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventcomponent_datecontainerHoriz
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomHoriz
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthHoriz
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateHoriz
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.eventcomponent_linktextHoriz
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_maintextHoriz
{
    color:Black;
    font-size:1.11em;
}
.eventcomponent_datetextHoriz
{
    color:#03724B;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleHoriz
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END HORIZONTAL SLIDER EVENTS */

/* VERTICAL SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.events_slider_vert
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventcomponent_datecontainerVert
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomVert
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthVert
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateVert
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.eventcomponent_linktextVert
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_maintextVert
{
    color:Black;
    font-size:1.11em;
}
.eventcomponent_datetextVert
{
    color:#03724B;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleVert
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END VERTICAL SLIDER EVENTS */

/* STANDARD NON-SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.eventDateBubbleStandard
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
}
.eventDateBubbleBottomStandard
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventMonthStandard
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventDateStandard
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.hpeventcomponent_linktextStandard
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.hpeventcomponent_maintextStandard
{
    color:Black;
    font-size:1.11em;
}
.hpeventcomponent_datetextStandard
{
    color:Black;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleStandard
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END STANDARD NON-SLIDER EVENTS */

/* HP LINK BOXES */
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #2062C4;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #2062C4;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #2062C4;
    font-weight: 900;
    font-size: calc(16em / 14);
}
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #2062C4;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #2062C4;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #2062C4;
    font-weight: 900;
    font-size: calc(16em / 14);
}
@media screen and (max-width:991px)
{
    .hpLinks .col-md-3:nth-child(1), .hpLinks .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 767px)
{
    .hpLinks .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
}
/* END HP LINK BOXES */

/* HOMEPAGE FACTS */
.homepage_facts_container
{
    padding:100px 0 85px;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../sysimages/hpStatsBG.png);
    background-color:#000;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}
.hpStatsOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color:rgba(5, 150, 98, .85);
    top:0;
}
.homepage_facts_column
{
    position:relative;
    z-index:3;
}
.homepage_facts_container .slick-slider
{
    /*display:flex;*/ /*<-- Leaving this style active may cause sizing issues */
    height:auto;
}
.homepage_facts_outer
{
    display:flex;
    flex:1;
    height:auto;
    padding:0 12px;
}
.homepage_facts_box
{
    margin:0 0;
    background:rgba(255,255,255,0.45);
    border-top:10px solid rgba(255, 255, 255, 1);
    color:#FFF;
}
.homepage_facts_borderbox
{
    padding:40px 10px 54px;
    text-align:center;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homepage_facts_title
{
    font-weight:700;
    font-size:2.000em;
    line-height:1.093;
    margin:0;
    color:#000;
}
.homepage_facts_statistic
{
    font-size:4.000em;
    line-height:1.5;
    margin:0;
    color:#000;
    display:block;
    font-weight:bold;
}
.homepage_facts_description
{
    font-size:1.250em;
    margin:0;
    padding:0;
    line-height:1.100;
    color:#000;
    font-weight:bold;
}
@media screen and (max-width:991px)
{
    .homepage_facts_borderbox{font-size:12px; min-height:360px;}
    .homepage_facts_description{font-size:1.700em;}
}
@media (max-width:767.9px)
{
    .homepage_facts_container{padding:30px 0;}
    .homepage_facts_row 
    {
        margin-left:-30px;
        margin-right:-30px;
    }
    .homepage_facts_borderbox{min-height:228px;}
}
@media (max-width:500px)
{
    .homepage_facts_container{font-size:14px;}
}
/* END HOMEPAGE FACTS */

/* HOMEPAGE GRID BLOCKS*/
/*.HomepageBlocksDiv
{
    background-color:#C1C1C1;
    padding:68px 0 50px;
}
.HomepageBlocksDiv h2.component_header
{
    background:#000;
    border-top:3px solid #486DBE;
    color:White;
    padding:10px 10px 13px;
    font-size:1.875em;
    font-weight:300;
    text-align:center;
    display:block;
    margin-bottom:0 !important;
    margin-top:0;
    position:relative;
    z-index:2;
}
.HomepageBlocksDiv .component_container
{
    background: #fff;
    box-shadow: 0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    padding:20px 0;
    margin-bottom:20px;
    width:100%;
    position:relative;
}
.image_container
{
    padding:3px 5px;
    height:407px;
    line-height:1;
    text-align:center;
    width:100%;
}
.homepage_container
{
    height:410px;
    overflow-y:hidden;
}
.scroll_container
{
    height:350px;
    overflow-y:auto;
    padding:0 20px;
}
.SchoolImages
{
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: White;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode:multiply;
    padding: 5px;
    text-align: center;
    float: left;
    padding-top: 46px;
    font-size: 1.125em;
    transition: font-size 0.25s;
}
.SchoolImages:hover
{
    font-size: 1.25em;
    background-color:rgba(0, 0, 0, .1);
}
.FindItFastImages
{
    width: 100%;
    background-color: Black;
    color: White;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:rgba(0,0,0,.4);
    background-blend-mode: multiply;
    padding: 5px;
    text-align: center;
    float: left;
    padding-top: 23px;
    font-size: 1.325em;
    transition: font-size 0.25s;
}
.FindItFastImages svg
{
    font-size:2em;
}
.FindItFastImages:hover
{
    font-size: 1.5em;
    background-color:rgba(0,0,0,.2);
}
.FindItFastImages:hover svg
{
}
.image_row
{
    display:table;
    width:100%;
}
.image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(404px / 2);
}
.FindItFast .image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(404px / 3);
}
.image_container img
{
    max-width:50%;
    display:block;
    float:left;
    padding:2px;
}
.image_container img:hover{opacity:.9;}
.image_container img:active{opacity:.7;}

.tab_container_outer
{
    position:relative;
    width:100%;
    float:left;
    margin-top:56px;
    margin-bottom:20px;
}
.tab_buttons
{
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    margin-top:-56px;
    width:100%;
}
.tab_buttons li
{
    width:calc(100% / 3);
    margin:0;
    padding:0;
    display:block;
    float:left;
    color:White;
    height:56px;
    line-height:48px;
    font-weight:bold;
    text-align:center;
    font-size:0.875em;
    cursor:pointer;
    background-color:#000;
    text-align:center;
    border-top:4px solid #486DBE;
    margin:0;
}
.tab_buttons li:hover
{
    background-color:#303030;
}
.tab_buttons li a
{
    color:White;
}
.tab_buttons li a:hover
{
    text-decoration:none;
}
.tab_buttons .btn_inactive
{
}
.tab_buttons li.facebook
{
    border-right:1px solid #fff;
}
.tab_buttons li.twitter
{
    border-right:1px solid #fff;
}
.tab_buttons svg
{
    height:46px;
}
.tab_container
{
    background:#fff;
    height:410px;
    color:#000;
    overflow:hidden;
    text-align:center;
    padding:10px 10px;
}
.tab_container iframe
{
    height:360px !important;
}
#facebook .facebook_container
{
    display:table;
    margin:0 auto;
    padding:15px 0;
    overflow:hidden;
}
.pnlVideo
{
    padding:30px 15px;
}
.hpGridLink
{
    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size: 0.929em;
    color: #25a0ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
@media screen and (max-width:767px)
{
    .image_container
    {
        height:auto;
    }
    .homepage_container
    {
        height:auto;
        overflow-y:visible;
    }
}*/
/* END GRID BLOCKS */

/* DYNAMIC NAV */
.mobile-nav-label
{
    visibility:hidden;
    font-size:0;
    height:0;
    width:0;
    overflow:hidden;
}
#dynamic_nav
{
    top:2rem;
    margin-bottom:2rem;
    background:#f3f3f3;
    padding:1rem;
    font-size:1rem;
    box-shadow:2px 2px 6px 1px rgba(0,0,0,.3);
}
#dynamic_nav .slicknav_nav
{
    font-size:0.875em;
}
#dynamic_nav .slicknav_btn
{
    background:transparent;
    margin:0;
}
#dynamic_nav a:hover,
#dynamic_nav a:active,
#dynamic_nav a:focus
{
    text-decoration:none;
}
#dynamic_nav .slicknav_menu
{
    background:transparent;
    padding:0;
}
#dynamic_nav ul.slicknav_nav 
{
    border:0;
    margin:0;
    padding:0;
}
#dynamic_nav .slicknav_nav li > a
{
    display:flex;
    flex-direction:row;
    align-items:center;
    
    color:#25291c;
    margin:0;
    padding:0.5em 0.625em;
}
#dynamic_nav .slicknav_nav li > a a
{
    color:#25291c;
}
.current_page
{
    font-weight: 600;
}
#dynamic_nav .slicknav_nav ul:not(.slicknav_nav) li > a
{
    padding:0.5em 0.625em;
}
#dynamic_nav .slicknav_nav a:hover
{
    background:transparent;
    color:#2062C4;
}
#dynamic_nav .slicknav_nav li > a a
{
    flex:1;
}
#dynamic_nav .slicknav_nav .slicknav_arrow
{
    margin:0;
    padding:0 10px;
    flex:none;
    float:none;
    width:auto;
}
#dynamic_nav .slicknav_menu .slicknav_icon-bar
{
    background: #333;
    box-shadow: none;
}
@media (min-width:992px)
{
    #dynamic_nav .slicknav_btn
    {
        display:none;
    }
    #dynamic_nav ul.slicknav_nav,
    #dynamic_nav .slicknav_menu
    {
        display:block !important;
        overflow:visible;
    }
    #dynamic_nav .slicknav_nav > li:first-of-type a
    {
        font-weight:600;
        font-size:1.1875em;
        letter-spacing: 0.025em;
        color: #FFF;
        margin: -1rem -1rem 1rem;
        padding: 1rem 1.625rem;
        
        background: #2062C4;    
    }
}
@media (max-width:991.9px)
{
    #dynamic_nav
    {
        margin:0 0 3em;
    }
    #dynamic_nav .slicknav_btn
    {
        display:block;
    }
    #dynamic_nav ul.slicknav_nav
    {
        display:block;
    }
    #dynamic_nav .slicknav_btn,
    #dynamic_nav .slicknav_menutxt
    {
        text-shadow:none;
        color:#25291c;
        font-weight:600;
    }
}
/* END DYNAMIC NAV */

/* CSS TOUTS, ADDS STYLES TO TOUTS, IMAGE HIDDEN IN CONTROL */

.ToutButton
{
    background-color:#BE0A14;
    border-radius:6px;
    padding:10px 15px;
    font-size:1.286em;
    color:White;
    font-weight:bold;
    display:block;
    width:100%;
    margin-bottom:5px;
    border-bottom:1px solid Black;
}
.ToutButton:hover
{
    background-color:Black;
    text-decoration:none;
    color:White;
}

/* END CSS TOUTS * /

/* EVENTS COMPONENT */
.eventcomponent_datecontainer
{
    background:#2062C4;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#2062C4;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#2062C4;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#2062C4; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #2062C4 !important;
}
.monthly-event-list .listed-event /* Fix for color issue in monthly.css */
{
    color:#000 !important;
}
/* END EVENTS COMPONENT */

/* ARTICLES */
.BtnArticleBack {
    background-color: #090909;
    border-radius: 2px;
    color: White;
    font-size: 17px;
    padding: 6px 9px;
    font-weight: bold;
    display: inline-block;
}
.BtnArticleBack:hover {
    background-color: #545454;
    color:White;
    text-decoration: none;
}
/* END ARTICLES */

/* NEWS COMPONENT */
.newscomponent_item
{
    border-bottom:1px solid #a2a1a1;
}
.newscomponent_imagecontainer
{
    padding-right:20px;
}
.newscomponent_imagecontainer img
{
    width:100%;
    max-width:400px !important;
}
.newscomponent_archivelink
{
    float:right; 
    /*display:none;*/
    position:absolute;
    bottom:0;
    padding:0;
    font-size:1.000em;
    right:10px;
}
.component_container_eventcalendar .newscomponent_archivelink
{
    position:relative;
    bottom:auto;
    right:auto;
}
.newscomponent_item:last-child
{
    border-bottom:none;
    margin-bottom:40px;
}
/* END NEWS COMPONENT */

/* FILES AND LINKS COMPONENT */
.linksList
{
    clear:both;
}
.linksList h3.component_title
{
    float:none;
    display:inline-block;
    margin-top:10px;
    margin-bottom:10px;
    font-size:1.25em;
}
.linkcomponent_table
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.linkcomponent_tablecell
{
    padding:5px 5px 10px;
    text-align:center;
}
.linkcell25
{
    width:25%;
}
.linkcell50
{
    width:50%;
}
@media screen and (max-width:991px)
{
    .linkcell25{width:50%;}
}
@media screen and (max-width:400px)
{
    .linkcomponent_tablecell{line-height:1.2;}
    .linkcell25{width:100%;}
    .linkcell50{width:100%;}
}
/* END FILES AND LINKS COMPONENT */

/* VIDEO COMPONENT */
.VideoPanel
{
    clear:both; /* Clearfix for video panel */
}
/* END VIDEO COMPONENT */

/* TEXT WINDOW */
.textwindow_text ul, .textwindow_text ol
{
    overflow:hidden; /* fix for embedded image causing issues with lists */
}
.ui-widget
{
    font-family:'playfair display', Serif;
}
/* END TEXT WINDOW */

/* PODCAST COMPONENT */
audio::-webkit-media-controls-panel
{
    background-color:rgba(0,0,0,.2); /* Chrome */
}
.PodcastTop hr{height:1px; background:Black; width:97%; margin:10px 0 0;}
.PodcastContainer
{
    padding:10px 0;
}
.podcast_titletext
{
    display:block;
}
.podcast_maintext{}
.podcast_mainlink
{
    color:#3174AF;
}
/* END PODCAST COMPONENT */

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */