﻿@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;700&display=swap');

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Merriweather", Serif;
    background: #F5F5F5;
    font-size:16px;
}

/* Use this for page headers */
.ph
{
  padding: 10px 30px;
  background: #2b2b2b;
  font-size: 15px;
}
h1.page_header
{
}

/* Use this for component headers */
h2.component_header
{
    background:#FF8823;
    color:#000;
    font-size: 1.7em;
    margin-top:0;
    font-weight: 700;
    margin-bottom:10px;
    padding:10px;

     margin-top:-10px;
    margin-bottom:5px;
    margin-left:-15px;
    float: left;
    display: block;
    width: calc(100% + 30px);
    font-family: "montserrat", Sans-Serif;
}
.component_header_image
{
    max-width:100%;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#000;
    font-size: 1.429em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-bottom:10px;
}
.dualwindow_left
{
    background:White;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}
.dualwindow_left
{
    background-color:#FFFFFF;
    margin-left:15px;
    margin-right:15px;
    width:calc(6 / 12 * 100% - 30px);
    padding:0;
}
.dualwindow_right
{
    margin-left:15px;
    background-color:#FFFFFF;
    width:calc(3 / 12 * 100% - 15px);
    padding:0;
}
@media screen and (max-width:991px)
{
    .dualwindow_left{width:calc(50% - 15px); margin-left:0;}
    .dualwindow_right{width:calc(50% - 15px);}
}
@media screen and (max-width:768px)
{
    .dualwindow_left{width:100%; margin-right:0;}
    .dualwindow_right{width:100%; margin-left:0;}
}
.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;
}
div [src*='filecabinet']{max-width:100% !important;}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background: #FF8823;
    font-family:Montserrat, sans-serif;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
}
.TopNav nav ul li a
{
    height:38px;
    line-height:37px;
    color:black;
}
.TopNav nav ul li:hover a
{
    background: transparent;
    color:#444444;
}
.TopNav nav ul li:hover
{
    background: transparent;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:38px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
    color:black;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
    color:white;
}
.TopNav nav ul li:hover ul li:hover a.nav_title
{
    color:black;
}
.TopNav .nav_title
{
    text-align:left;
}
.TopNav .nav_title:hover
{
    background:transparent !important;
    color: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;

}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}
/* END TOP NAV */
/* HEADER */
.HeaderTop
{
    background:#FF8823;
    color:black;
    padding:5px 0;
}
.HeaderTopTitle
{
    font-weight:bold;
    font-style:italic;
}
.HeaderTopText
{
    font-style:italic;
}
header
{
    background: #FFF;
    border-top: 1px solid #FF8823;
    border-bottom: 5px solid #FF8823;
    color:black;
}
header a
{
    color:Black;
}
header a:active, header a:hover, header a:focus
{
	color:Black;
}
.HeaderContainer
{
    display:flex;
    padding:0;
}
.HeaderLeft
{
    display:flex;
}
.HeaderLogo
{
    float:left;
    flex-basis:200px;
    margin-right:15px;
}
.HeaderLogo img
{
    float:left;
    margin-right:15px;
    max-width:100%;
}
.SchoolName
{
    flex:1;
    padding-right:20px;
}
header h1
{
    font-weight:bold;
    font-size:2.000em;
    font-family:Montserrat, sans-serif;
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
}
header h2
{
    font-weight:normal;
    font-style:italic;
    font-size:1.125em;
    color:black;
    letter-spacing:0;
    text-transform:none;
    text-align:left;
}
.HeaderRight
{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
.SocialMedia a
{
    font-size: 1.714em;
    color:#2728EF;
}
.SocialMedia a:first-child
{
    color:#3B5999;
}
.SocialMedia a:nth-child(2)
{
    color:#1DA1F1;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #EDAE07;
}
/* Google Translate Styles */
.HeaderTranslateButton
{
}
.HeaderTranslateButton:hover
{
}
/* End Google Translate Styles */

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    color: Black;
    background: #EDAE07;
}
.GoogleSearchContainer a:hover
{
    color: White;
}
.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-left:10px;
}
.SearchDiv span svg
{
    color: #777;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #333;
    width: 24px !important;
}
/* End Search Styles */
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    .HeaderTranslateButton
    {
        display:none;
    }
}
@media screen and (max-width:767px)
{
    .HeaderContainer
    {
        display:block;
    }
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:650px)
{
    .HeaderLeft
    {
        align-items:center;
    }
    .HeaderLogo
    {
        flex-basis:105px;
    }
    header h1
    {
        font-size:1.500em;
    }
    .HeaderRight
    {
        justify-content:center;
    }
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .HeaderTop
    {
        line-height:1.2;
    }
    header
    {
        font-size:14px;
    }
    .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)
{
    header
    {
        padding:7px 0;
    }
    .HeaderLeft
    {
        flex-direction:column;
    }
    .SchoolName
    {
        font-size: 0.714em;
        padding:0;
    }
    header h1
    {
        text-align:center;
    }
    header h2
    {
        text-align:center;
    }
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#FFF;
    color:Black;
    padding:20px 0;
    width:100%;
    border-top:10px solid Black;
    border-bottom:10px solid Black;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:Black;
}
.FooterContainer
{
    display:flex;
    align-items:stretch;
}
.FooterLeft
{
    display:flex;
    align-items:stretch;
}
.FooterLogoSocial
{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:200px;
}
.FooterLogo
{
}
.social_media_buttons
{
    display:flex;
    justify-content:flex-end;
}
.social_media_buttons a
{
    font-size: 1.000em;
    color:#2728EF;
    margin:0 7px;
}
.social_media_buttons a:first-child
{
    color:#3B5999;
}
.social_media_buttons a:nth-child(2)
{
    color:#1DA1F1;
}
.social_media_buttons a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #EDAE07;
}
.social_media_buttons svg /*size of icon inside circle*/
{
    font-size:1.500em;
}
.FooterNameAddress
{
    padding-left:20px;
    font-family:Montserrat, sans-serif;
    display:flex;
    flex-direction:column;
    flex:1;
}
footer h1
{
    font-weight:bold;
    font-size:1.750em;
    margin-bottom:20px;
}
.FooterRight
{
    border-left:5px solid #FF8823;
    display:flex;
    align-items:center;
}
footer h2
{
    font-style:italic;
    font-size:1.5em;
    line-height:1.7;
    margin:0;
    color:#535353;
}
.subfooter
{
    width: 100%;
    background: #2B2B2B;
    color: White;
}
.subfooter a
{
    color: White;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) and (max-width: 767px)
{ 
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device, may not work above iOS 14 though)
     */
     footer a{color:black;}
}

