﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,400italic,700');

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Lato", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}

/* Use this for page headers */
.ph
{
    padding: 24px 30px;
    background: #2B2B2B;
    margin-bottom:0;
}
h1.page_header
{
}

/* Crumbtrail */
.CrumbTrailContainer
{
    background:#AE0721;
    padding:7px 0;
    color:white;
    margin-bottom:50px;
}
.CrumbTrailContainer .smalltext
{
    color:white;
}
.CrumbTrailContainer .smalllink
{
    color:white;
}
/* End Crumbtrail */

/* 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:#870015;
    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:transparent;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
}
.TopNav nav ul li
{
    border-right: solid 2px #AE0721;
}
.TopNav > nav > div > ul > li:last-child
{
    border-right: 0;
}
.TopNav nav ul li a
{
    height: 30px;
    line-height: 30px;
    font-size: 1.125em;
    text-transform:none;
}
.TopNav nav ul li:hover a
{
    background: #CCCCCC;
}
.TopNav nav ul li:hover
{
    background: #CCCCCC;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:30px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav .nav_title
{
    text-align:left;
}
.TopNav .nav_title:hover
{
    background:transparent !important;
    color:Black;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:1.178em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;

}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}
/* END TOP NAV */
/* HEADER */
header
{
    background: rgba(255, 255, 255, .75);
    border-top: 0;
    border-bottom: 0;
    padding:25px 0 5px;
    width:100%;
}
    header a
    {
        color: #AE0721;
    }
header a:active, header a:hover, header a:focus
{
	color:Black;
}
.HeaderLogo
{
    float:left;
}
.HeaderLogo img
{
    float:left;
    margin-right:15px;
    max-width:100%;
}
header h1
{
    font-weight:normal;
}
header h1 a
{
    color:#fff ;
}
header h2
{
    letter-spacing:2px;
}
.Weather
{
    float: right;
    width: 225px;
    height: 80px;
    margin-top: -20px;
    display: block;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
    .SocialMedia a
    {
        font-size: 1.563em;
        line-height:1;
    }
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: black;
}
.quicklinks
{
    position:relative;
    clear:right;
}
.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:1em;
    text-transform:uppercase;
    font-weight:bold;
    margin-top: 10px;
    float:right;
    color:#FFF;
    transition:all 0.3s ease-out;
    margin-top:10px;
}
.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;
}

