﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

*:focus
{
    outline:3px solid blue !important;
}
img
{
    max-width:100%;
}
.container-fluid
{
    max-width:1280px;
    position:relative;
}

/* Fix for images in RTE with new Froala update */
.component_container_textwindow img[style*='float: left'], .textwindow_text img[style*='float: left'], 
#isPasted img[style*='float: left'], #ctl00_Content_lblNewsContent img[style*='float: left'], 
img[style*="float: left"][fr-original-class*=fr-draggable], img[style*="float: left"][class*=fr-draggable]
{
    margin-right: 1em !important;
}
.component_container_textwindow img[style*='float: right'], #isPasted img[style*='float: right']
{
    margin-left: 1em !important;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Noto Sans", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}

.component_container a /* Styles for links in content */
{
    color:#2A6DA7;
}
.component_container a:hover
{
    color:#3174AF;
}

/* Use this for page headers */
.ph
{
    padding: 18px 30px;
    background: #2B2B2B;
    border-bottom:7px solid #D80000;
}
h1.page_header
{
    font-family:'Source Serif 4', serif;
    font-size:2em;
    font-weight:540;
}

/* Use this for component headers */
h2.component_header
{
    color:#000;
    font-size: 1.429em;
    margin-top:0;
    font-weight: 700;
    margin-bottom:10px;
    font-family:'Source Serif 4', serif;
}
.component_header_image
{
    max-width:100%;
}

/* 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: 600;
    margin-bottom:10px;
    font-family:'Source Serif 4', serif;
}
.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;
}
.loggedin_whitetext
{
    color:white;
}
.loggedin_whitetext:hover
{
    color:white;
}
div [src*='filecabinet']{max-width:100% !important;}
iframe
{
    max-width:100%;
}
.ui-widget-content
{
    clear:both;
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background: #FFF;
    font-family:'Source Serif 4', serif;
}
.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*/
    align-items:center;
    height:38px;
    padding:0 5px;
}
.TopNav nav ul li a
{
    height:auto;
    line-height:1.3;
    font-weight: 440;
    text-transform:none;
}
.TopNav nav ul li:hover a
{
    background: transparent;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: #DDD;
}
.TopNav nav ul li:focus-within ul
{
    display:block;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:38px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav nav ul li:focus-within li a:focus
{
    background: black;
    color:white;
}
.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;
}
#mobile_top_nav .slicknav_nav span
{
    float:left;
    width:99%;
}
#mobile_top_nav .slicknav_nav span a
{
    width:calc(100% - 80px);
    display:block;
    float:left;
}
#mobile_top_nav .slicknav_nav span a.slicknav_item
{
    width:80px;
    display:block;
    float:left;
    background: black;
    border-radius: 5px;
    text-align: center;
}
#mobile_top_nav .slicknav_nav span a.slicknav_item:hover{
    color:black;
    background:white;
}
#mobile_top_nav .slicknav_nav .sub-nav-group
{
    width:90%;
    float:left;
}
#mobile_top_nav .slicknav_nav span a
{
    padding: 0;
    margin: 0;
}
#mobile_top_nav .slicknav_nav a > a
{
    padding:0;
    margin:0;
}
#mobile_top_nav .slicknav_row
{
    display:flex;
    flex-direction:row;
    width:100%;
    align-items:center;
    justify-content:space-between;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0;
}
#mobile_top_nav .slicknav_nav li.nav-item
{
    clear:both;
}
.ButtonCloseNav
{
    background:white;
    border:none;
    color:black;
    display:block;
    margin:0 auto;
}
.ButtonCloseNav:hover, .ButtonCloseNav:focus
{
    background:black;
    color:white;
}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}