@media screen and (min-width:1201px)
{
    .FooterRight
    {
        padding-left:30px;
    }
}
@media screen and (max-width:1250px)
{
    .SubfooterContainer{display:flex; font-size:14px;}
    .subfooter .left{flex:1;} 
    .subfooter .center{flex:0.5;}
    .subfooter .right{flex:0.5;}
}
@media screen and (max-width:1100px)
{
    .FooterContainer
    {
        flex-direction:column;
        align-items:center;
    }
    .FooterLeft
    {
        flex-direction:column;
        align-items:center;
    }
    .FooterLogoSocial
    {
        align-items:center;
    }
    .FooterNameAddress
    {
        text-align:center;
        padding:10px 0 0;
    }
    .FooterRight
    {
        border-left:none;
        padding-top:20px;
    }
    footer h2
    {
        text-align:center;
    }
}
@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;}
    footer .col-md-3:nth-child(1), footer .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;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 5px solid #FF8823;
}
.slideshow_image 
{
    height: calc((440 / 980) * 100vw);
    object-fit: cover;
    object-position: center center;
}
.slideshow_caption_container_outer
{
    z-index:5;
}
.slideshow_caption_container_inner
{
}
.slideshowOverlay
{
    z-index:3;
    top:0;
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.SlideShowNav
{
    background:transparent;
    font-family:Montserrat, Sans-serif;
    padding:5px 50px 5px 0;
    width:100%;
    max-width:332px;
    max-height:400px;
    overflow-y:auto;
}
.SlideShowNav h1
{
    text-transform:uppercase;
    font-weight:bold;
    font-size:1.125em;
    padding-left:25px;

    display:none;
}
.SlideShowNav hr
{
    height:5px;
    background:#FF8823;
    width:100%;
    margin:7px 0;

    display:none;
}
.SlideShowNav ul
{
    padding-left:25px;
    padding-left:0;
}
.SlideShowNav li
{
    padding:5px 0;
    list-style:none;
    width:100%;
}
.SlideShowNav a
{
    color: Black;
    background:#FF8823;
    border-radius:0 22px 22px 0;
    border:7px solid Black;
    border-left:none;
    font-size:1.250em;
    float:left;
    padding:10px 15px;
    width:100%;
}
.SlideShowNav li:hover
{
    padding:5px 0px;
}
.SlideShowNav li a:hover
{
    padding:10px 15px 10px 35px;
    color:#000;
    background:#FF8823;
}
.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:#FF8823;
}
.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:#FF8823;
}
.slick-prev:before, .slick-next:before
{
    color:#FF8823;
}

