﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');

.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: 24px 30px;
    background: #2B2B2B;
}
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:Black;
    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;
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background: #E5173F
}
.TopNav nav ul li a
{
    color:White;
    font-size:1.75em;
    text-transform:none;
    height:73px;
    line-height:72px;
}
.TopNav nav ul li:hover a
{
    background: #000;
}
.TopNav nav ul li:hover
{
    background: #000;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav nav ul li ul
{
    top:73px;
}
.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 (max-width:1300px)
{
    .TopNav nav{font-size:10px;}
    .TopNav nav ul li a{height:55px; line-height:54px;}
    .TopNav nav ul li ul{top:55px;}
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #FFF;
    border-top: none;
    border-bottom: none;
    color:#E5173F;
    padding:35px 0 28px;
    position:relative;
}
header a
{
    color:#E5173F;
}
header a, header a:active, header a:hover, header a:focus
{
	color:Black;
}
.LiquidButton 
{
    bottom:3px;
}
.HeaderContainer
{
    display:flex;
    position:relative;
    align-items:flex-end;
}
.SchoolSlogan
{
    position:absolute;
    top:-10px;
    right:15px;
    z-index:2;
    width:750px;
    max-width:100%;
}
.SchoolSlogan img
{
    width:100%;
}
.HeaderLogo
{
}
.HeaderLogo img
{
    margin-right:-25px;
}
.SchoolName
{
    float:none;
    width:870px;
    max-width:100%;
}
.SchoolName img
{
    width:100%;
}
.quicklinks
{
    flex:1;
    position:relative;
}
.quicklinks img
{
    float:none;
    clear:none;
}
.quicklinks_button
{
    padding:10px 0;
    width:232px;
    max-width:100%;
    background-color:#000;
    border:2px solid #000;
    border-radius:30px;
    line-height:1;
    text-align:center;
    font-size:1.813em;
    font-weight:bold;
    margin-top: 10px;
    float:right;
    color:#FFF;
    transition:all 0.3s ease-out;
}
.quicklinks_button:hover
{
    background-color:White;
    color: #000;
}
.quicklinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    top:40px;
    right:0;
    width:280px;
    background:white;
    z-index:999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border:2px solid #000;
}
.quicklinks ul li
{
    display:block;
}
.quicklinks ul li a
{
    display:block;
    padding:5px;
    color:#000;
    height:auto;
    line-height:1.6;
    font-size:0.667em;
}
.quicklinks ul li a:hover
{
    background:  #000;
    color:White;
}
.quicklinks_button:hover ~ ul, .quicklinks ul:hover
{
    display:block;
}
@media screen and (max-width:1300px)
{
    .SchoolSlogan{width:50%;}
    .SchoolName{width:auto;flex:2;}
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:650px)
{
    .HeaderContainer{flex-direction:column; align-items:center;}
    .SchoolSlogan{position:relative; top:0; right:auto; margin-bottom:20px;}
    .HeaderLogo{margin-bottom:10px;}
    .SchoolName{display:none;}
}
@media screen and (max-width:497px)
{
}
@media screen and (max-width:473px)
{
}
@media screen and (max-width:347px)
{
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#FFF;
    color:Black;
    padding:50px 0;
    width:100%;
}
.FooterContainer
{
    display:flex;
    align-items:center;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.footertext
{
    font-weight:bold;
    font-size:1.813em;
    line-height:1.310;
}
.FooterLeft
{
    text-align:center;
}
.FooterLeft img
{
    width:398px;
    max-width:100%;
    margin-bottom:10px;
}
.FooterCenter
{
    text-align:center;
}
.FooterLogo
{
    display:block;
}
.FooterRight
{
    text-align:center;
}
.FooterRight img
{
    width:210px;
    max-width:100%;
    margin-bottom:8px;
}
.subfooter
{
    width: 100%;
    background: #2B2B2B;
    color: White;
    font-size:14px;
}
.subfooter a
{
    color: White;
}
@media only screen and (max-width : 991px)
{
    .Address
    {
        float: none !important;
        margin-bottom: 5px;
    }
    .subfooter .right, .subfooter .left
    {
        text-align: center;
    }
    .subfooter .left
    {
        margin-bottom: 15px;
    }
    .subfooter
    {
        margin-top: -1px;
    }
    
    footer .col-md-3:nth-child(1), footer .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
    .hpLinks .col-md-3:nth-child(1), .hpLinks .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 767px)
{
    .FooterContainer{flex-direction:column;}
    footer .col-md-4{margin:10px 0;}
    .FooterLeft img{display:block;}
}
@media only screen and (max-width:400px)
{
    footer{font-size:11px;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
}
.slideshow_image 
{
    /*height: calc(80vh - 200px);*/
    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 a
{
    color: White;
    background: #E5173F;
}
.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:#E5173F;
}
.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:#E5173F;
}
.slick-prev:before, .slick-next:before
{
    color:#E5173F;
}
@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:650px)
{
div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpl
{
    float:right;
}
.hpLink
{
    background: #E5173F;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #E5173F;
    color: #FFF;
    font-weight: 900;
}
.hpLink:hover
{
    color: White;
    background: Black;
}

/* HOMEPAGE GRID BLOCKS - ENABLE THIS CONTROL IN CONTENT.ASPX.CS TO USE */
.HomepageBlocksDiv
{
    background-color:#FFF;
    padding:68px 0 70px;
}
.HomepageBlocksDiv h2.component_header
{
    background:#E5173F;
    border-bottom:5px solid #A1A1A1;
    color:White;
    padding:13px 10px 13px;
    font-size:1.625em;
    font-weight:bold;
    text-align:center;
    display:block;
    margin-bottom:0 !important;
    margin-top:0;
    position:relative;
    z-index:2;
    text-transform:uppercase;
}
.HomepageBlocksDiv .component_container
{
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding:40px 0 20px;
    margin:0;
    width:100%;
    position:relative;
}
.hpLinkContainer
{
    text-align:center;
}
.image_container
{
    padding:0;
    height:548;
    line-height:1;
    text-align:center;
    width:100%;
}
.homepage_container
{
    height:548px;
    overflow-y:hidden;
}
.scroll_container
{
    height:410px;
    overflow-y:auto;
    padding:0 10px 0 24px;
    margin-bottom:35px;
}
.homepage_container .eventcomponent_item
{
    border-bottom:none;
}
.homepage_container .eventcomponent_item:first-child
{
    padding-top:0;
}
.FindItFastImages
{
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    float: left;
    font-size: 1.625em;
    line-height:1.346;
    font-weight:bold;
    text-transform:uppercase;
    transition: font-size 0.25s;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.FindItFastImages svg
{
    font-size:68px;
    margin-bottom:12px;
}
.FindItFastImages:hover
{
    font-size: 1.5em;
    background-color:rgba(0,0,0,.2);
    color:White;
}
.FindItFastImages:hover svg
{
}
.image_row
{
    display:table;
    width:100%;
}
.FindItFast .image_row a
{
    padding: 0;
    float: left;
    width: 50%;
    height: calc(548px / 2);
}
.fif1
{
    background-color:#000000;
    color:White;
}
.fif2
{
    background-color:#FFFFFF;
    color:Black;
}
.fif2 .FindItFastImages:hover
{
    color:Black !important;
}
.fif3
{
    background-color:#E5173F;
    color:White;
}
.fif4
{
    background-color:#A1A1A1;
    color:White;
}
.homepage_container .newscomponent_item
{
    display:flex;
    border:none;
    align-items:center;
    padding:10px 0;
}
.homepage_container .newscomponent_item:first-child
{
    padding-top:0;
}
.HPNewsPhoto
{
    width:70px;
    margin-right:20px;
}
.HPnewscomponent_thumbimage
{
    width:100%;
    margin:0 auto;
}
.HPNewsArticle
{
    flex:1;
}
.HPnewscomponent_mainlink
{
    font-size:1.125em;
    font-weight:bold;
    line-height:1;
}
.HPnewscomponent_maintext
{
    font-size:1em;
    line-height:1.375;
}
.HPreadMoreLink
{
    color:#E5173F;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1em;
}
.hpDiv2
{
    background-color:#E5173F;
    padding:26px 0 48px;;
}
.hpTitle
{
    font-size:2.500em;
    line-height:1.375;
    color:White;
    font-weight:bold;
    text-transform:uppercase;
    margin:0 0 25px;
}
@media screen and (max-width:1200px)
{
    .HomepageBlocksDiv .homepage_container{margin-bottom:20px;}
}
@media screen and (max-width:767px)
{
    .image_container
    {
        height:auto;
    }
    .homepage_container
    {
        height:auto;
        overflow-y:visible;
    }
}
/* END GRID BLOCKS */
@media screen and (max-width:991px)
{
    .hpDiv2 .col-md-4{margin:10px 0;}
}
@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 HOMEPAGE */
/* DYNAMIC NAV */
.DynamicNav
{
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#26272B;
    border-bottom: 1px solid #EAEAEA;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#E5173F;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid Black;
    background: #E5173F;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid Black !important;
    background: #E5173F;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: Black !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_item
{
    padding:21px 0;
}
.eventcomponent_datecontainer
{
    background:#E5173F;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#E5173F;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer
{
    line-height:1.375;
}
.eventcomponent_textcontainer h3
{
    text-transform:none;
    font-size:1.125em;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventcomponent_maintext
{
    font-size:1em;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#E5173F;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#E5173F; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: Black !important;
}
.eventcomponent_viewall
{
    background-color:#E5173F;
    color:White;
    display:inline-block;
    margin:0 auto;
    font-size:1.125em;
    line-height:1;
    padding:10px 11px;
}
.eventcomponent_viewall:hover
{
    color:White;
    text-decoration:none;
    background-color:Black;
}
/* END EVENTS 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 */

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
.GoogleSearchContainer
{
    color: White;
    background: Black;
}
.GoogleSearchContainer a:hover
{
    color: White;
}