@media screen and (max-width:991px)
{
    #mobile_top_nav .slicknav_menu
    {
        display:block;
    }
    #mobile_top_nav .slicknav_nav a:focus
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222;
    }
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #FFF;
    border-top: none;
    border-bottom: none;
    padding:17px 0 0;
}
header a
{
    color:#C00000;
}
header a:active, header a:hover, header a:focus
{
	color:black;
}
.LiquidButton
{
    color:black;
}
.HeaderLogo
{
    float:left;
}
.HeaderLogo img
{
    float:left;
    margin-right:15px;
    max-width:100%;
}
.HeaderFlex
{
    display:flex;
    justify-content:flex-end;
}
/* Search Styles */
.SearchDiv
{
    background: transparent;
    border: none;
    max-width: 100%;
    width:260px;
    display:flex;
    align-items:flex-end;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.header_search_box
{
    width: auto;
    flex:1;
    border: none;
    border-bottom:2px solid black;
    outline: none !important;
    padding-left: 10px;
}
.header_search_button
{
    padding-left: 0;
    margin-right:7px;
    color: #333;
    font-size:1.750em;
}
/* End Search Styles */
.SocialMedia
{
    float:right;
    margin-top: 0;
    margin-left:23px;
}
.SocialMedia a
{
    font-size: 1.750em;
    color:black;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #C00000;
}

/* Google Translate Styles */
.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;
    color:white;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:1.000em;
}
.HeaderTranslateButton .fa-chevron-down
{
    font-size:1.000em;
}
/* End Google Translate Styles */
@media screen and (min-width:992px)
{
    .HeaderLeft
    {
        padding-left:0;
    }
}
@media screen and (max-width:1360px)
{
    .LiquidButton
    {
        right:5px;
        font-size:1.125em;
        padding:0 3px;
    }
    .HeaderRight
    {
        padding-right:30px;
    }
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    header
    {
        clear:both;
        padding:12px 0;
    }
    .HeaderLeft
    {
        display:flex;
        justify-content:center;
    }
    .HeaderLogo
    {
        width: 300px;
        max-width: 100%;
    }
    .HeaderFlex
    {
        justify-content:center;
    }
    .SearchDiv
    {
        width:200px;
    }
    .header_search_box
    {
        width:100%;
    }
}
@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:#FFF;
    color:black;
    padding:50px 0;
    width:100%;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}

footer a:hover, footer a:focus
{
    color:#D80000;
}
.FooterLogo
{
    width:407px;
    max-width:100%;
    display:block;
}
.FooterLogo img
{
    max-width:100%;
}
.divAddress
{
}
footer h1
{
    font-size:1.200em;
}
.footertext
{
    font-size:1.500em;
    font-weight:600;
    line-height:1.2;
    font-family:'Source Serif 4', serif;
}
.divMap
{
}
.subfooter
{
    width: 100%;
    background: #2B2B2B;
    color: White;
}
.subfooter a
{
    color: White;
}
.FooterOwnership, .FooterCreated
{
    font-size:0.938em;
    color:white;
}
@media screen and (min-width:1201px)
{
    .FooterRight
    {
        padding-left:75px;
    }
}
@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)
{
    .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;}
}
@media only screen and (max-width : 767px)
{
    footer .col-md-3:nth-child(3){margin-bottom: 30px;}
    .FooterLeft
    {
        text-align:center;
    }
    .FooterLogo
    {
        margin:0 auto;
    }
    .divAddress
    {
        font-size:12px;
    }
    .FooterRight
    {
        margin-top:15px;
        display:flex;
        justify-content:center;
    }
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
}
.slideshow_outer_container .container-fluid
{
    max-width:1180px;
}
.slideshow_image 
{
    /*height: calc(80vh - 200px);*/ /* sets height to a percentage of the screen. Only use this if full height slideshow is desired. */
    /*height: calc((577 / 1280) * 100vw);*/ /* sets height based on height divided by width, multiplied by percentage of screen width */
    aspect-ratio: 1440 / 700; /* Use this for auto-cropping images to fit set dimensions. Must set height to auto, and ratio is width divided by height */
    height: auto;
    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
{
}
.SlideShowNavContainer
{
    position:absolute;
    top:0;
}
.SlideShowNav 
{
  position: absolute;
  top: 50px;
}
.SlideShowNav a
{
    color: White;
    background: #D80000;
}
.slick-dots
{
    bottom: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:#D80000;
}
.slick-prev
{
    left:-50px;
}
.slick-next
{
    right:-50px;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#FFF;
    width:auto;
    height:auto;
}
.slick-prev svg, .slick-next svg
{
    font-size:80px; /* Must use pixel size here due to a weird thing with slick styles */
}
.slideshow_outer_container .slick-prev
{
    margin-left:0;
}
.slideshow_outer_container .slick-next
{
    margin-right:0;
}
.hpDiv2 .slick-prev, .hpDiv2 .slick-next
{
    margin-top: 0px;
    color:#D80000;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#000;
    height:auto;
    width:auto;
}
.slick-prev svg:hover, .slick-next svg:hover
{
    transform: none;
}
.slick-prev:before, .slick-next:before
{
    color:#FFF;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:999;
    bottom:5px;
}
.hpSlideshowPauseAndPlay button
{
    background:transparent;
    border:none;
    color:White;
    font-size:30px;
    text-shadow: 0 0 10px #333;
}
.hpSlideshowPauseAndPlay button:focus
{
    border:2px solid blue;
}
@media screen and (max-width:1350px)
{
    .slick-prev
    {
        left:-8px;
    }
    .slick-next
    {
        right:-8px;
    }
}
@media screen and (max-width:1200px)
{
    .SlideShowNavContainer
    {
        clear:both;
        float:left;
        width:100%;
        position:relative;
        top:auto;
        padding:15px 0;
    }
    .SlideShowNav
    {
        position:relative;
        top:auto;
    }
}
@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)
{
    .slick-prev
    {
        margin-left:0;
    }
    .slick-next
    {
        margin-right:0;
    }
    .slick-prev svg, .slick-next svg
    {
        font-size:35px;
    }
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
}
/* END HOMEPAGE SLIDESHOW */

