﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

img
{
    max-width: 100%;
}
.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Source Sans 3", Sans-Serif;
    background: #FFFFFF;
    font-size:16px;
}

/* Use this for page headers */
.ph
{
    padding: 24px 0px;
    background: #235172;
}
.ph1
{
    background: #C12637;
}
.ph2
{
    background: #235172;
}
.ph3
{
    background: #C12637;
}
.ph4
{
    background: #235172;
}
h1.page_header
{
}

/* Use this for component headers */
h2.component_header
{
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color: #C12637;
    font-size: 1.5em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}
.linkslist h3.component_title
{
    font-size: 1.25em;
    color: #235172;
}
.dualwindow_right
{
    padding: 0 15px;
}

/* TOP NAV */
.TopNav nav
{
    background: transparent
}
.TopNav nav > ul
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.TopNav nav > ul > li:hover
{
    background: transparent;
}
.TopNav nav > ul > li > a
{
    border-radius: 8px;
    padding: 10px 10px 10px;
    font-size: 1em;
    width: 125px;
    height: 75px;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: black;
    line-height: 17px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    background-color:white;
}
.TopNav nav > ul > li > a:hover
{
    transform: scale(0.9);
}
.TopNav nav > ul > li > a img
{
    max-height:50px;
    padding-top:5px;
}
.TopNav nav > ul > li > a svg
{
    font-size: calc(35em / 18);
    margin-top: 5px;
}
.TopNav nav > ul > li > a
{
    border:4px solid #235172;
    background-color:#50A5E4;
}
.TopNav nav > ul > li:nth-child(2n+1) > a
{
    border-color: #BB5F11;
    background-color:#FFA05B;
}
.TopNav nav ul li:hover a
{
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:68px;
    border-radius:7px;
    border:4px solid #235172;
}
.TopNav nav > ul > li:nth-child(2n+1) ul
{
    border-color: #BB5F11;
}
.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.000em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;
}
.TopNav .nav_title
{
    text-align:left;
}
.TopNav .nav_title:hover, .TopNav .nav_title:focus
{
    color:white;
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #FFFFFF;
    border-bottom:10px solid #235172;
}
header .container-fluid
{
    display: flex;
    align-items: center;
}
header .HeaderLogo svg
{
    width: 334px;
    max-width: 100%;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
header h1
{
    font-weight:normal;
}

header h2
{
}
.HeaderTranslateButton
{
    color:black;
    font-size:1.125em;
    float:right;
}
.HeaderTranslateButton:hover
{
    color:#235172;
}
@media screen and (max-width:991px)
{
    header .col-md-5
    {
        display: -webkit-box;
        margin: auto;
        width: 452px;
    }
    .HeaderLogo
    {
        width:350px;
    }
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:473px)
{
    .SchoolName
    {
        font-size: 0.857em;
    }
}
@media screen and (max-width:500px)
{
    .HeaderLogo
    {
        width:272px;
        max-width:100%;
    }
}
@media screen and (max-width:422px)
{
    header .container-fluid
    {
        flex-direction:column;
    }
}
@media screen and (max-width:347px)
{
    .SchoolName
    {
        font-size: 0.714em;
    }
}
/* END HEADER */

/* CUSTOM HOMEPAGE MODAL POPUP */
.BannerInner
{
    background-color:#235172;
    border-radius:6px;
    clear:both;
    padding:5px 5px 15px;
}
#ucHeader_CtW
{
    float:right;
    width:auto;
    margin-top:0;
    margin-bottom:5px;
    padding:10px 16px 5px;
    position:absolute;
    top:-15px;
    right:-15px;
}

.BannerInner hr
{
    height:4px;
    border:none;
    width:95%;
    background:#C12637;
    margin:10px auto 10px;
}
.divAlertBannerTitle2
{
}
.divAlertBannerTitle2 h1
{
    font-size:2.813em;
    font-weight:bold;
    text-transform:uppercase;
    margin:5px 0;
}
.divAlertBannerTitle2 h2
{
    font-size:1.875em;
    font-weight:bold;
    margin:5px 0;
}
.divAlertBannerTitle2 h3
{
    font-size:1.5em;
    font-weight:bold;
    margin:5px 0;
}
.divAlertBannerText2
{
}
.divAlertBannerText2 h4
{
    font-size:1.4em;
    margin:5px 0;
    font-weight:bold;
}
.divAlertBannerText2 h5
{
    font-size:1.4em;
    margin:5px 0;
}
.BannerLink1
{
    color:White;
    font-size:1.4em;
    font-weight:bold;
    border-radius:6px;
    background-color:#C12637;
    display:inline-block;
    padding:5px 25px;
    margin-bottom:10px;
}
.BannerLink2
{
    color:White;
    font-size:1.4em;
    font-weight:bold;
    border-radius:6px;
    background-color:#C12637;
    display:inline-block;
    padding:5px 25px;
}
#css-only-modals2
{
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
    color:White;
}
#css-only-modals2:before
{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.css-only-modal-check2
{
    pointer-events: auto;
}
.css-only-modal-check2:checked ~ .css-only-modal2
{
    opacity: 1;
    pointer-events: auto;
}
.css-only-modal2
{
    width: 500px;
    background: #FFF;
    z-index: 1;
    display: inline-block;
    position: relative;
    pointer-events: auto;
    padding: 15px;
    border-radius: 4px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}
.css-only-modal2 h2
{
    text-align: center;
}
.css-only-modal-check2
{
    display: none;
}
.css-only-modal-check2:checked ~ #screen-shade2
{
    opacity: 0.5;
    pointer-events: auto;
}
#screen-shade2
{
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.8s;
    opacity:0.5;
}
#AlertShow2
{
    position: fixed;
    bottom: 60px;
    right: 20px;
    color: #C12637;
    font-size: 36px;
    z-index: 9999999999999999;
    transition: all 0.5s;
}
.css-only-modal2, #css-only-modals2, #screen-shade2
{
    transition: all 0.5s;
}
.alertReadMore2
{
    float:left;
    width:100%;
    text-align:center;
    margin-top:6px;
    /*font-family:Roboto, Sans-Serif, Helvetica, Arial;*/
    background-color:#d9534f;
    color:White;
    text-shadow:1px 1px 1px black;
    border-radius:6px;
    padding:10px 0px;
    text-decoration:none;
}
.alertReadMore2:hover
{
    background-color:#c9302c;
}
.alertContinue2
{
    float:left;
    width:100%;
    text-align:center; 
    margin-top:6px;
    /*font-family:Roboto, Sans-Serif, Helvetica, Arial;*/
    background-color:#337ab7;
    color:White;
    text-shadow:1px 1px 1px black;
    border-radius:6px;
    padding:10px 0px;
    text-decoration:none;
}
.alertContinue2:hover
{
    background-color:#286090;
}
@media screen and (max-width:991px)
{
    .css-only-modal2
    {
        width: 100% !important;
    }
    #ucHeader_CtW{right:0;}
}   
@media screen and (max-width:500px)
{
    css-only-modal2{font-size:12px;}
}    
/* END POPUP*/

/* FOOTER */
footer
{
    /*background:#434343;
    color:White;*/
    background:#FFF;
    padding: 30px 0 20px;
    width:100%;
    color:black;
    border-top:5px solid #235172;
}
.FooterLogo
{
    float: left;
    /*background-color:white;
    padding:10px;*/
}
.FooterLogo img
{
    width: 180px;
}
footer .TopNav nav ul
{
    display: flex;
    justify-content: flex-end;
}
footer .TopNav nav .nav-item a img, footer .TopNav nav .nav-item a svg
{
    display:none;
}
footer .Email
{
    margin-top: 5px;
    margin-bottom:25px;
    text-align:right;
}
footer .Email a
{
    font-size: 3em;
    color: #FFF;
    text-decoration: none !important;
    font-weight: bold;
    display: inline-block;
    max-width:100%;
    width: 280px;
    /*padding: 20px;*/
    text-align: center;
    border-radius: 5px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.FooterTextContent
{
    text-align:right;
}
.FooterTextContent a
{
    color:#41618C;
}
.footerTextTitle
{
    font-size:1.500em;
    font-weight:bold;
    display:block;
}
footer .subinfo
{
    margin-top: 30px;
}
/*footer .Email a:hover
{
    background: #C12637;
}*/
footer .TopNav nav li
{
    /*display: block;
    width: 100%;
    margin: 6px 0;
    float: left;
    padding:0;*/
}
footer .TopNav nav li:first-child
{
    margin-top: 0;
}
footer .TopNav nav li:last-child
{
    margin-bottom: 0;
}
footer .TopNav nav li a
{
    padding: 0 10px;
    line-height: 23px;
    font-size: 1.25em;
    background: transparent !important;
    height: auto;
    text-transform: none;
    border:none;
}
.subinfo, .divCompliance
{
    text-align: right;
}
footer .TopNav nav li:nth-child(1) a
{
}
footer .TopNav nav ul li:hover ul
{
    display:none;
}
footer .social_media_buttons
{
    width: 180px;
    display: flex;
    align-items: center;
    margin-bottom: 29px;
    justify-content: space-between;
}
footer .social_media_buttons a
{
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
footer .social_media_buttons a:hover
{
    transform: rotate(15deg);
}
footer .social_media_buttons a:nth-child(1):hover
{
    color: #235172;
}
footer .social_media_buttons a:nth-child(2):hover
{
    color: #BB5F11;
}
footer .social_media_buttons a:nth-child(3):hover
{
    color: #235172;
}
footer .School
{
    margin-top: 25px;
    clear:both;
}
footer .School .Address
{
    font-size: calc(19em / 16);
    font-weight: bold;
    line-height: 22px;
    width: 100%;
}
footer .social_media_buttons a svg
{
    font-size: 38px
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:black;
}
.FooterLink1
{
    font-weight:bold;
}
.FooterLink1:hover
{
    color:#235172;
}
.subfooter
{
    width: 100%;
    background: #2B2B2B;
    color: White;
}
.subfooter a
{
    color: White;
}
@media screen and (min-width: 992px)
{
    .FooterContainer
    {
        display:flex;
        align-items:stretch;
    }
    .FooterColumnRight
    {
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }
}
@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;
    }
    .FooterColumnLeft
    {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    footer .social_media_buttons
    {
        margin: 0 auto 25px;
    }
    footer .TopNav nav
    {
        display:block;
    }
    footer .TopNav nav #navigation
    {
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    footer .TopNav nav li
    {
        width:auto;
    }
}
@media only screen and (max-width : 767px)
{
    footer .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
    footer .Email
    {
        text-align:center;
        margin-top:20px;
    }
    .FooterTextContent
    {
        text-align:center;
    }
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
    background-color:#235172;
}
.slideshow_image 
{
    /*aspect-ratio: 1900 / 973;*/
    /*aspect-ratio: 1900 / 699;*/ /* Use this for auto-cropping images to fit set dimensions. Must set height to auto, and ratio is width divided by height */
    aspect-ratio: 1900 / 550;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.SlideShowNav a
{
    color: White;
    background: #059662;
}
.slideshow_caption_container_outer
{
    right: auto;
    left: 130px;
    bottom: 94px;
}
.slideshow_caption_container_inner
{
    left: 0;
    right: auto;
    bottom: 0;
    background: transparent;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.64);
    max-width: 650px;
    padding: 0;
}
.slideshow_caption_header
{
    float: left;
    text-align: left;
    font-size: calc(97em / 16);
    line-height: 112px;
    font-weight: bold;
    text-transform: none;
}
.slideshow_caption_text
{
    float: left;
    clear: left;
    text-align: left;
    font-size: 1.875em;
    line-height: 34px;
    font-weight: bold;
    text-transform: none;
}
.slideshow_caption_link
{
    float: left;
    clear: left;
    text-shadow: none;
    color: White;
    display: flex;
    border-radius: 15px;
    width: 249px;
    height: 61px;
    background: #C12637;
    font-weight: bold;
    font-size: 1.875em;
    margin-top: 15px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: none;
    text-decoration: none !important;
}
.slideshow_caption_link:hover
{
    color: #C12637;
    background: white;
}
.slideshow_container .slick-next
{
    margin-right:0;
}
.slideshow_container .slick-prev
{
    margin-left:0;
}
.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:#235172;
}
.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:#235172;
}
.slick-prev:before, .slick-next:before
{
    color:#235172;
}
@media screen and (max-width:1670px)
{
    .slideshow_caption_container_outer
    {
        bottom:10px;
    }
}
@media screen and (max-width:1560px)
{
    .slideshow_caption_header
    {
        line-height:1;
    }
}
@media screen and (max-width:1300px)
{
    .slideshow_caption_header
    {
        font-size:calc(80em / 16);
        line-height:1.2;
    }
    .slideshow_caption_text
    {
        font-size:1.5em;
        line-height:1.2;
    }
    .slideshow_caption_link
    {
        font-size:1.5em;
        width:230px;
        height:55px;
    }
}
@media screen and (max-width:1200px)
{
}
@media screen and (max-width:1100px)
{
    .slideshow_caption_header
    {
        font-size:calc(70em / 16);
    }
    .slideshow_caption_text
    {
        font-size:1.3em;
    }
    .slideshow_caption_link
    {
        font-size:1.3em;
        width:215px;
        height:50px;
    }
}
@media screen and (max-width:991px)
{
    .slideshow_caption_container_outer
    {
        left:100px;
    }
    .slideshow_caption_header
    {
        font-size:calc(55em / 16);
        line-height:0.8;
    }
    .slideshow_caption_text
    {
        font-size:1.1em;
    }
    .slideshow_caption_link
    {
        font-size:1.1em;
        width:200px;
        height:40px;
    }
}
@media screen and (max-width:767px)
{
    .slideshow_caption_container_outer
    {
        left:65px;
        bottom:auto;
        top:7px;
    }
    .slideshow_caption_header
    {
        font-size:calc(45em / 16);
    }
    .slideshow_caption_text
    {
        font-size:1em;
    }
    .slideshow_caption_link
    {
        font-size:1em;
        width:150px;
        height:30px;
        margin-top:8px;
    }
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{width:100% !important;height: auto !important;}
    .slideshow_caption_container_outer
    {
        left:55px;
    }
    .slideshow_caption_header
    {
        font-size:calc(40em / 16);
    }
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer
    {
        left:50px;
        bottom:35px;
    }
    .slideshow_caption_header
    {
        font-size:calc(38em / 16);
    }
}
@media screen and (max-width:480px)
{
    .slideshow_caption_container_outer
    {
        left:auto;
        position:static;
        clear:both;
        float:left;
        background:#C12637;
        padding:10px 54px;
    }
    .slideshow_caption_header
    {
        font-size:calc(32em / 16);
        margin-bottom:7px;
    }
    .slideshow_caption_text
    {
        font-size:0.9em;
    }
    .slideshow_caption_link
    {
        font-size:0.9em;
        width:130px;
        height:25px;
        margin-top:5px;
        border:2px solid #235172;
    }
}
@media screen and (max-width:400px)
{
    /*.slideshow_caption_container_outer
    {
        left:20px;
    }
    .slideshow_caption_header
    {
        font-size:calc(26em / 16);
    }*/
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */

.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
}
.hpTitle
{
    font-size: 2.688em;
    line-height: 49px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: white;
}
.hpLink
{
    background: #059662;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #059662;
    color: #FFF;
    font-weight: 900;
}
.hpLink:hover
{
    color: White;
    background: #05744C;
}
.hpTitle b
{
    font-weight: 500;
}
.hpMissionDiv
{
    padding: 64px 0;
    background: #FFA05B;
}
.hpMissionDiv .Title
{
    font-size: 3.438em;
    font-weight: 700;
    line-height: 112px;
    float: left;
}
.hpMissionDiv .Text
{
    font-size: 1.25em;
    line-height: 23px;
    float: left;
    clear: left;
}
.hpMissionDiv .Text a span, .hpMissionDiv .Text a
{
}

@media screen and (max-width:991px)
{
    .hpMissionDiv .Title
    {
        line-height:1.1;
    }
}

/* HOMEPAGE SCRIPT SLIDER */
.hpStatsContainer
{
    background-size:cover;
    background-image:url(../sysimages/hpFactsBG.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color:#FFA05B;
    padding:25px 0 70px;
    clear:both;
    position:relative;
}
.hpStatsContainer .container-fluid
{
    z-index:3;
    position:relative;
}
.hpStatsContainer .hpTitle
{
    color:black;
}
.hpStatsSlider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.hpStatsSlider .slick-slide
{
    padding:0 15px;
}
.hpStatsSlideItem
{

}
.hpStatsBox
{
    width:300px;
    height:300px;
    margin:0 auto;
    padding:7px;
    background-color:rgba(255,255,255, 0.7);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border-top:5px solid white;
}
.hpStatsTitle
{
    font-size:1.500em;
    font-weight:bold;
}
.hpStatsSubtitle
{
    font-size:1.125em;
    font-weight:normal;
    font-style:italic;
    padding:5px 0;
}
.hpStatsDescription
{
    font-size:1em;
    font-weight:normal;
}
.hpStatsRichText
{
    font-size:1em;
}
.hpStatSliderOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(255,160,91, .85);
    top: 0;
}
.hpStatsContainer .slick-dots
{
    bottom:-58px;
}
@media screen and (max-width:768px)
{
    .hpStatsBox
    {
        max-width:100%;
    }
}
/* END HOMEPAGE SCRIPT SLIDER */

.hpDivTestimonial
{
    background: url(../sysimages/hpFactsBG.jpg) #235172;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position:relative;
}
.hpTestimonialOverlay
{
    width:100%;
    height:100%;
    background-color:rgba(35,81,114,0.85);
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
.hpDivTestimonial .container-fluid
{
    position:relative;
    z-index:3;
}
.hpDivTestimonial .hpTitle
{
    font-size: calc(43em / 16);
    line-height: 49px;
    font-weight: bold;
    text-align:center;
    display:block;
    width:100%;
    margin-bottom:30px;
    color:white;
}

.news_slider_testimonial
{
    clear:both;
}
.HPnewscomponent_mainlink
{
    color: white;
    font-size: calc(43em / 16);
    line-height: 49px;
    font-weight: bold;
}
.HPnewscomponent_maintext
{
    font-size: calc(126em / 16);
    line-height: 145px;
    font-weight: bold;
}
.postInfo
{
    font-size: calc(17em / 16);
    line-height: 20px;
    font-weight: bold;
}
.hpDivTestimonial .TestimonialContainer
{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    /*height: 300px;*/
    color: #7B7474;
    background: rgba(255, 255, 255, .8);
    /*text-align: center;*/
    padding: 10px 30px;
}
.hpDivTestimonial .HPNewsPhoto
{
    max-width:200px;
    width:100%;
}
.hpDivTestimonial .HPnewscomponent_thumbimage
{
    border-radius:50%;
    max-width:200px;
    width:100%;
    min-width:180px;
}
.hpDivTestimonial .HPNewsText
{
    margin-left:20px;
}
.hpDivTestimonial .HPnewscomponent_mainlink
{
    color: #7B7474;
    font-size: calc(17em / 16);
    line-height: 20px;
    font-weight: bold;
    margin-top:20px;
}
.hpDivTestimonial .HPnewscomponent_maintext
{
    font-size: calc(17em / 16);
    line-height: 20px;
    font-weight: bold;
}
.hpDivTestimonial .postInfo
{
    font-size: calc(17em / 16);
    line-height: 20px;
    font-weight: bold;
}
@media screen and (max-width:1200px)
{
    .hpDivTestimonial
    {
        max-width:100%;
    }
}
@media screen and (max-width: 1120px)
{
    .HPnewscomponent_maintext
    {
        font-size: calc(85em / 16);
        line-height: 100px;
    }
}
.hpDiv4
{
    padding: 70px 0 20px;
    background: url(../sysimages/GetConnectedBG.png) white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media only screen and (max-width : 767px)
{
    .hpTitle
    {
        float: none !important;
        margin: 0 !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;
    }
}
@media screen and (max-width:600px)
{
    .hpDivTestimonial .TestimonialContainer
    {
        flex-direction: column;
    }
    .hpDivTestimonial .HPNewsPhoto
    {
        margin:0 auto;
    }
    .hpDivTestimonial .HPNewsText
    {
        margin-left:00px;
    }
}
/* END HOMEPAGE */
/* DYNAMIC NAV */
.DynamicNav
{
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#26272B;
}
.DynamicNav ul li:nth-child(4n + 2) a:hover
{
    color:#C12637;
}
.DynamicNav ul li:nth-child(4n + 3) a:hover
{
    color:#235172;
}
.DynamicNav ul li:nth-child(4n + 4) a:hover
{
    color:#C12637;
}
/*.DynamicNav ul li:nth-child(5n + 5) a:hover
{
    color:#235172;
}*/
.DynamicNav ul li:nth-child(4n + 1) a:hover
{
    color:#235172;
}
/*.DynamicNav ul li ul li:nth-child(5n + 1) a
{
    color:white;
    background: #235172;
}
.DynamicNav ul li ul li:nth-child(5n + 2) a
{
    color:white;
    background: #C12637;
}
.DynamicNav ul li ul li:nth-child(5n + 3) a
{
    color:white;
    background: #235172;
}
.DynamicNav ul li ul li:nth-child(5n + 4) a
{
    color:white;
    background: #235172;
}
.DynamicNav ul li ul li:nth-child(5n + 5) a
{
    color:white;
    background: #C12637;
}*/
.DynamicNav_currentpage_link
{
    color:white !important;
    background: #C12637;
}
/*.DynamicNav ul li ul li:nth-child(5n + 1) a:hover
{
    color: White !important;
    background: #235172;
}
.DynamicNav ul li ul li:nth-child(5n + 2) a:hover
{
    color: White !important;
    background: #235172;
}
.DynamicNav ul li ul li:nth-child(5n + 3) a:hover
{
    color: White !important;
    background: #C12637;
}
.DynamicNav ul li ul li:nth-child(5n + 4) a:hover
{
    color: White !important;
    background: #235172;
}
.DynamicNav ul li ul li:nth-child(5n + 5) a:hover
{
    color: White !important;
    background: #C12637;
}*/
.DynamicNav_currentpage_link:hover
{
    background: #C12637 !important;
    color: White !important;
}
.DynamicNav ul.DynamicNavChild li
{
    background:#F2F2F2;
}
@media screen and (max-width:991px)
{
    .DynamicNav
    {
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
    #menu
    {
        display:none;
    }
}
@media screen and (min-width:992px)
{
    .DynamicNav > ul > li:first-child a
    {
        background: #235172;
        color:White !important;
    }
}
/* END DYNAMIC NAV */


/* EVENTS COMPONENT */
.eventcomponent_item:nth-child(5n + 1) .eventcomponent_datecontainer
{
    background: #235172;
}
.eventcomponent_item:nth-child(5n + 2) .eventcomponent_datecontainer
{
    background: #C12637;
}
.eventcomponent_item:nth-child(5n + 3) .eventcomponent_datecontainer
{
    background: #235172;
}
.eventcomponent_item:nth-child(5n + 4) .eventcomponent_datecontainer
{
    background: #C12637;
}
.eventcomponent_item:nth-child(5n + 5) .eventcomponent_datecontainer
{
    background: #235172;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color: #C12637;
    color: #fff;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#C12637;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#235172; /* Hover Color */
    color:#fff !important;
}
/* END EVENTS COMPONENT */


/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:black;
}
/* 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;
}
.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;
}
.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: 1200px)
{
    header .TopNav nav ul > li > a
    {
        width: 115px;
        height: 115px;
        font-size: 0.9em;
    }
}
@media screen and (max-width: 1035px)
{
    header .TopNav nav ul > li > a
    {
        width: 100px;
        height: 100px;
    }
}
.slicknav_menu
{
    background: #222;
}
.mobileLeftNav .slicknav_menu
{
    background:#235172;
}
.mobileLeftNav .slicknav_btn
{
    background-color:#235172;
    color:black;
}
.mobileLeftNav .slicknav_menu .slicknav_menutxt
{
    color:white;
    text-shadow:unset;
}
.mobileLeftNav .slicknav_menu .slicknav_icon-bar
{
    background-color:white;
}
.mobileLeftNav .slicknav_nav a
{
    color:white;
}
.mobileLeftNav .slicknav_nav a:hover, .mobileLeftNav .slicknav_nav a:focus
{
    color:black;
}
@media screen and (max-width: 991px)
{
    header .col-md-4
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hpDiv3
    {
        text-align: center;
    }
    .hpDiv3 .Title
    {
        width: 100%;
    }
    .hpDiv3 img
    {
        margin-top: 30px;
    }
    .StatContainer
    {
        margin-top: 30px;
    }
    .col-md-4:first-child .StatContainer
    {
        margin-top: 0;
    }
    footer, .divCompliance, footer .subinfo
    {
        text-align: center;
    }
    footer .col-md-5:first-child
    {
        display: flex;
        justify-content: center;
    }
    .hpDiv4 .Ohio
    {
        float: none;
        margin: auto;
    }
    .hpDiv4 .TextDrop
    {
        width: 100%;
        max-width: 100%;
    }
    .hpDiv4 .TextDrop .TextContainer
    {
        margin-left: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 600px)
{
    .hpDiv4 .TextDrop .DropDown .Select
    {
        float: none;
        width: 100%;
        text-align: center;
    }
    .hpDiv4 .TextDrop .DropDown select
    {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .hpDiv3 .Title
    {
        font-size: 5em;
        line-height: 95px;
    }
    .hpDiv4 .TextDrop .TextContainer .Title
    {
        font-size: 3em;
        line-height: 55px;
    }
}
@media screen and (max-width: 582px)
{
    .HeaderLogo
    {
        display: block;
    }
}
@media screen and (max-width: 550px)
{
    .hpDiv3 .Title
    {
        font-size: 4em;
        line-height: 75px;
    }
    .hpDiv4 .TextDrop .TextContainer .Title
    {
        font-size: 2.5em;
        line-height: 45px;
    }
    footer .col-md-5:first-child
    {
        flex-direction: column;
        align-items: center;
    }
    footer .School
    {
        margin-top: 30px;
    }
    footer .School .Address
    {
        margin-left: 0;
        width: 100%;
    }
    footer .social_media_buttons
    {
        margin-left: auto;
        margin-right: auto;
    }
}
.slicknav_nav li svg, .slicknav_nav li img
{
    display: none;
}
.component_container_textwindow ul
{
    overflow:hidden;
}
@media screen and (max-width:991px)
{
    .singlewindow_container iframe, .dualwindow_container iframe {
        max-width: 100%;
        max-height:50vw;
    }
}
input[type="checkbox"], input[type="radio"]
{
    margin-right:10px;
}
map area:focus{outline:3px solid #E8595E;}
/* Collapsible Styles */
.collapsible
{
    padding:10px 15px !important;
}
.collapsible h2.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.25em;
    float:left;
    width:100%;
    padding:5px;
    font-family:"source sans 3",sans-serif;
}
.collapsible h3.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.25em;
    float:left;
    width:100%;
    padding:5px;
    font-family:"source sans 3",sans-serif;
}
.collapsible .ui-accordion-header-icon
{
    display: block;
    float: left;
    margin-top: 2px;
}
.component_container.collapsible .ui-widget-content
{
    font-family:"source sans 3",sans-serif !important; /*This will be based on schools font family for body of text*/
    font-size:.75em; /*This will be based on schools text*/
    float:left;
    width:100%;
}
/* End of Collapsible */

/* SCRIPT SLIDER COMPONENT */
.component_container_scriptslider
{
}
.ScriptSliderItem
{

}
.ScriptSliderBox
{
    width:300px;
    min-height:200px;
    padding:7px;
    background-color:#D6D6D6;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:2px solid #11223F;
    border-radius:7px;
}
.ScriptSliderTitle
{
    font-size:1.500em;
    font-weight:bold;
}
.ScriptSliderSubtitle
{
    font-size:1.125em;
    font-weight:normal;
    font-style:italic;
    padding:5px 0;
}
.ScriptSliderDescription
{
    font-size:1em;
    font-weight:normal;
}
.ScriptSliderRichText
{
    font-size:1em;
}
.ssLine
{
    height:5px;
}
/* END SCRIPT SLIDER COMPONENT */