.hpSchoolSSContainer
{
    margin-bottom:40px;
}
.hpSchoolSSInnerContainer
{
    /*border-radius:20px;
    border:3px solid #000;*/
    overflow:hidden;
}
.hpSchoolSSContainer .slideshowOverlay
{
    display:none;
}
.hpSchoolSSContainer .slideshow_outer_container
{
    border:none;
    /*max-height:308px;*/
    max-height: 480px;
}
.hpSchoolSSContainer .SlideShowNavContainer
{
    display:none;
}
.hpSchoolSSContainer .slideshow_image
{
    /*height:auto;*/
    height: 480px;
}
.hpSchoolTextContainer
{
}
.hpSchoolText
{
    background:white;
    /*border-radius:20px;*/
    padding:15px;
    color:black;
    font-family:Montserrat, sans-serif;
    min-height:280px;
    margin-left:-100px;
    /*margin-top:15px;*/
    margin-top: 92px;
    border-top:4px solid #000;
}
@media screen and (max-width:1200px)
{
    .hpSchoolText
    {
        margin-left:0;
        margin-top:20px;
        margin-bottom:20px;
    }
}
@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)
{
}
@media screen and (max-width:800px)
{
    .SlideShowNav
    {
        position:relative;
        top:auto;
        border:3px solid #444;
        border-radius:0;
        max-width:100%;
    }
}
@media screen and (max-width:500px)
{
    .slideshow_container
    {
        display:none;
    }
    .hpSchoolSSContainer .slideshow_outer_container
    {
        display:none;
    }
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
}
/* END HOMEPAGE SLIDESHOW */

/* GENERAL HOMEPAGE STYLES */
.hpTitle
{
    font-weight:300;
    float:left;
}
.hpl
{
    float:right;
}
.hpLink
{
    background: #FF8823;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #FF8823;
    color: #FFF;
    font-weight: 900;
}
.hpLink:hover
{
    color: White;
    background: #EDAE07;
}
.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 */

/* HP TEXT */
.hpDiv3
{
    background:#FFF;
    padding:20px 0;
    width:100%;
}
/* END HP TEXT */