/* Homepage Video */
.hpVideoContainer
{
    max-width:1080px;
    margin:0 auto;
    width:100%;
    position:relative;
}
.hpVideoScript
{
    display:block;
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%;
    position:relative;

   /* padding-top:600px;
       padding-top:0; */ /*Max height cap, uncomment to use instead of full height*/
}
.hpVideoContainer iframe
{
    width:100% !important;
    height:100% !important;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;

    /*max-height:600px;*/ /*Max height cap, uncomment to use instead of full height*/
}
@media screen and (max-width:991px)
{
    .hpVideoScript
    {
        padding-top:56.25%;
    }
}
/* End Homepage Video */

/* GENERAL HOMEPAGE STYLES */
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
    display:flex;
    justify-content:center;
}
.hpTitle
{
    font-weight:645;
    float:left;
    font-family:'Source Serif 4', serif;
    font-size:2.000em;
}
.hpLink
{
    background: #FFF;
    border-radius: 0;
    text-transform: none;
    border: none;
    color: #D80000;
    font-weight: 645;
    font-family:'Source Serif 4', serif;
    margin-top:41px;
    font-size:1.700em;
    padding:13px 14px;
    line-height:1;
}
.hpLink:hover
{
    color: #444;
    background: #FFF;
}
@media only screen and (max-width : 767px)
{
    .HomepageContainer
    {
        font-size:12px;
    }
    .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
{
    background-color:#676666;
    padding:21px 50px 34px;
    font-family:'Source Serif 4', serif;
}
.hpDiv1 .container-fluid
{
    max-width:1180px;
}
.hpDiv1 .hpTitle
{
    color:white;
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.HPnewsCard
{
    background-color:white;
    padding:23px 20px;
    min-height:421px;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin:0 auto 38px;
    width:auto;
    max-width:100%;
}
.HPnewsArticle
{
    text-align:center;
}
.HPnewscomponent_mainlink
{
    color:#D80000;
    font-size:1.250em;
    line-height:1.2;
    float:none;
    margin-bottom:15px;
    display:block;
}
.HPnewscomponent_maintext
{
    color:Black;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
    max-height:78px; /*Fallback for IE and Safari */
    float:none;
    font-size:1.000em;
    line-height:1.125;
}
.HPnewscomponent_maintext div
{
    display:inline;
}
.HPnewscomponent_maintext div:before
{
    display:table;
    clear:both;
    content:"";
}
.HPreadMoreLink
{
    float:none;
    color:black;
    display:block;
    margin-top:7px;
    font-weight:480;
}
@media screen and (max-width:768px)
{
    .hpDiv1
    {
        padding-left:20px;
        padding-right:20px;
    }
    .news_slider
    {
        margin-top:10px;
    }
}
@media screen and (max-width:500px)
{
    .hpDiv1
    {
        padding-left:0;
        padding-right:0;
    }
}
/* END HOMEPAGE NEWS */

/* LARGE HOMEPAGE EVENTS */
.hpDiv2
{
    background-color: white;
    padding:21px 35px 49px;
    font-family:'Source Serif 4', serif;
    background-image:url(../sysimages/hpEventsBG.jpg);
    background-size:cover;
    background-position:center center;
    position:relative;
}
.hpDiv2 .container-fluid
{
    max-width:1180px;
    position:relative;
    z-index:2;
}
.hpDiv2Overlay
{
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(230,230,230,0.8);
}
.events_slider
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.EventCarousel
{
    padding:0 35px;
}
.HPeventCard
{
    background-color:white;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    border:2px solid #000;
    padding:33px 20px;
    min-height:325px;
}
.eventDateBubble
{
    background-color:transparent;
    width:100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
    color: White;
    text-transform: uppercase;
    font-size: 1em;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.eventMonth
{
    font-weight:bold;
    color:#D80000;
    font-size:2.000em;
}
.eventDate
{
    font-weight:bold;
    color:black;
    font-size:2.000em;
}
.event_article
{
    width: 100%;
    padding: 0;
    border: none;
}
.hpeventcomponent_linktext
{
    font-weight: bold;
    color: #000000;
    font-size: 1.33em;
}
.hpeventcomponent_maintext
{
    font-weight: bold;
    color: #000;
    font-size: 1.33em;
}
.hpeventcomponent_datetext
{
    color:#000;
    font-weight:bold;
    text-transform:none;
    font-size: 1.33em;
}
@media screen and (max-width:768px)
{
    .hpDiv2
    {
        padding-left:20px;
        padding-right:20px;
    }
    .events_slider
    {
        margin-top:10px;
    }
    .EventCarousel
    {
        padding:0 15px;
    }
}
@media screen and (max-width:500px)
{
    .hpDiv2
    {
        padding-left:0;
        padding-right:0;
    }
}
/* END LARGE HOMEPAGE EVENTS */

/* HP TEXT AND SCRIPT */
.hpMissionSocialGrid
{
    display: grid;
    grid-template-columns: 1fr 720px 720px 1fr;
    width:100%;
    clear:both;
}
.hpMissionColumn
{
    background-color: #FFF;
    position: relative;
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 720px;
    font-family:'Source Serif 4', serif;
}
.hpMissionDiv
{
    padding: 59px 70px 60px 0;
    z-index: 3;
    grid-column: 2;
}
.hpTextTitle
{
    display:block;
    font-size:2.000em;
    font-weight:bold;
    margin-bottom:7px;
}
.hpTextContent
{
    font-size:1.250em;
    font-weight:600;
    line-height:1.3;
}
.hpSocialColumn
{
    background-color: #D80000;
    position: relative;
    grid-column: 3 / 5;
    display: grid;
    grid-template-columns:720px 1fr;
}
.hpSocialDiv
{
    padding: 59px 0 60px 80px;
    z-index: 3;
    grid-column: 1;
    color: white;
}
.lnkSkipSocial
{
    float:left; 
    display:block; 
    color:black;
    margin-bottom:10px;
    position:absolute;
    left:-100vw;
}
.lnkSkipSocial:hover, .lnkSkipSocial:focus
{
    left:auto;
    position:static;
}
.hpSocialColumn .HomepageContainer
{
    align-items:center;
    justify-content:space-between;
    padding:0;
    margin-bottom:39px;
}
.hpSocialColumn .hpTitle
{
    color:white;
}
.hpSocialIcons
{
    display:flex;
    align-items:center;
}
.hpSocialIcons a
{
    color:white;
    font-size: 3.065em;
}
.hpSocialIcons a svg:hover, .hpSocialIcons a:focus svg
{
    color: #EEE;
}
.hpSocialEmbed
{
    clear:both;
}
.hpSocialEmbed iframe, .hpSocialEmbed div
{
    max-width:100%;
}
@media screen and (max-width:1550px)
{
    .hpMissionSocialGrid
    {
        grid-template-columns:15px 1fr 1fr 15px;
    }
    .hpMissionColumn
    {
        grid-template-columns:15px 1fr;
    }
    .hpSocialColumn
    {
        grid-template-columns:1fr 15px;
    }
}
@media screen and (max-width:1350px)
{
    .hpMissionDiv
    {
        padding:30px 15px 45px 0;
    }
    .hpSocialDiv
    {
        padding:30px 0 45px 15px;
    }
}
@media screen and (max-width:1120px)
{
    .hpMissionSocialGrid
    {
        display:flex;
        flex-direction:column;
    }
}
@media screen and (max-width:500px)
{
    .hpMissionColumn
    {
        font-size:12px;
    }
}
/* END HP TEXT AND SCRIPT */

/* DYNAMIC NAV */
.DynamicNav
{
    font-family: 'Source Serif 4', serif;
    font-size:15px;
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#26272B;
    border-bottom: 1px solid #EAEAEA;
    padding:8px 15px;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#D80000;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #333;
    background: #D80000;
}
.DynamicNav_currentpage
{
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom:4px solid #D80000 !important;
    background: #2B2B2B;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #2B2B2B !important;
    color: White !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#2B2B2B;
        color:White;
        border-bottom:5px solid #D80000;
    }
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
    #mobile_left_nav .slicknav_nav a.DynamicNav_currentpage_link
    {
        background: transparent !important;
        color: #222!important;
    }
    #mobile_left_nav .slicknav_nav a:focus, #mobile_left_nav .slicknav_nav a.DynamicNav_currentpage_link
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222 !important;
    }
}
#mobile_left_nav .slicknav_nav span
{
    float:left;
    width:99%;
}
#mobile_left_nav .slicknav_nav span a
{
    width:calc(100% - 80px);
    display:block;
    float:left;
}
#mobile_left_nav .slicknav_nav span a.slicknav_item
{
    width:80px;
    display:block;
    float:left;
    background: black;
    border-radius: 5px;
    text-align: center;
}
#mobile_left_nav .slicknav_nav span a.slicknav_item:hover
{
    color:black;
    background: white;
}
#mobile_left_nav .slicknav_nav .sub-nav-group
{
    width:90%;
    float:left;
}
#mobile_left_nav .slicknav_nav span a
{
    padding: 0;
    margin: 0;
}
#mobile_left_nav .slicknav_nav a > a
{
    padding:0;
    margin:0;
}
#mobile_left_nav .slicknav_row
{
    display:flex;
    flex-direction:row;
    width:100%;
    align-items:center;
    justify-content:space-between;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0;
}
#mobile_left_nav .slicknav_nav li.nav-item
{
    clear:both;
}
#mobile_left_nav .DynamicNavChild
{
    clear:both;
}
.ButtonCloseLeftNav
{
    background:white;
    border:none;
    color:black;
    display:block;
    margin:0 auto;
}
.ButtonCloseLeftNav:hover, .ButtonCloseLeftNav:focus
{
    background:black;
    color:white;
}
@media screen and (max-width:992px)
{
    #menu
    {
        display:none;
    }
}
@media only screen and (max-width:768px) {
 .slicknav_menu, .mobile_nav 
 {
    display:block
 }
}
/* 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:#D80000;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#D80000;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#D80000;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#D80000; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #2B2B2B !important;
}
.monthly-event-list .listed-event /* Fix for color issue in monthly.css */
{
    color:#000 !important;
}
.eventcomponent_calendarlink
{

}
p[data-f-id="pbf"] 
{
  display: none !important; /* Hides Froala glitch text in events */
}
/* END EVENTS COMPONENT */

/* MASTER CALENDAR PAGE */
.mastercalendar_smalltext > tbody > tr > td > span[style*=background] label
{
    color:white;
}
.mastercalendar_filterbar a
{
    color:#2F6FA7
}
@media screen and (max-width:767px)
{
    .mastercalendar_filterpanel > table
    {
        display:block;
        width:100%;
    }
    .mastercalendar_filterpanel > table > tbody
    {
        display:block;
        width:100%;
    }
    .mastercalendar_filterpanel > table > tbody > tr
    {
        display:flex;
        flex-direction:column;
        width:100% !important;
    }
    .mastercalendar_filterpanel > table > tbody > tr > td
    {
        display:block;
        width:100% !important;
    }
    .mastercalendar_smalltext > tbody > tr > td > span[style*="background"]
    {
        display:block;
    }
}
/* END MASTER CALENDAR PAGE */ 

/* 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;
}
.newscomponent_archivelink
{
}
/* END NEWS COMPONENT */

/* FILES AND LINKS COMPONENT */
.linksList
{
    clear:both;
}
.linksList h3.component_title
{
    float:none;
    display:inline-block;
    margin-top:13px;
    margin-bottom:0px;
}
.linksList > div /* link and files & links item */
{
}
.dlList > div /* downloads item */
{
}
.linksList img
{
    margin-bottom:5px;
}
.linkSpacer
{
    margin-bottom:8px;
}
.dlSpacer
{
    margin-bottom:8px;
}
.dlLinksSpacer
{
    margin-bottom:8px;
}
.linkcomponent_table
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.linkcomponent_tablecell
{
    padding:5px 5px 10px;
    text-align:center;
}
.linkcell25
{
    width:25%;
}
.linkcell50
{
    width:50%;
}
@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 */
}
[fr-original-class="fr-text-gray"]
{
    color: #AAA !important;
}
[fr-original-class="fr-text-bordered"]
{
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}
[fr-original-class="fr-text-spaced"]
{
    letter-spacing: 1px;
}
[fr-original-class="fr-text-uppercase"]
{
    text-transform: uppercase;
}
/* END TEXT WINDOW */