/* Google Translate Styles */
/* The original Translate widget is display:none. HeaderTranslateButton can be more easily customized */
.HeaderTranslateButton
{
    color:White;
    background:#5D5D5D;
    padding:6px 0;
    margin-top:5px;
    border-radius:30px;
    text-align:center;
    float:right;
    clear:right;
    width:230px;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
.HeaderTranslateButton:hover
{
    background-color:Black;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:1.000em;
}
/* End Google Translate Styles */

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    color: White;
    background: #870015;
}
.GoogleSearchContainer a:hover
{
    color: White;
}
.SearchDiv
{
    background: white;
    border: 1px solid #CCC;
    width: 100%;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
}
.SearchDiv span svg
{
    color: #777;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #333;
    width: 24px !important;
}
/* End Search Styles */
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    .Weather
    {
        float: left;
    }
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .HeaderLogo
    {
        display: block;
    }
    .SchoolName
    {
        float: none !important;
        width: 100%;
    }
}
@media screen and (max-width:473px)
{
    .SchoolName
    {
        font-size: 0.857em;
    }
}
@media screen and (max-width:347px)
{
    .SchoolName
    {
        font-size: 0.714em;
    }
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#2B2B2B;
    background-image:url(../sysimages/footerBG.png);
    background-position:center center;
    background-size:cover;
    color:White;
    padding:25px 0;
    width:100%;
    position:relative;
}
footer:after
{
    content: '';
    background-color: #AE0721;
    opacity:0.75;
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
}
    footer .container-fluid
    {
        position: relative;
        z-index: 2;
        display: flex;
    }
    footer .container-fluid > div
    {
        display: flex;
        flex-wrap:wrap;
    }
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
footer h1
{
}
.social_media_buttons .fa-layers /*size of grouping layer for fontawesome icons*/
{
    height:3em;
    width:3em;
}
.social_media_buttons svg /*size of icon inside circle*/
{
    font-size:1.500em;
}
.social_media_buttons svg.fa-circle /*size of fontawesome circle - usually should be same size as layers*/
{
    font-size:3em;
}
.FooterLogo
{
    display:flex;
    align-items:center;
}
.footertext
{
    font-size: 0.938em;
}
.footeraddress
{
    display: flex;
    flex: 1;
    margin-left: 10px;
}
.footerslogan
{
    text-align: right;
    font-size: 1.250em;
    font-style: italic;
    font-weight:bold;
    width:100%;
}
.footerinfo
{
    text-align: right;
    font-size: 0.625em;
    margin-top: auto;
    width: 100%;
}
.subfooter
{
    width: 100%;
    background: #2B2B2B;
    color: White;
}
.subfooter a
{
    color: White;
}
@media screen and (max-width:1250px)
{
    .SubfooterContainer{display:flex; font-size:14px;}
    .subfooter .left{flex:1;} 
    .subfooter .center{flex:0.5;}
    .subfooter .right{flex:0.5;}
}
@media only screen and (max-width : 991px)
{
    .Address{float: none !important; margin-bottom: 5px;}
    .subfooter .right, .subfooter .left{text-align: center;}
    .subfooter .left{margin-bottom: 15px;}
    footer .col-md-3:nth-child(1), footer .col-md-3:nth-child(2){margin-bottom: 30px;}
    footer{text-align:center; background-image:none;}
    .footerslogan, .footerinfo
    {
        text-align: center;
    }
    footer .container-fluid
    {
        display: block;
    }
    footer .container-fluid > div
    {
        display: block;
    }
    .footeraddress
    {
        display: block;
        margin-bottom:20px;
    }
}
@media only screen and (max-width : 767px)
{
    footer .col-md-3:nth-child(3){margin-bottom: 30px;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 0;
    position:relative;
    z-index:1;
}
.slideshow_image 
{
    height: calc(100vh - 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: #AE0721;
}
.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:#AE0721;
}
.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:#AE0721;
}
.slick-prev:before, .slick-next:before
{
    color:#AE0721;
}
@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 */

/* GENERAL HOMEPAGE STYLES */
.hpTitle
{
    font-weight: bold;
    float: left;
    color: #AE0721;
    font-size: 1.875em;
    padding-right:10px;
    line-height:1;
    border-right:solid 2px black;
}
.hpl
{
    float:right;
}
.hpLink
{
    background: transparent;
    border-radius: 0;
    text-transform: none;
    border: 0;
    color: #AE0721;
    font-weight: normal;
    font-size: 1.250em;
    padding: 0;
    padding-left: 10px;
}
.hpLink:hover
{
    color: unset;
    background: transparent;
}
.hpTitle b
{
    font-weight: 500;
}
.HomepageContainer
{
    float: left;
    width: 100%;
    display:flex;
    align-items: baseline;
    margin-bottom:30px;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    display:none;
}
.hpDivLinks
{
    padding:30px 0;
    background-color:white;
}
.hpLinkButton
{
    width: 100%;
    padding: 20px;
    display: block;
    border-radius: 8px;
    background-color: #AE0721;
    text-align: center;
    color: white;
    font-size: 1.125em;
    font-weight:bold;
}
.hpLinkButton:hover
{
    background-color: black;
    color:white;
    text-decoration:none;
}
@media only screen and (max-width : 991px)
{
    .hpLinkButton
    {
        margin-bottom:20px;
    }
}
@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 */
/* HOMEPAGE NEWS */
    .hpDiv1
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ae0721+0,ae0721+50,ffffff+51,ffffff+100 */
    background: #ae0721; /* Old browsers */
    background: -moz-linear-gradient(left, #ae0721 0%, #ae0721 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ae0721 0%,#ae0721 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ae0721 0%,#ae0721 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0721', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    padding: 0;
}
.hpFlexContainer
{
    display:flex;
}
.hpDivNews
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ae0721;
}
.hpDivNews .hpTitle, .hpDivNews .hpLink
{
    color: white;
}
.hpDivEvents
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
}
.HPnewscomponent_mainlink
{
    color:white;
}
.HPnewscomponent_maintext
{
    color:white;
}
.HPnewscomponent_thumbimage
{
    max-width:360px;
}
@media screen and (max-width:991px)
{
    .hpDiv1 .container-fluid
    {
        padding:0;
    }
    .hpFlexContainer
    {
        display:block;
    }
}
/* END HOMEPAGE NEWS */