/* HOMEPAGE GRID BLOCKS*/
.HomepageBlocksDiv
{
    background-color:#EEE;
    padding:35px 0 50px;
}
.SchoolHomepageBlocksDiv
{
}
.HomepageBlocksDiv h1
{
    font-size:2.063em;
    text-align:center;
    font-weight:bold;
    margin:0 0 40px;
    font-family:Montserrat, sans-serif;
}
.HomepageBlocksDiv h2.component_header
{
    background:#FF8823;
    border-bottom:7px solid #EC5106;
    color:Black;
    padding:13px 10px 6px;
    font-size:1.875em;
    font-weight:700;
    text-align:center;
    display:block;
    margin-bottom:0 !important;
    margin-top:0;
    position:relative;
    z-index:2;
    font-family:Montserrat, sans-serif;

    margin-left:0;
    width:100%;
}
.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;
}
.hpSchoolLeftNavContainer .col-md-12
{
    padding:0;
}
.col-lg-4.col-xs-12.hpSchoolLeftNavContainer 
{
  max-height: 557px;
  overflow-y: scroll;
}
.eventcomponent_viewall
{
    font-size: 1.375em;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
    color:black;
    text-align:right;
    padding-right:40px;
    display:block;
    font-family:Montserrat, sans-serif;
    margin-top:5px;
}
.newscomponent_viewall
{
    font-size: 1.375em;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
    color:black;
    text-align:right;
    padding-right:40px;
    display:block;
    font-family:Montserrat, sans-serif;
    margin-top:5px;
}
.HPnewscomponent_mainlink
{
    font-size:1.875em;
    font-weight:bold;
    font-family:Montserrat, sans-serif;
    line-height:1.2;
    margin-bottom:15px;
    color:black;
}
.SchoolHomepageBlocksDiv .newscomponent_item
{
    width:375px;
    max-width:100%;
    padding:20px 10px;
    border-bottom:none;
    border-right:1px solid #D5D5D5;
}
.SchoolHomepageBlocksDiv .newscomponent_item:last-child
{
    border-right:none;
}
.image_container
{
    padding:3px 5px;
    height:497px;
    line-height:1;
    text-align:center;
    width:100%;
}
.homepage_container
{
    height:500px;
    overflow-y:hidden;
}
.school_homepage_container
{
    height:auto;
    overflow:unset;
}
.scroll_container
{
    height:430px;
    overflow-y:auto;
    padding:0 20px;
}
.scroll_container_horiz
{
    padding:0 20px 20px;
    width:100%;
    display:flex;
}
.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%;
    color: Black;
    height: 100%;
    background-color:#FF8823;
    padding: 5px;
    text-align: center;
    float: left;
    font-family:Montserrat, sans-serif;
    font-size: 1.000em;
    font-weight:bold;
    transition: font-size 0.25s;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.FastInverted
{
    background-color:black;
    color:#FF8823;
}
.FindItFastImages svg
{
    font-size:3em;
    padding-bottom:7px;
}
.FindItFastImages:hover
{
    font-size: 1.3em;
    background-color:rgba(0,0,0,.2);
}
.FastInverted:hover
{
    background-color:black;
    color:#FF8823;
}
.FindItFastImages:hover svg
{
}
.image_row
{
    display:table;
    width:100%;
}
.image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(494px / 2);
}
.FindItFast .image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(494px / 4);
}
.SchoolHomepageBlocksDiv .FindItFast .image_row a
{
    height: calc(494px / 4);
}
.SchoolHomepageBlocksDiv .FindItFastImages
{
    font-size:1em;
}
.SchoolHomepageBlocksDiv .FindItFastImages svg
{
    font-size:3em;
}
.PreschoolFIF .FindItFast .image_row a
{
    height: calc(494px / 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 */

/* HP SPOTLIGHT NEWS ARTICLE */
.hpDivSpotlight
{
    background-color:#EEE;
    padding: 0 0 30px;
    box-shadow:inset 0 3px  0 0 Black, inset 0 6px 0  0 #FF8823;
}
.hpDivSpotlight .slick-next, .hpDivSpotlight .slick-prev
{
    text-align:center;
}
.hpDivSpotlight .slick-next svg, .hpDivSpotlight .slick-prev svg
{
    margin-top:0px;
}
.slideshow_outer_container .HPCont3 .slick-prev:hover, .slideshow_outer_container .HPCont3 .slick-next:hover, .slideshow_outer_container .HPCont3 .slick-prev:active, .slideshow_outer_container .HPCont3 .slick-next:active, .slideshow_outer_container .HPCont3 .slick-prev:focus, .slideshow_outer_container .HPCont3 .slick-next:focus
{
    width:85px;
}
.HPNewsPhoto
{
    height: 0;
    overflow: hidden;
}
.HPNewsPhoto img
{
    transition: transform 0.5s;
}
.HPNewsPhoto img:hover
{
    transform: scale(1.15);
}
.hpDivSpotlight .HPNewsPhoto
{
    padding-bottom: calc(48600% / 899);
}
@media screen and (min-width: 991px)
{
    .HPCont3
    {
        float: left;
        width: calc(100% - 250px);
    }
    .hpDivSpotlight .slick-prev
    {
        margin-top: -42px;
    }
    .hpDivSpotlight .slick-next
    {
        margin-top: 42px;
        border-top: 1px solid #32B6C8;
    }
    .hpDivSpotlight .slick-prev, .hpDivSpotlight .slick-next
    {
        position: absolute;
        left: 0;
        width: 85px;
        height: 85px;
        color: White;
        background: #018294 !important;
        margin-left: -58px;
        transition: background 0.5s;
    }
    .hpDivSpotlight .slick-prev:hover, .hpDivSpotlight .slick-next:hover
    {
        background: #00B8D1 !important;
    }
    .hpDivSpotlight .slick-prev:focus, .hpDivSpotlight .slick-next:focus
    {
        background: #00B8D1 !important;
    }
    .hpDivSpotlight .HPNewsPhoto
    {
        width: 100%;
        float: left;
    }
    .hpDivSpotlight .ArticleBody
    {
        background: white;
        border: 1px solid #DCDCDC;
        border-top: none;
        float: left;
        padding: 20px 15px;
        width:100%;

        width: 340px;
        margin-left: -90px;

        width:540px;
        margin-left:-290px;
        float: left;
        border-top: 3px solid #FFDA00 !important;
        padding: 25px 15px 20px;
        position: relative;
        z-index: 5;
    }
    .news_slider2 {
        width: calc(100% + 46px);
        margin-right: -46px;
        max-width: calc(100% + 46px) !important;
    }
    .hpDivSpotlight .HPnewscomponent_mainlink
    {
        font-family: "utopia-std", Sans-Serif;
        font-weight: 700;
        color: Black;
        font-size: 2em;
        line-height: 1.2;
    }
    .hpDivSpotlight .HPnewscomponent_maintext
    {
        font-family: "sofia-pro", Sans-Serif;
        font-weight: 400;
        color: #666666;
        display: block;
        margin: 10px 0 10px;
    }
}
.hpDivSpotlight .slick-prev, .hpDivU .slick-next
{
    position: absolute;
    left: 0;
    width: 85px;
    height: 85px;
    color: White;
    background: #018294 !important;
    margin-left: -58px;
    transition: background 0.5s;
}
.hpDivSpotlight .slick-prev:hover, .hpDivSpotlight .slick-next:hover
{
    background: #00B8D1 !important;
}
.hpDivSpotlight .slick-prev:focus, .hpDivSpotlight .slick-next:focus
{
    background: #00B8D1 !important;
}
@media screen and (max-width:991px)
{
    .hpDivSpotlight .ArticleBody
    {
        clear:both;
        padding-top:20px;
    }
    .scroll_container_horiz
    {
        flex-wrap: wrap;
        justify-content: center;
    }
    .SchoolHomepageBlocksDiv .newscomponent_item
    {
        border:none;
    }
}
@media screen and (max-width:500px)
{
    .HPnewscomponent_mainlink
    {
        font-size:1.3em;
    }
}
/* END HP SPOTLIGHT NEWS ARTICLE */

/* HOMEPAGE LINK TILES */
.hpLinkTiles
{
    background-color:#EEE;
    display:none;
}
.HomepageBlocksDiv .linktile_container
{
    background:transparent;
    text-align:center;
    box-shadow:none;
    padding:0;
    margin:0;
}
.linktile_container a
{
    display:block;
    overflow:hidden;
    margin:0 10px;
    width:calc(100% - 20px);
}
.linktile_label
{
    display:block;
}
.linktile_container a img
{
    width:100%;
    max-width:500px;
    transition: transform 0.5s;
    display:inline-block;
}
.linktile_container a img:hover
{
    transform: scale(1.15);
}
.hpLinkTiles h2.component_header
{
    border:none;
    padding:13px 10px;
}
@media screen and (max-width:1280px)
{
    .hpLinkTiles
    {
        font-size:12px;
    }
}
@media screen and (max-width:768px)
{
    .HomepageBlocksDiv .linktile_container
    {
        margin-top:30px;
    }
}
/* END HOMEPAGE LINK TILES */

/* HP SCRIPT */
.hpDivSocial
{
    background:#FFF;
    padding:20px 0;
    width:100%;
}
.hpDivSocial .homepage_container
{
    text-align:center;
    height:465px;
}
.hpDivSocial .container-fluid
{
    max-width:1310px;
}
/* END HP SCRIPT */

/* HOMEPAGE LINK TILES 2 */
.hpLinkTiles2
{
    background:White;
    padding:0 0 20px;
    display:none;
}
.linktile_flex_container2
{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.linktile_container2
{
    position:relative;
    width:calc(1250px / 4);
    margin:0 4px;
}
.linktile_container2 a
{
    display:inline-block;
    position:relative;
    width:100%;
    height:200px;
    overflow:hidden;
}
.linktile_container2 img
{
    position:relative;
    z-index:1;
    width:100%;
    transition: transform 0.5s;
}
.linktile_textcontainer2
{
    position:absolute;
    z-index:2;
    bottom:0;
    text-align:center;
    width:100%;
}
.linktile_container2 h3
{
    padding:5px 7px;
    margin:0;
    display:inline-block;
    background:White;
    color:black;
    text-transform:uppercase;
    font-size:1.333em;
    font-weight:bold;
    font-family:Montserrat, sans-serif;
    border-top:1px solid #FF8823;
}
.linktile_container2 a:hover img
{
    transform: scale(1.15);
}
.linktile_container2 a:hover h3
{
    background-color:#FF8823;
}
@media screen and (max-width:1250px)
{
    .linktile_flex_container2
    {
        font-size:12px;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
    }
}

/* END HOMEPAGE LINK TILES 2*/

/* 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:#000;
}
.DynamicNav ul li ul li a
{
    color:Black;
    border-bottom: 1px solid #EDAE07;
    background: #FF8823;
}
.DynamicNav_currentpage_link
{
    color:black !important;
    border-bottom: 1px solid #EDAE07 !important;
    background: #FF8823;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #ED8807 !important;
    color: White !important;
}
.DynamicNav > ul > li:first-child a 
{
  background-color: #FF8823;
  color: black;
  font-size: 1.375em;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  border-bottom: 7px solid #EC5106;
  padding-bottom: 13px 10px 6px;
  line-height: 1;
  text-align: center;
  padding: 10px 38px;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#2B2B2B;
        color:White;
        border-bottom:1px solid #000000;
    }
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
}
@media screen and (max-width:992px)
{
    #menu
    {
        display:none;
    }
}@media only screen and (max-width: 768px) 
 {
    .slicknav_menu, .mobile_nav 
    {
      display: block;
    }
}
/* 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_item
{
    border-bottom:1px solid #D5D5D5;
}
.eventcomponent_leftcontainer
{
    width:95px;
}
.eventcomponent_datecontainer
{
    background:#000;
    font-family:Montserrat, sans-serif;
    width:80px;
    height:80px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.eventcomponent_datecontainer br
{
    display:none;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#FF8823;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
    font-size:1.5em;
}
.eventcomponent_date
{
    color:#FF8823;
    font-size:2.563em;
    padding-top:5px;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#000 !important;
    background-color:#FF8823;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#FF8823; /* Hover Color */
    color:#fff !important;
}
.eventCalendar_titleStyle td
{
    color:black;
}
.eventCalendar_nextPrevStyle a
{
    color:black !important;
}
.monthly-today .monthly-day-number 
{
    background: #EDAE07 !important;
    color:black !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 #D5D5D5;
}
.newscomponent_imagecontainer
{
    padding-right:20px;
}
.newscomponent_imagecontainer img
{
    width:100%;
    max-width:400px !important;
}
/* END NEWS COMPONENT */

/* FILES AND LINKS COMPONENT */
.linksList
{
    clear:both;
}
.linksList h3.component_title
{
    float:none;
    display:inline-block;
    margin-top:20px;
    margin-bottom:10px;
}
.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 */
}
/* 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 */