/* 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 */

/* 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 */

/* BLOG COMPONENT */
.PanelReplies
{
}
.blog_posttitle
{
}
.blog_maintext
{
}
.blog_maintext2
{
}
.blog_smalltext
{
}
.blog_smalllink, .ui-widget-content a.blog_smalllink
{
}
.blog_reply_title
{
}
/* END BLOG 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 */
/* SKIP MAIN CONTENT */
.SkipContent
{
    position:absolute;
    color:white;
    padding:3px;
    background:black;
    left:-150px;
    top:55px;
    z-index:99999;
}
.SkipContent:focus,.SkipContent:hover
{
    left:15px;
}
.skipHover
{
    display:none;
    font-size:0.7em;
    line-height:1;
}
.SkipContent:hover .skipHover, .SkipContent:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
    color:white;
}
.lnkSkipSocial:hover .skipHover, .lnkSkipSocial:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
}
@media screen and (max-width:991px)
{
    .SkipContent{top:20px;}
    .skipHover{display:inline-block;padding-left:10px;}
}
/* END SKIP */

/* Juicer Styles */
.juicer-feed .j-twitter-text::before, .juicer-feed .j-twitter-text
{
    background:#3B3B3B !important;
    border-radius:25%;
    padding:1px;
}
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet, .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply,
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-like, .juicer-feed .j-meta .j-twitter-date, .juicer-feed .j-meta a,
.juicer-feed.modern .j-poster .j-date, .j-twitter-quote-screen-name, .j-twitter-display-name, .j-twitter-screen-name, .j-message,
.j-twitter-quote-display-name, .juicer-feed.image-grid li.feed-item.j-twitter .j-message p, .juicer-feed.image-grid li.feed-item.j-twitter .j-message a,
.juicer-feed.slider li.feed-item.j-twitter .j-message p, .juicer-feed.slider li.feed-item.j-twitter .j-message a, .juicer-feed.hip li.feed-item.j-twitter .j-message p,
.juicer-feed.hip li.feed-item.j-twitter .j-message a
{
    color:#757575 !important;
}
.j-youtube.j-youtube-bg, .j-twitter.j-twitter-bg
{
    color:black !important;
}
/* End of Juicer Styles */