/* STANDARD NON-SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.eventDateBubbleStandard
{
    background-color: #AE0721;
    width: 60px;
    height: 60px;
    text-align: center;
    float: left;
    box-shadow: 0px 3px 6px #00000029;
    border-radius:8px;
    border:2px solid #AE0721;
    overflow:hidden;
    font-size:13px;
}
.eventDateBubbleBottomStandard
{
    background-color:white;
    width:100%;
    height:29px;
    margin-top:6px;
    padding-top:3px;
}
.eventMonthStandard
{
    font-weight: bold;
    color: #FFF;
    font-size: 1.571em;
    text-transform: uppercase;
    line-height: 1;
}
.eventDateStandard
{
    font-weight: bold;
    color: #000;
    font-size: 1.571em;
    line-height: 1;
}
.hpeventcomponent_linktextStandard
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.hpeventcomponent_maintextStandard
{
    color:Black;
    font-size:1.11em;
}
.hpeventcomponent_datetextStandard
{
    color:Black;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleStandard
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END STANDARD NON-SLIDER EVENTS */

/* 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:#AE0721;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #870015;
    background: #AE0721;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #870015 !important;
    background: #AE0721;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #870015 !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:#FFF;
    border:2px #AE0721 solid;
    border-radius:8px;
    overflow:hidden;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#AE0721;
    color: #fff;
}
.eventcomponent_month
{
    color:#000;
}
.eventcomponent_date
{
    color:#000;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#AE0721;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#AE0721; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #870015 !important;
}
.monthly-event-list .listed-event /* Fix for color issue in monthly.css */
{
    color:#000 !important;
}
/* END EVENTS COMPONENT */

/* ARTICLES */
.BtnArticleBack {
    background-color: #090909;
    border-radius: 2px;
    color: White;
    font-size: 17px;
    padding: 6px 9px;
    font-weight: bold;
    display: inline-block;
}
.BtnArticleBack:hover {
    background-color: #545454;
    color:White;
    text-decoration: none;
}
/* END ARTICLES */

/* NEWS COMPONENT */
.newscomponent_item
{
    border-bottom:1px solid #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;
}
.linkcomponent_table
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.linkcomponent_tablecell
{
    padding:5px 5px 10px;
    text-align:center;
}
.linkcell25
{
    width:25%;
}
.linkcell50
{
    width:50%;
}
.linkcomponent_linktext img
{
    float:left; /* Float icon so description wraps around */
    padding-right:10px;
}
.linksList li
{
    float:left;
    margin-bottom:10px;
}
.linksList div
{
    clear:both;
}
.linkcomponent_linkdesc /* description */
{
    font-size:1.125em;
}
.downloadcomponent_maintext /* description */
{
    font-size:1.125em;
}
@media screen and (max-width:991px)
{
    .linkcell25{width:50%;}
}
@media screen and (max-width:400px)
{
    .linkcomponent_tablecell{line-height:1.2;}
    .linkcell25{width:100%;}
    .linkcell50{width:100%;}
}
/* END FILES AND LINKS COMPONENT */

/* VIDEO COMPONENT */
.VideoPanel
{
    clear:both; /* Clearfix for video panel */
}
/* END VIDEO COMPONENT */

/* TEXT WINDOW */
.textwindow_text ul, .textwindow_text ol
{
    overflow:hidden; /* fix for embedded image causing issues with lists */
}
/* END TEXT WINDOW */

/* PODCAST COMPONENT */
audio::-webkit-media-controls-panel
{
    background-color:rgba(0,0,0,.2); /* Chrome */
}
.PodcastTop hr{height:1px; background:Black; width:97%; margin:10px 0 0;}
.PodcastContainer
{
    padding:10px 0;
}
.podcast_titletext
{
    display:block;
}
.podcast_maintext{}
.podcast_mainlink
{
    color:#3174AF;
}
/* END PODCAST COMPONENT */

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */