﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "lato", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}
a
{
    color:#486491;
}

/* Use this for page headers */
.ph
{
    padding: 24px 30px;
    background: #2B2B2B;
}
h1.page_header
{
}

/* Use this for component headers */
h2.component_header
{
    color:#000;
    font-size: 1.429em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

/* 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;
}
h3.component_title span
{
    color:#000 !important;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}

.container-fluid
{
    max-width:1440px;
}

/* TOP NAV */
.TopNav nav
{
    background: #fff;
    box-shadow:0 3px 6px rgba(0, 0, 0, .25);
}
.TopNav nav > div > ul {
    display: flex;
    justify-content: space-around; /* Fallback for IE */
    justify-content: space-evenly;
}
.TopNav nav ul li
{
    display:flex;
}
.TopNav nav ul li a
{
    font-weight:800;
    font-size:1.250em;
    text-transform:none;
    color:#000000;
}
.TopNav nav ul li:hover
{
    background:transparent;
}
.TopNav nav ul li:hover a
{
    color:#BE0A14;
    background:transparent;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:1.178em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;

}
/* END TOP NAV */
/* HEADER */
.HeaderTopBar
{
    background-color:#000000;
    color:White;
    padding:8px 0;
}
.HeaderTopBar .container-fluid
{
    max-width:1280px;
}
.HeaderTopBar h2
{
    text-align:center;
    font-weight:bold;
    font-size:1.375em;
    text-transform:uppercase;
    letter-spacing:0.100em;
    margin:0;
    padding:0;
}
.SocialMedia
{
    float:right;
    text-align:center;
}
.SocialMedia a
{
    color:White;
    font-size:1.125em;
    float:none;
}
.SocialMedia > a:hover > span > svg:first-child
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #BFFFE8;
}