/* Collapsible Styles */
.panel_blog_root
{
    padding:10px !important;
}
.panel_blog_root h2.ui-accordion-header
{
    margin-bottom:0;
    font-size:1em;
    float:left;
    width:100%;
    padding:5px;
}
.panel_blog_root h3.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:10px;
    margin-top:0;
}
.panel_blog_root .ui-accordion-header-icon
{
    display: block;
    float: left;
    margin-top: 2px;
}
.component_container .panel_blog_root .ui-widget-content
{
    font-family:inherit !important; /*This will be based on schools font family for body of text*/
    font-size:.85em; /*This will be based on schools text*/
    float:left;
    width:100%;
}
[id*="pnlStyle"] > .blog_spacer
{
    display: none;
}
.blog_smalllink, .ui-widget-content a.blog_smalllink
{
    background-color: #D80000;
    border-color: #D80000;
    color:black !important;
}
.collapsible h2.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:5px;
}
.collapsible h3.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:5px;
}
.collapsible .ui-accordion-header-icon
{
    display: block;
    float: left;
    margin-top: 2px;
}
.component_container.collapsible .ui-widget-content
{
    font-family:inherit !important; /*This will be based on schools font family for body of text*/
    font-size:.85em; /*This will be based on schools text*/
    float:left;
    width:100%;
}
/* End of Collapsible */