﻿
.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Roboto", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}

/* Use this for page headers */
.ph
{
    padding: 15px 12px;
    background: #2B2B2B;
}
h1.page_header
{
    font-family:lato, Sans-Serif;
    font-weight:500;
}

/* Use this for component headers */
h2.component_header
{
    color:#000;
    font-size: 1.7em;
    margin-top:0;
    font-weight: 700;
    margin-bottom:10px;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#262C8C;
    font-size: 1.429em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-bottom:10px;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}
.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 */
.TopNav nav
{
    background: #3E46CB;
    font-family:lato, Sans-Serif;
}
.NavContainer
{
    display:flex;
}
.NavSpacer
{
    display:none;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
    flex:1;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
}
.TopNav nav ul li a
{
    height:50px;
    line-height:49px;
    color:White;
    font-weight:500;
    font-size:1.563em;
    text-transform:none;
}
.TopNav nav ul li:hover a
{
    background: transparent;
    color:#D6D7ED;
}
.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:#3E46CB;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
    color:White;
}
.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;}
}
@media screen and (max-width:1100px)
{
    .TopNav nav{font-size:14px;}
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #FFF;
    border-top: none;
    border-bottom: none;
    color:#3E46CB;
    padding:17px 0 18px;
}
header a
{
    color:#3E46CB;
}
header a:active, header a:hover, header a:focus
{
	color:Black;
}
.HeaderContainer
{
    display:flex;
    align-items:center;
}
.HeaderLogo
{
    float:left;
    left:0;
    z-index:3;
    border:10px solid #3E46CB;
}
.HeaderLogo img
{
    float:left;
    margin-right:0;
    max-width:100%;
}
.SchoolName
{
    float:left;
    max-width:520px;
    width:100%;
}
header h1
{
    font-family:lato, Sans-Serif;
    font-weight:500;
    font-size:3.938em;
    line-height:1.190;
    margin:0;
}
header h1 a
{
    color:#3E46CB;
}
.HeaderRight
{
    display:flex;
    flex-direction:column;
    justify-content_center;
    align-items:center;
}
.SocialMedia
{
    float:none;
    width:100%;
    margin-top: 10px;
    display:flex;
    justify-content:space-between;
}
.SocialMedia a
{
    font-size: 2.875em;
    margin:0;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #000;
}
/* Search Styles */
.SearchDiv
{
    background: white;
    border: 3px solid #3E46CB;
    width: 100%;
    border-radius:21px;
    margin-top:27px;
    height:42px;
    display:flex;
    align-items:center;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 30px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
    background:transparent;
}
.SearchDiv span svg
{
    color: #3E46CB;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 10px;
}
.SearchDiv svg
{
    color: #3E46CB;
    width: 25px !important;
    font-size:1.563em;
}
/* End Search Styles */
@media screen and (min-width:992px)
{
    .HeaderCenter{flex:1;}
    .HeaderRight{max-width:273px;}
}
@media screen and (max-width:1200px)
{
    .SchoolName{width:100%; font-size:12px;}
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    .HeaderLeft{flex:0.5;}
    .HeaderLogo{width:120px;}
    .HeaderCenter{flex:1.3;}
    .SchoolName{font-size:8px;}
    .HeaderRight{flex:0.5;}
    .HeaderContainer{display:block;}
    .HeaderLeft a.HeaderLogo{max-width:120px;width:100%;margin:0 auto; display:block;float:unset;}
    .HeaderLeft a.HeaderLogo img{float:unset;}
    .HeaderCenter{margin-top:15px;}
    .HeaderCenter .SchoolName{max-width:unset;}
    .HeaderRight{max-width:370px;width:100%;margin:0 auto;float:unset;}
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
   .HeaderContainer{flex-direction:column;}
   .HeaderLeft{text-align:center;}
   .HeaderLogo{float:none; display:inline-block; margin:0 auto;}
   .HeaderLogo img{float:none;}
   .HeaderCenter{margin:15px 0 10px;}
   .HeaderRight{max-width:400px;}
    .SchoolName{max-width:100%;}
}
@media screen and (max-width:497px)
{
    .SchoolName
    {
        float: none !important;
        width: 100%;
    }
}
@media screen and (max-width:473px)
{
}
@media screen and (max-width:347px)
{
}
/* END HEADER */