header
{
    background: #BE0A14;
    text-align:center;
    padding:28px 0 20px;
}
header a
{
    color:White;
}
.LiquidButton 
{
    display:none;
}
.HeaderLogo 
{
    position: absolute !important;
    height: auto !important;
    display: block;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index:5;
}
header h1
{
    font-weight:600;
    font-family:'adobe-garamond-pro', Serif;
    text-transform:uppercase;
    letter-spacing:0.025em;
    font-size:4.125em;
}
header h1 a
{
    color:#fff ;
}
header h2
{
}
@media screen and (max-width:1200px)
{
    header{font-size:12px;}
}
@media screen and (max-width:991px)
{
    header{font-size:10px;}
    .SocialMedia{margin-top:7px;}
}
@media screen and (max-width:767px)
{
    .HeaderTopBar h2{display:none;}
    .SocialMedia{margin-top:0;}
    header{font-size:8px;}
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:497px)
{
    header .col-md-5
    {
        width: 100% !important;
        text-align: center;
    }
    .HeaderLogo
    {
        display: none;
    }
    .SchoolName
    {
        float: none !important;
        width: 100%;
    }
}
@media screen and (max-width:473px)
{
    .SchoolName
    {
        font-size: 0.857em;
    }
}
@media screen and (max-width:347px)
{
    .SchoolName
    {
        font-size: 0.714em;
    }
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#640003;
    background-image:url(../sysimages/footerBG.png);
    background-repeat:no-repeat;
    background-size:cover;
    color:White;
    padding:50px 0;
    width:100%;
}
footer .container-fluid
{
    display:flex;
    align-items:center;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.FooterLogoContainer
{
    float:left;
    padding-right:20px;
    padding-left:20px;
}
footer h1
{
    font-weight:600;
    font-family:'adobe-garamond-pro', Serif;
    text-transform:uppercase;
    letter-spacing:0.025em;
    font-size:2.063em;
}
.FooterAddressContainer
{
    width:480px;
    float:left;
}
.FooterAddress
{
    float:left;
}
.social_media_buttons
{
    float:right;
}
.subfooter
{
    width: 100%;
    background: #2B2B2B;
    color: White;
}
.subfooter a
{
    color: White;
}
.subfooter .center
{
    text-align:center;
}
@media only screen and (max-width : 991px)
{
    footer .container-fluid{flex-direction:column;}
    footer{font-size:11px; background-image:none;}
    .FooterAddressContainer{text-align:center; margin-top:15px;}
    .FooterAddress{float:none;}
    .social_media_buttons{float:none; margin-top:20px;}
    .subfooter .left{text-align:center;}
    #google_translate_element{display:none;}
}
@media only screen and (max-width : 767px)
{
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
}
.slideshow_image 
{
    height: 575px;
    object-fit: cover;
    object-position: top center;
}
.slideshowOverlay
{
    display:none;
}
.SlideNavItem
{
}
.SlideShowNav a
{
    background-color: #FFF;
    color: White;
    border-radius: 0 35px 35px 0;
    padding: 8px 15px 8px 10px;
    width: 214px;
    margin:7px 0;
    font-size:1em;
}
.SlideShowNav a:hover
{
    padding-left:35px;
}
.BtnSchoolImage
{
    background-color: #CECECE;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius:50%;
    text-align: center;
    font-size: 1.875em;
}
.BtnSchoolText
{
    padding-left: 22px;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    color:Black;
    text-transform:uppercase;
}
.BtnSchoolText b
{
    color:#BE0A14;
    font-weight:900;
}
.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:Green;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#FFF;
}
.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:#2B2B2B;
}
.slick-prev:before, .slick-next:before
{
    color:#FFF;
}
@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_image
    {
        height:422px;
    }
    .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;}
    .slideshow_outer_container
    {
        display: none;
    }
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEAPGE BUTTONS */
.homepage_buttons_container
{
    position:relative;
    z-index:5;
}
.homepage_buttons_container .container-fluid
{
    padding:0;
    max-width:100%;
}
.homepage_buttons_button
{
    color:#000000;
    height:65px;
    line-height:65px;
    font-size:1.250em;
    text-align:center;
    font-weight:600;
    display:block;
    transition:all 0.1s;
    user-select:none;
    background-color:#EAEAEA;
    text-transform:uppercase;
    letter-spacing:2px;
}
.homepage_buttons_button_active
{
    background-color:White;
    box-shadow:0 -5px 0 #BE0A14;
    z-index:2;
    color:#BE0A14;
}
.homepage_buttons_button_active:after
{
    content:'';
    position:absolute;
    top:100%;
    left:calc(50% - 3px);
    width:0;
    height:0;
    border-top: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.homepage_buttons_button:first-child
{
}
.homepage_buttons_button:last-child
{
}
.homepage_buttons_button:hover
{
    text-decoration:none;
    background-color:#2B2B2B;
    color:White;
}
.homepage_buttons_button_active:hover:after
{
    border-top: 10px solid #2B2B2B;
}
@media screen and (max-width:991px)
{
    .homepage_buttons_button:nth-child(even)
    {
        border-right:2px solid #101010;
    }
    .homepage_buttons_button:nth-child(odd)
    {
        border-left:2px solid #101010;
    }
}
@media screen and (max-width:767px)
{
    .homepage_buttons_button_active:after{border:none;}
    .homepage_buttons_button, .homepage_buttons_button:nth-child(even), .homepage_buttons_button:nth-child(odd)
    {
        border-left:0;
        border-right:0;
        border-top:2px solid #101010;
        border-bottom:0;
    }
    .homepage_buttons_button:last-child
    {
        border-bottom:2px solid #101010;
    }
    .homepage_buttons_container .container-fluid
    {
        padding:0;
    }
}
/* END HOMEPAGE BUTTONS */

/* HOMEPAGE */
.hpLinkContainer
{
    float:left; 
    width:100%; 
    margin-top:36px;
    text-align:center;
}
.hpLink
{
    background: #FFFFFF;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #000000;
    color: #BE0A14;
    font-weight: 900;
    padding:10px 30px;
}
.hpLink:hover
{
    color: White;
    background: #2B2B2B;
}
.hpDiv1
{
    background-color:#5B0102;
    background-image:url(../sysimages/hpEventsBG.png);
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    height:492px;
    padding:0;
}
.hpDiv1 .container-fluid
{
    max-width:1280px;
}
.Announcements
{
    height:492px;
    position:absolute;
    z-index:1;
    top:0;
    padding:70px 0;
    width:100%;
}
.news_slider  .slick-slide
{
}
.HPNewsArticle
{
    background-color:White;
    padding:20px;
    border-top:5px solid #231F20;
    min-height:259px;
}
.HPnewscomponent_mainlink
{
    color: Black;
    font-size:1.250em;
    font-weight:800;
    margin-bottom:5px;
    line-height:1.4;
}
.HPnewscomponent_mainlink:hover
{
    text-decoration:none;
    color:#BE0A14;
}
.HPreadMoreLink
{
    color:#BE0A14;
    font-weight:900;
    margin-top:5px;
}
/* Line Clamps for news text */
.HPNewsArticle .HPnewscomponent_maintext
{
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow:hidden;
    max-height:128px; /*Fallback for IE and Safari */
}
.HPnewscomponent_maintext div
{
    display:inline;
}
.HPnewscomponent_maintext div:before
{
    display:table;
    clear:both;
    content:"";
}
/* End line clamps */
.UpcomingEvents
{
    height:492px;
    position:absolute;
    z-index:-1;
    top:0;
    padding:70px 0;
    width:100%;
}
.hpDiv2
{
    background-color: #DDDDDD;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeaea+0,dddddd+100 */
    background: rgb(234,234,234); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    padding:70px 0;
}
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #059662;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #059662;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #059662;
    font-weight: 900;
    font-size: calc(16em / 14);
}
/* Large Homepage Events */
.eventDateBubble
{
    background-color:#2B2B2B;
    width:100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 900;
    color: White;
    text-transform: uppercase;
    font-size: calc(18em / 14);
    margin:0 auto;
}
.event_article
{
    width: 100%;
    padding: 15px 15px 10px;
    border: 1px solid #2B2B2B;
    border-top-width: 0px;
    background-color:White;
    min-height:180px;
}
.event_article hr
{
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #CCCCCC;
}
.eventMonth
{
    font-weight:bold;
}
.eventDate
{
    font-weight:bold;
}
.hpeventcomponent_linktext
{
    font-weight: 500;
    color: #000000;
    font-size: calc(16em / 14);
}
.hpeventcomponent_maintext
{
    font-weight: bold;
    color: #BE0A14;
}
.hpeventcomponent_datetext
{
    color:#1C5495;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
/* Horizontal Slider Events */
.events_slider_horiz 
{
    padding:22px 0;
}
.eventcomponent_datecontainerHoriz
{
    background-color:#2E0101;
    width:60px;
    height:60px;
    text-align:center;
    float:none;
    margin:20px auto 30px;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomHoriz
{
    background-color:#FFF;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthHoriz
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateHoriz
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.eventcomponent_linktextHoriz
{
    color:White;
    font-weight:bold;
    font-size:1.286em;
    line-height:1.3;
}
.eventcomponent_linktextHoriz:hover
{
    text-decoration:none;
}
.eventcomponent_maintextHoriz
{
    color:White;
    font-size:1.11em;
}
.eventcomponent_datetextHoriz
{
    color:White;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleHoriz
{
    float:left;
    width:100%;
    text-align:center;
    margin-left:0;
}
@media screen and (max-width:991px)
{
    .slick-prev{display:none !important;}
    .slick-next{display:none !important;}
}
.hpDiv2
{
    padding:70px 0;
}
.hpDiv2 .container-fluid
{
    max-width:1280px;
}
.hpDiv2 iframe
{
    width:100%;
    height:399px;
}
.ENewsLink
{
}
.ENewsContainer
{
    background-color:Black;
    background-image:url(../sysimages/hpENews.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:399px;
    width:100%;
    position:relative;
    z-index:3;
    color:White;
}
.ENewsContainer:after
{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    box-shadow:inset 0 0 0 8px White, 0 3px 6px rgba(0,0,0,.16);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,000000+100&0+0,0+50,0.9+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
    transition:0.3s all ease-out;
}
.ENewsContainer h1
{
    position:absolute;
    bottom:25px;
    padding:0 18px 18px;
    z-index:6;
    text-align:center;
    width:100%;
    font-family:adobe-garamond-pro, serif;
    font-weight:bold;
    font-style:italic;
    font-size:3.438em;
    text-shadow:0 3px 6px rgba(0,0,0,.6);
}
.ENewsContainer:hover:after
{
    box-shadow:inset 0 0 0 4px White, 0 3px 6px rgba(0,0,0,.7);
}
.hpDiv3
{
    padding:0;
}
.hpTitle
{
    background-color:White;
    padding:22px 0;
    margin:0;
    color:#BE0A14;
    text-transform:uppercase;
    font-weight:900;
    font-size:1.250em;
    text-align:center;
    box-shadow:0 3px 6px rgba(0,0,0,.16);
    letter-spacing:2px;
}
@media screen and (max-width: 991px)
{
    .ENewsLink{margin-top:30px; display:block;}
}
@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;
    }
}
/* 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:#000;
    color:#FFF;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #000;
    background: #BE0A14;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #000 !important;
    background: #BE0A14;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #000 !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;
    }
}
/* 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:#BE0A14;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#BE0A14;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#BE0A14;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#BE0A14; /* Hover Color */
    color:#fff !important;
}
/* END EVENTS COMPONENT */


/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
.GoogleSearchContainer
{
    color: White;
    background: #000;
}
.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 */