﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Open Sans", Sans-Serif;
    background: #FAFAFA;
    font-size:16px;
}

/* Use this for page headers */
.ph
{
    padding: 15px 0px;
    background: #F5BB20;
    margin-bottom: 0;
}
h1.page_header
{
    font-size: 2.375em;
    color: Black;
}

/* Use this for component headers */
h2.component_header
{
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#003D71;
    font-size: 1.5em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}
.dualwindow_container, [id*=pnlLeftSide], .singlewindow_container
{
    margin-top: 30px;
}

#closings1_divAlertBanner
{
    z-index:55;
}
/* TOP NAV */
.TopNav nav
{
    background: #E0E0E0
}
.TopNav nav ul li a.SocialButtons
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}
.TopNav nav ul li:hover a
{
    background: #CCCCCC;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:1.178em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;

}
/* END TOP NAV */
/* HEADER */
header
{
    background: #003B6D;
}
header svg
{
    max-height: 133px;
}
@media screen and (max-width: 991px)
{
    header
    {
        margin-top: 0 !important;
    }
    .GoogleSearchContainer
    {
        margin-top: 0 !important;
    }
    .hideOnMobile
    {
        display: none !important;
    }
    .SearchClose
    {
        display: none !important;
    }
}
header img
{
    width: 100%;
    max-width: 600px;
}
.HeaderLogo2
{
    display: inline-block;
    transform: scaleX(-1);
}
header .col-xs-12
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.HeaderButton
{
    background:#F5BB20;
    color:#12284C;
    display: block;
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin: 10px auto 0;
    padding:5px 0;
    font-weight:bold;
    transition:0.2s all ease-out;
}
.HeaderButton:hover
{
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
header h1
{
    font-weight:normal;
}

header h2
{
}

@media screen and (max-width:991px)
{
    header .col-md-5
    {
        display: -webkit-box;
        margin: auto;
        width: 452px;
    }
}
@media screen and (max-width: 582px)
{ 
    .HeaderLogo 
    {
        display: block;
    }
}
@media screen and (max-width: 600px)
{ 
    .HeaderLogo:first-child, .HeaderLogo:last-child
    {
        display: none;
    }
    header .col-xs-12
    {
        justify-content: center;
    }
    .HeaderLogo img
    {
        max-width: 100%;
    }
}
.HeaderLogo img
{
    margin-right: 0;
}
@media screen and (max-width:497px)
{
    header .col-md-5
    {
        width: 100% !important;
        text-align: center;
    }
    .HeaderLogo
    {
        display: block;
    }
    .SchoolName
    {
        float: none !important;
        width: 100%;
    }
}
@media screen and (max-width:473px)
{
    .SchoolName
    {
        font-size: 0.857em;
    }
}
@media screen and (max-width:347px)
{
    .SchoolName
    {
        font-size: 0.714em;
    }
}
/* END HEADER */

/* FOOTER */
footer
{
    border-top: 3px solid #F5BB20;
    background:#003D71;
    color:White;
    padding:50px 0;
    width:100%;
}
footer svg
{
    max-width: 150px;
}
@media screen and (max-width: 991px)
{
    footer svg
    {
        margin-bottom: 20px;
    }
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.subfooter
{
    width: 100%;
    background: #2B2B2B;
    color: White;
}
.subfooter a
{
    color: White;
}
@media only screen and (max-width : 991px)
{
    .Address
    {
        float: none !important;
        margin-bottom: 5px;
    }
    .subfooter .right, .subfooter .left
    {
        text-align: center;
    }
    .subfooter .left
    {
        margin-bottom: 15px;
    }
    .subfooter
    {
        margin-top: -1px;
    }
    
    footer .col-md-3:nth-child(1), footer .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
    .hpLinks .col-md-3:nth-child(1), .hpLinks .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 767px)
{
    footer .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
}
.FlRight
{
    float: right;
    text-align: right;
    clear: right;
    margin-bottom: 7px;
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 0px solid #059662;
    background: #fff;
}
.slideshow_image 
{
    position: static;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.SlideShowNav a
{
    color: White;
    background: #059662;
}
.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:#059662;
}
.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:#059662;
}
.slick-prev:before, .slick-next:before
{
    color:#059662;
}
@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_outer_container
    {
        display: none;
    }
}
@media screen and (max-width:650px)
{
div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpTop
{
    padding: 50px 0;
}
.hpTop a
{
    display: block;
    width: 100%;
    height: calc(100vw / 3 - 120px);
    max-height: 306px;
    color: White;
    background: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1.875em;
    font-weight: 700;
    text-decoration: none;
}
.hpTop a .buttonText
{
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.hpTop a:hover .buttonText
{
    background: rgba(0, 0, 0, 0.45);
}
.FindItFastContainer
{
    height: calc(100% - 55px);
    padding: 1px;
    background: white;
}
.FindItFastContainer a
{
    display: flex;
    flex-direction: column;
    width: calc(50% - 2px);
    margin: 1px;
    height: calc(100% / 3 - 2px);
    max-height: 306px;
    color: #12284C;
    background: #F5BB20;
    font-size: 1.875em;
    line-height: 1.2;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: left;
}
.FindItFastContainer a .icon
{
    font-size: 56px;
    margin-bottom: 15px;
}
.FindItFastContainer a:hover
{
    background: #FDCF30;
}
.hpBottom
{
}
.hpTitle
{
    font-weight:700;
    text-transform: uppercase;
    color: #003D71;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 50px;
}
.hpTitleBar
{
    font-size: 700;
    font-size: 1.75em;
    line-height: 1.2;
    display: flex;
    width: 100%;
    height: 55px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #15274B;
    color: #FFB71C;
    text-shadow: -1px -1px 0 white;
    border-bottom: 3px solid #FFB71C;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.hpLink
{
    line-height: 1.2;
    background: #E0E0E0;
    text-transform: uppercase;
    border-top: 3px solid #BBB;
    border-radius: 0;
    color: #000;
    font-size: 1.125em;
    font-weight: 700;
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.hpLink:hover
{
    background: #C5C5C5;
    color: Black;
    border-top-color: #AAA;
}
.scrollContainer
{
    height: calc(100% - 95px);
    padding: 20px 15px;
    overflow: auto;
    background: white;
}
.hpContainer > div
{
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.hpContainer
{
    height: 595px;
}
.hpBottom
{
    padding: 50px 0;
    background: #F0F0F0;
    border-bottom: 1px solid #CCC;
}
.HPnewscomponent_mainlink
{
    color: Black;
    float: none;
    clear: none;
    line-height: 1.25;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.NewsContainer
{
    padding: 15px 0;
}
.HPnewscomponent_mainlink:hover
{
    color: #15274B;
}
.HPnewscomponent_thumbimage
{
    width: auto;
    max-width: 100%;
    margin: 0 0px 5px 0;
}
.HPNewsPhoto
{
    max-width: 120px;
    float: left;
    margin: 0;
    margin-right: 10px;
}
.HPnewscomponent_maintext
{
    float: none;
    clear: none;
}
/* Standard Non-Slider Events */
.eventDateBubbleStandard
{
    background-color:#003D71;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
    margin: 0 10px 5px 0;
}
.eventDateBubbleBottomStandard
{
    background-color:#003D71;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventMonthStandard
{
    font-weight:bold;
    color:#FFB71C;
    font-size:1.5em;
    text-transform:uppercase;
    line-height:1;
}
.eventDateStandard
{
    font-weight:bold;
    color:White;
    font-size:1.5em;
    line-height:1;
}
.hpeventcomponent_linktextStandard
{
    color:Black;
    font-weight:bold;
    font-size:1.125em;
    line-height:1.2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    margin-bottom: 8px;
}
.hpeventcomponent_linktextStandard:hover
{
    color: #15274B;
}
.hpeventcomponent_maintextStandard
{
    color:Black;
    font-size:1em;
    font-size: 0.875em;
}
.hpeventcomponent_datetextStandard
{
    color:Black;
    font-size:1em;
    font-weight:400;
    font-size: 0.875em;
    text-transform: none;
}
.event_articleStandard
{
    float: left;
    width: calc(100% - 70px);
    margin-left: 0;
}
.EventCarouselStandard
{
    display: flex;
    align-items: center;
    float: left;
    clear: left;
    padding: 8px 0;
}
@media screen and (max-width: 991px)
{
    .LiquidHeader, .LiquidButton
    {
        display: none;
    }
    #TopUCs
    {
        margin-top: 0!important;
    }
    .hpTop a
    {
        max-width: 300px;
        height: 300px;
        margin: auto;
        margin-bottom: 20px;
        float: none;
    }
    .hpTop .col-md-4
    {
        text-align: center;
    }
    .hpTop .col-md-4:last-child a
    {
        margin-bottom: 0;
    }
    .hpContainer
    {
        margin-bottom: 30px;
    }
    .hpContainer:last-child
    {
        margin-bottom: 0;
    }
    footer
    {
        text-align: center;
    }
    .FlRight:first-child
    {
        margin-top: 15px;
    }
    .FlRight
    {
        float: none;
        margin: 3px 0;
        text-align: center;
    }
    .slicknav_menu
    {
        background: #222222;
    }
}
@media screen and (max-width: 460px)
{
    .hpContainer:first-child
    {
        height: auto;
    }
    .FindItFastContainer a
    {
        width: 100%;
        height: 175px;
        width: 100%;
    }
}
@media only screen and (max-width : 767px)
{
    .hpTitle
    {
        float: none !important;
        text-align: center;
    }
    .hpl
    {
        float: none !important;
        margin: auto !important;
        text-align: center;
        padding-top: 15px;
    }
    .hpLinks .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
}
/* END HOMEPAGE */
/* DYNAMIC NAV */
.DynamicNav
{
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#26272B;
    border-bottom: 1px solid #EAEAEA;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#003D71;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #14284B;
    background: #003D71;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #14284B !important;
    background: #003D71;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #14284B !important;
    color: white !important;
}
@media screen and (min-width:992px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#F5BB20;
        color:black;
        border-bottom:1px solid #000000;
    }
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
}
@media screen and (max-width:991px)
{
    .DynamicNav_show-menu
    {
        display:block;
    }
    #menu
    {
        display:none;
    }
}
/* END DYNAMIC NAV */


/* EVENTS COMPONENT */
.eventcomponent_datecontainer
{
    background:#003D71;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#003D71;
    color: #fff;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#003D71;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#003D71; /* Hover Color */
    color:#fff !important;
}
/* END EVENTS 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 */
.GoogleSearchContainer
{
    color: White;
    background: #05744C;
}
.GoogleSearchContainer a:hover
{
    color: White;
}

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -70px;
    position: relative;
    background: #003B6D;
	display:none;
}
.GoogleSearchContainer.Open
{
    margin-top: 0;
	display:block;
}
.SearchDiv
{
    background: white;
    border: 1px solid #CCC;
    width: 100%;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
    padding: 0 15px;
}
.SearchDiv span svg
{
    color: #777;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #333;
    width: 24px !important;
}
/* End Search Styles */
.LiquidButton
{
    right: 10px;
}
.LiquidHeader
{
    position: fixed;
    width: 100%;
    z-index: 9001;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
#TopUCs
{
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.GoogleSearchContainer
{
    z-index: 50;
}
.HeaderLogo svg
{
    width: 125px;
    max-width: 100%;
}