/* FOOTER */
footer
{
    background:-moz-linear-gradient(-65deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(62,70,203,1) 50.1%,rgba(62,70,203,1) 100%);
    background:-webkit-linear-gradient(-65deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(62,70,203,1) 50.1%,rgba(62,70,203,1) 100%);
    background:linear-gradient(115deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(62,70,203,1) 50.1%,rgba(62,70,203,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#000000',GradientType=1 );
    background-color:#FFF;
    height:256px;
    color:#3E46CB;
    padding:15px 0;
    width:100%;
}
footer .container-fluid
{
    max-width:1440px;
    display:flex;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
footer a:hover
{
    color:Black;
}
.FooterLeft
{
    text-align:center;
}
.FooterLogo
{
    display:block;
    text-align:center;
}
.FooterLogo img
{
    max-width:100%;
}
footer h1
{
    font-size:2.500em;
    line-height:1;
    font-family:lato, Sans-Serif;
    font-weight:500;
    margin:0 0 5px;
}
.footertext
{
    font-size:1.125em;
    line-height:1.222;
    font-family:lato, Sans-Serif;
    font-weight:500;
}
.FooterRight
{
    display:flex;
    justify-content:center;
    flex-direction:column;
}
.FooterButtons
{
    display:flex;
    float:right;
    justify-content:flex-end;
}
.FooterButton
{
    width:180px;
    text-align:center;
    padding:7px 3px;
    font-size:2.063em;
    line-height:1.212;
    font-family:lato, Sans-Serif;
    font-weight:500;
    background:White;
    color:#3E46CB;
    text-transform:uppercase;
    margin-left:20px;
}
.FooterButton:hover
{
    text-decoration:none;
    color:White;
    background-color:Black;
}
.FooterRightLower
{
    display:flex;
    margin-top:55px;
}
.FooterInfo
{
    margin-left:46px;
    padding-right:20px;
    background-color:#3E46CB;
    color:White;
    flex:3;
    text-align:right;
}
.social_media_buttons
{
    display:flex;
    flex:1;
    justify-content:space-between;
    background-color:#3E46CB;
}
.social_media_buttons a
{
    display:inline-block;
}
.social_media_buttons a:hover
{
    color:Black;
}
.social_media_buttons svg
{
    font-size:2.813em;
}
.subfooter
{
    width: 100%;
    background: #FFF;
    color: #3E46CB;
    padding:51px 0;
    text-align:center;
}
.subfooter .container-fluid
{
    max-width:1100px;
}
.subfooter a
{
    color: #3E46CB;
}
.SubfooterTitle
{
    font-size:2.500em;
    line-height:1.200;
    display:block;
    font-family:lato, Sans-Serif;
    font-weight:500;
    margin-bottom:13px;
}
.SubfooterText
{
    font-size:1.250em;
    line-height:1.2;
    font-family:lato, Sans-Serif;
    font-weight:500;
}

@media screen and (max-width:1300px)
{
    .FooterButtons{font-size:12px;}
    .FooterButton{width:140px;}
}
@media only screen and (max-width : 991px)
{
    footer{background-image:none; height:auto;}
   footer .container-fluid{display:block; padding:0;}
   .FooterLeft{background-color:White; padding:0 0 15px;}
   .FooterRight{background-color:#3E46CB; padding:15px 10px;}
   .FooterButtons{justify-content:center;}
   .FooterRightLower{flex-direction:column; margin-top:25px;}
   .FooterInfo{margin:0; padding:0; text-align:center;}
   .social_media_buttons{justify-content:center; margin-top:5px;}
   .social_media_buttons a{padding:0 15px;}
   .subfooter{clear:both; padding:20px 0;}
}
@media only screen and (max-width : 767px)
{
    .subfooter{font-size:12px;}
}
@media screen and (max-width: 550px)
{
    .FooterButtons{flex-direction:column; align-items:center;}
    .FooterButton{margin:10px 0;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.SlideshowNav2
{
    position:absolute;
    right:0;
    top:30px;
    z-index: 5;
}
.SlideshowNav3
{
    position: absolute;
    right: 0;
    top: 112px;
    z-index: 5;
}
.SlideNavButton
{
    float:left;
    clear:left;
    margin-bottom:10px;
    z-index:3;
}
.BtnSchoolLink
{
    font-family:lato,Sans-Serif;
}
.BtnSchool
{
    background-color:rgba(255, 255, 255, .88);
    color:#000;
    padding:8px 8px 8px 10px;
    float:left;
    clear:left;
    width:250px;
    border-radius: 50px 0 0 50px;
    display:flex;
    /*justify-content:center;*/
    align-items:center;
}
.BtnSchoolImage
{
    width:55px;
    height:55px;
    border-radius:50%;
    text-align:center;
    background-color:#3E46CB;
    font-size:1.9em;
    color:#FFF;
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:3px;
}
.BtnSchoolImage2 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    background-color: #3E46CB;
    font-size: 1.9em;
    color: #FFF;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-bottom: 3px;
    margin-left: -31px;*/
}
.BtnSchoolText
{
    float:left;
    margin-left:10px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:1.3;
}
.BlueText
{
    color:#3E46CB;
    font-size:1.000em;
}
.BlackText
{
    color:#000;
    font-size:1.000em;
    font-weight:normal;
}
.slideshow_outer_container
{
    border-bottom: none;
    background-color:Black;
}
.slideshow_image 
{
    height:calc((634 / 1440) * 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
{
}
.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:#FFF;
}
.slick-prev
{
    margin-left:0;
}
.slick-next
{
    margin-right:0;
}
.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:#3E46CB;
}
.slick-prev:before, .slick-next:before
{
    color:#3E46CB;
}
@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:700px)
{
    .SlideshowNav2
    {
        position:relative;
        right:unset;
        top:unset;
        background:#F5F5F5;
        display:block;
        float:left;
    }
    .SlideNavButton
    {
        clear:unset;
        margin:10px;
    }
    .BtnSchool
    {
        float:unset;
        clear:unset;
        border-radius:50px;
    }
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
/* END HOMEPAGE SLIDESHOW */

/* GENERAL HOMEPAGE STYLES */
.hpTitle
{
    font-weight:500;
    font-family:lato, Sans-Serif;
    font-size:2.500em;
    line-height:1.2;
    float:left;
    width:100%;
}
.hpl
{
    float:left;
    clear:both;
    width:100%;
    text-align:center;
}
.hpLink
{
    background: #3E46CB;
    border-radius: 22px;
    text-transform: none;
    border: none;
    color: #FFF;
    font-weight: 500;
    font-family:lato, Sans-Serif;
    font-size:1.250em;
    line-height:1.2;
    padding:10px 44px;
    display:inline-block;
}
.hpLink:hover
{
    color: White;
    background: #000;
}
.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 */

/* CTA */
.CTAContainer
{
    display:flex;
    flex-wrap:wrap;
}
.CTALink
{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    flex:1;
    color:White;
    background-color:#3E46CB;
    padding:40px 15px;
    text-align:center;
}
.CTALink2
{
    color:#3E46CB;
    background-color:White;
}
.CTALink:hover, .CTALink2:hover
{
    color:White;
    background-color:Black;
    text-decoration:none;
}
.CTALink svg
{
    font-size:4.500em;
}
.CTALink h2
{
    margin:20px 0 0;
    font-size:1.250em;
    line-height:1.2;
    font-family:lato, Sans-Serif;
    font-weight:500;
}
@media screen and (max-width:991px)
{
    .CTALink{ border:1px solid Black;}
}
@media screen and (max-width:767px)
{
    .CTALink svg{font-size:2.5em;}
    .CTALink{padding:20px 15px;}
    .CTALink h2{margin:10px 0 0;}
}
@media screen and (max-width:700px)
{
    .CTAContainer{clear:both;}
}
@media screen and (max-width:320px)
{
    .CTAContainer{display:block;}
}
/* End CTA */

/* Mission */
.MissionContainer
{
    padding:55px 0;
    background-color:White;
    background-image:url(../sysimages/MissionBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    text-align:center;
    color:#3E46CB;
    position:relative;
    font-family:felt-tip-roman, Sans-Serif;;
    font-weight:700;
    font-size:3.688em;
    line-height:1.085;
}
.MissionContainer .container-fluid
{
    z-index:2;
    position:relative;
}
.MissionOverlay
{
    background-color:rgba(255,255,255,.64);
    z-index:1;
    top:0;
    left:0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
}
@media screen and (max-width:991px)
{
    .MissionContainer{font-size:2.5em;}
    .MissionOverlay{background-color: rgba(255,255,255,.7);}
}
/* End Mission */

/* HOMEPAGE NEWS */
.hpDiv1
{
    background-color:#E6E6E6;
    padding:0;
    display:flex;
}
.NewsOuterContainer
{
    padding:30px 15px 20px;
    background-color:#FFFFFF;
}
.NewsInnerContainer
{
    float:right;
    max-width:511px;
}
.NewsInnerContainer .HomepageContainer
{
    padding:0 48px;
}
.news_slider
{
    float:left; 
    margin-top:3px;
    margin-bottom:6px;
    max-width:100%;
}
.hpArticleContainer
{
    width:50%;
    padding:20px 48px;
    float:left;
    text-align:center;
    min-height:238px;
}
.HPNewsPhoto
{
    float:left;
    width:100%;
    text-align:center;
}
.HPNewsPhoto img
{
    max-width:153px;
}
.HPnewscomponent_mainlink
{
    color:#3E46CB;
    font-size:1.250em;
    line-height:1.2;
    font-family:lato, Sans-Serif;
    font-weight:500;
    float:none;
    height:100px;
    display:block;
}
.HPnewscomponent_maintext
{
    color:Black;
}
@media screen and (max-width:1150px)
{
    .hpArticleContainer{padding:20px 15px;}
}
@media screen and (max-width:768px)
{
    .hpDiv1{display:block;}
    .NewsInnerContainer{margin:0 auto; float:none;}
}
@media screen and (max-width:450px)
{
    .hpArticleContainer{width:100%;}
}
/* END HOMEPAGE NEWS */

/* SPOTLIGHT */
.SpotlightOuterContainer
{
    background-color:#3E46CB;
    background-image:url(../sysimages/SpotlightBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    color:White;
    padding:30px 20px 20px;
    position:relative;
}
.SpotlightInnerContainer
{
    float:left;
    max-width:680px;
    position:relative;
    z-index:2;
}
.SpotlightOuterContainer .hpTitle
{
    color:White;
}
.SpotlightText
{
    margin-top:16px;
    float:left;
    clear:left;
    width:100%;
    font-size:1.250em;
    line-height:1.2;
    font-family:lato, Sans-Serif;
    font-weight:500;
}
.SpotlightImage
{
    max-width:280px;
}
.SpotlightOverlay
{
    background-color:rgba(62,70,203,.62);
    z-index:1;
    top:0;
    left:0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
}
@media screen and (max-width:1200px)
{
    .SpotlightImage{max-width:200px;}
}
@media screen and (max-width:768px)
{
    .SpotlightOuterContainer{background-image:none;}
}
@media screen and (max-width:400px)
{
    .SpotlightImage{float:none; margin:0 auto; display:block; padding:0;}
    .SpotlightText{display:block;}
}
/* END SPOTLIGHT */

/* HORIZONTAL SLIDER EVENTS */
.hpDiv2
{
    background: #3E46CB;
    background-image:url(../sysimages/EventsBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    padding:50px 0 50px;
    position:relative;
}
.hpDiv2 .container-fluid
{
    position:relative;
    z-index:2;
}
.EventsOverlay
{
    background-color:rgba(62,70,203,.75);
    z-index:1;
    top:0;
    left:0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
}
.hpDiv2 .hpTitle
{
    color:White;
    text-align:center;
}
.hpDiv2 .slick-next, .hpDiv2 .slick-prev
{
    color:Black;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:50px;
}
.eventcomponent_datecontainerHoriz
{
    background-color: #fff;
    width: 131px;
    height: 131px;
    text-align: center;
    float: none;
    margin: 0 auto;
    padding-top: 22px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 6px White,inset 0 0 0 7px #3E46CB;
}
.eventcomponent_monthHoriz
{
    font-weight: 700;
    color: #3E46CB;
    font-size: 2.25em;
    text-transform: uppercase;
    line-height: .8;
    font-family: roboto condensed,Sans-Serif;
}
.eventcomponent_dateHoriz
{
    font-weight: 700;
    color: Black;
    font-size: 4.25em;
    line-height: .8;
    font-family: roboto condensed,Sans-Serif;
}
.eventcomponent_linktextHoriz
{
    color:White;
    font-size:1.563em;
    line-height:1.4;
    font-family:lato, Sans-Serif;
    font-weight:500;
}
.eventcomponent_maintextHoriz
{
    color:White;
    font-size:1.563em;
    line-height:1.4;
    font-family:lato, Sans-Serif;
    font-weight:500;
}
.eventcomponent_datetextHoriz
{
    color:White;
    font-size:1.563em;
    line-height:1.4;
    font-weight:bold;
    text-transform:none;
    font-family:lato, Sans-Serif;
    font-weight:500;
}
.event_articleHoriz
{
    float:left;
    width:100%;
    margin-left:0;
    margin-top:30px;
    text-align:center;
}
.hpDiv2 .hpl
{
    margin-top:30px;
}
.hpDiv2 .hpLink
{
    color:#3E46CB;
    background-color:White;
}
.hpDiv2 .hpLink:hover
{
    color:#FFF;
    background-color:Black;
}
@media screen and (max-width:768px)
{
    .hpDiv2{clear:both;}
}
/* END HORIZONTAL SLIDER EVENTS */

/* SOCIAL MEDIA */
.hpSocialContainer
{
    background-color:#3E46CB;
    padding:35px 0;
}
.hpSocialColumn
{
    padding:0 10px;
}
.hpSocialContainer h2.component_header
{
    background:#707070;
    color:White;
    padding:10px 10px 10px;
    font-size:2.813em;
    font-weight:300;
    text-align:center;
    display:block;
    margin-bottom:0 !important;
    margin-top:0;
    position:relative;
    z-index:2;
}
.hpSocialContainer .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;
    clear:both;
}
.hpSocialContainer .scroll_container
{
    height:550px;
    overflow-y:auto;
    padding:0;
    text-align:center;
}
@media screen and (max-width:991px)
{
    .hpSocialColumn{max-width:380px; display:block; float:none; margin:0 auto;}
}
/* END SOCIAL MEDIA */

/* 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 */
.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:#3E46CB;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #04643C;
    background: #3E46CB;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #262C8C !important;
    background: #3E46CB;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #262C8C !important;
    color: White !important;
}
@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;
    }
}
/* 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:#3E46CB;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#3E46CB;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#3E46CB;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#3E46CB; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #262C8C !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 #ededed;
}
.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;
}
/* 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 */

/* 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 */