﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');
@import url("https://use.typekit.net/jpz5nou.css");

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Lato", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}

.component_container a /* Styles for links in content */
{
    color:#2E77B8;
}
.component_container a:hover
{
    color:#3174AF;
}

/* Use this for page headers */
.ph
{
    padding: 74px 30px 4px;
    background: transparent;
}
.ph .container-fluid
{
    padding:0 30px;
}
h1.page_header
{
    color:#C40F18;
    border-bottom:3px solid #C40F18;
    padding-bottom:10px;
}

/* Use this for component headers */
h2.component_header
{
    color:#000;
    font-size: 1.7em;
    margin-top:0;
    font-weight: 700;
    margin-bottom:10px;
}
.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: 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;
}
.loggedin_whitetext
{
    color:white;
}
.loggedin_whitetext:hover
{
    color:white;
}
div [src*='filecabinet']{max-width:100% !important;}
iframe
{
    max-width:100%;
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background: #ED1C24;
}
.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*/
    padding:0 5px;
}
.TopNav nav ul li a
{
    height:68px;
    line-height:67px;
    color:white;
    font-size:1.500em;
    font-weight:800;
    text-transform:none;
}
.TopNav nav ul li:hover a
{
    background: transparent;
}
.TopNav nav ul li:hover
{
    background: #94979A;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:68px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: #94979A;
}
.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;

}
.slicknav_brand
{
    height:61px;
}
.slicknav_brand a
{
    float:left;
}
.slicknav_brand img
{
    float:left;
    max-height:53px;
}
@media screen and (min-width:1201px)
{
    .TopNav nav .container-fluid
    {
        padding-left:300px;
        padding-right:30px;
    }
}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}

@media screen and (max-width:991px)
{
    #mobile_top_nav .slicknav_menu
    {
        display:block;
    }
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #A3A6A9;
    border-top: none;
    border-bottom: 8px solid #FFF;
    padding:15px 0;
    position:relative;
    z-index:6;
}
header a
{
    color:White;
}
header a:active, header a:hover, header a:focus
{
	color:Black;
}
.HeaderContainer
{
    display:flex;
    align-items:stretch;
}
.HeaderLeft
{
    position:relative;
}
.HeaderLogo
{
    float:none;
    position:absolute;
    bottom:-108%;
    display:block;
}
.HeaderLogo img
{
    float:none;
    margin-right:0;
    max-width:100%;
}
.HeaderLogo:hover
{
}
.HeaderCenter
{
    
}
.SchoolName
{
    width:494px;
    max-width:100%;
    float:none;
    margin:0 auto;
}
.SchoolName img
{
    width:100%;
}
.HeaderRight
{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-end;
}
/* Search Styles */
.SearchDiv
{
    background: transparent;
    border: 2px solid #000000;
    width: 100%;
    max-width:180px;
    border-radius:14px;
    max-height:27px;
    padding-left:4px;
    display:flex;
    align-items:center;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 30px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
    background:transparent !important;
    line-height:1;
    font-size:0.938em;
}
.SearchDiv span svg
{
    color: #FFF;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #FFF;
    width: 24px !important;
    font-size:0.938em;
}
/* End Search Styles */
/* Google Translate Styles */
/* The original Translate widget is display:none. HeaderTranslateButton can be more easily customized */
.HeaderTranslateButton
{
    color:black;
    background:transparent;
    text-align:center;
    width:122px;
    font-size:0.938em;
    font-weight:normal;
    text-transform:none;
}
.HeaderTranslateButton:hover
{
    background-color:transparent;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:2.000em;
}
.HeaderTranslateButton .fa-angle-down
{
    font-size:1.000em;
}
/* End Google Translate Styles */

.SocialMedia
{
    float:none;
    margin-top: 0;
    display:flex;
    justify-content:space-between;
    width:140px;
}
.SocialMedia a
{
    font-size: 1.714em;
    margin-right:0;
    color:#6D090C;
}
.SocialMedia a svg
{
    color:white;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #ED1C24;
}
.btn-success
{
    background-color:#2D672D;
}
@media screen and (max-width:1200px)
{
    .HeaderLogo
    {
        position:relative;
        bottom:auto;
        width:171px;
        max-width:100%;
    }
    .HeaderCenter
    {
        display:flex;
        align-items:center;
    }
    .HeaderRight
    {
        justify-content:space-around;
    }
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
}
@media screen and (max-width:768px)
{
    .HeaderContainer
    {
        flex-direction:column;
    }
    .HeaderLogo
    {
        margin:0 auto;
        display:none;
    }
   .HeaderLogo img{max-width:100% !important;}
    .SchoolName
    {
        width:250px;
    }
    .HeaderRight
    {
        align-items:center;
        margin-top:16px;
    }
    .SocialMedia
    {
        display:none;
    }
    .HeaderTranslateButton
    {
        margin-top:10px;
    }
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .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:#000000;
    color:White;
    padding:5px 0 20px;
    width:100%;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.FooterContainer
{
}
.FooterLeft
{
    padding-top:8px;
}
footer h1
{
    color:#ED1C24;
    font-size:1.563em;
    font-family:Arvo, serif;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:26px;
}
.FooterAddress
{
    display:flex;
}
.FooterAddressLeft
{
    width:50%;
}
.FooterAddressRight
{
    width:50%;
}
.footertext
{
    font-weight:bold;
    font-size:0.938em;
}
.social_media_buttons
{
    margin-top:26px;
    display:flex;
    justify-content:center;
}
.social_media_buttons a
{
    padding:0 15px;
    color:white;
}
.social_media_buttons a:hover
{
    color:#ED1C24;
}
.social_media_buttons svg
{
    font-size:1.875em;
}
.FooterCenter
{
}
.FooterLogo
{
    display:inline-block;
}
.FooterRight
{
    padding-top:15px;
}
.FooterFindItLinks
{
    display:flex;
    align-items:flex-start;
    justify-content:space-evenly;
    flex-wrap:wrap;
    float: left;
    clear: left;
    width: 100%;
}
.FooterFihLink
{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    width:33.3%;
    padding-bottom:15px;
}
.FooterFihImage
{
    font-size:1.875em;
    color:#ED1C24;
    margin-bottom:7px;
}
.FooterFihLabel
{
    font-size:0.938em;
    line-height:1.6;
    color:white;
    font-weight:normal;
    font-family:Arvo, serif;
}
.FooterFihLink:hover .FooterFihLabel
{
    color:#E0E0E0;
}
.FooterPolicy
{
    text-align:center;
    display:block;
    font-size:0.833em;
    font-weight:normal;
}
.subfooter
{
    width: 100%;
    background: #000;
    color: White;
    padding:5px 11px;
}
.subfooter a
{
    color: White;
}
.FooterInfo
{
    font-size:0.750em;
    line-height:2.000;
}
.subfooter .left
{
}
.subfooter .center
{
    text-align:center;
}
@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)
{
    .FooterLeft
    {
        text-align:center;
    }
    .FooterCenter
    {
        text-align:center;
    }
    .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;}
}
@media screen and (max-width:450px)
{
    .FooterAddressLeft
    {
        width:100%;
    }
    .FooterAddressRight
    {
        width:100%;
    }
    .FooterFindItLinks
    {
        align-items:center;
        flex-direction:column;
    }
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 10px solid #FFF;
}
.slideshow_image 
{
    /*height: calc(80vh - 200px);*/ /* sets height to a percentage of the screen */
    /*height: calc((577 / 1280) * 100vw);*/ /* sets height based on height divided by width, multiplied by percentage of screen width */
    height: auto;
    aspect-ratio:1440 / 699;
    object-fit: cover;
    object-position: center center;
}
.slideshow_caption_container_outer
{
    z-index:5;
}
.slideshow_caption_container_inner
{
}
.slideshowOverlay
{
    z-index:3;
    top:0;
    display:none;
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.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:#ED1C24;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#ED1C24;
}
.slick-prev svg, .slick-next svg
{
    font-size:70px;
}
.slideshow_outer_container .slick-prev
{
    margin-left:5%;
}
.slideshow_outer_container .slick-next
{
    margin-right:5%;
}
.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:#ED1C24;
}
.slick-prev:before, .slick-next:before
{
    color:#ED1C24;
}
@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:768px)
{
    .slideshow_outer_container .slick-prev svg, .slideshow_outer_container .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 */

/* GENERAL HOMEPAGE STYLES */
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0;
}
.hpTopItems
{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    padding-bottom:14px;
}
.hpTitle
{
    font-weight:normal;
    float:none;
    font-family:Arvo, serif;
    font-size:1.875em;
    line-height:0.800;
}
.hpLink
{
    background: #6A7071;
    border-radius: 11px;
    text-transform: none;
    border: none;
    color: #FFF;
    font-weight: bold;
    font-size:0.750em;
    line-height:1.35;
    padding:3px 29px;
}
.hpLink:hover
{
    color: White;
    background: #D5111B;
}
.hpLine
{
    height:5px;
    width:100%;
    background-color:#A3A6A9;
    float:left;
    clear:both;
    margin-bottom:26px;
}
@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;
    }
}
@media screen and (max-width: 600px)
{
    .hpTopItems
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hpLink
    {
        margin-top:14px;
    }
}
/* END GENERAL HOMEPAGE STYLES */

/* HOMEPAGE FACTS */
.homepage_facts_container
{
    padding:32px 0 33px;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../sysimages/hpStatsBG.png?v=2);
    background-color:#000;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
    width:100%; 
    clear:both;
}
.hpStatsOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color:rgba(5, 150, 98, .85);
    top:0;

    display:none;
}
.homepage_facts_column
{
    position:relative;
    z-index:3;
}
.homepage_facts_container .slick-slider
{
    /*display:flex;*/ /*<-- Leaving this style active may cause sizing issues */
    height:auto;
}
.homepage_facts_outer
{
    display:flex;
    flex:1;
    height:auto;
    padding:0 12px;
}
.homepage_facts_box
{
    margin:0 0;
    background:rgba(255,255,255,0.7);
    border-top:none;
    color:#FFF;
    aspect-ratio:1 / 1;
    border-radius:50%;
}
.homepage_facts_borderbox
{
    padding:25px 33px 10px;
    text-align:center;
    /*min-height: 280px;*/
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.homepage_facts_title
{
    font-weight:normal;
    font-size:5.313em;
    line-height:1.000;
    margin:0;
    color:#000;
    font-family:Arvo, serif;
}
.homepage_facts_title.small_title
{
    font-size:3em;
}
.homepage_facts_statistic
{
    font-size:1.125em;
    line-height:1.333;
    margin:0;
    color:#000;
    display:block;
    font-weight:bold;
}
.homepage_facts_description
{
}
@media screen and (max-width:1250px)
{
    .homepage_facts_outer
    {
        font-size:12px;
    }
    .homepage_facts_borderbox
    {
        height:100%;
    }
}
@media screen and (max-width:991px)
{
    .homepage_facts_borderbox
    {
        font-size:12px; 
        /*min-height:360px;*/
    }
    .homepage_facts_description{font-size:1.700em;}
}
@media (max-width:767.9px)
{
    .homepage_facts_container{padding:30px 0;}
    .homepage_facts_row 
    {
        margin-left:-30px;
        margin-right:-30px;
    }
    .homepage_facts_box
    {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }
    .homepage_facts_borderbox
    {
        /*min-height:228px;*/
    }
    .homepage_facts_container .slick-dots
    {
        bottom:-30px;
    }
}
@media (max-width:500px)
{
    .homepage_facts_container{font-size:14px;}
}
/* END HOMEPAGE FACTS */

/* HOMEPAGE FIND IT FAST */
.hpDiv2
{
    background: white;
    padding:0;
    border-top:10px solid white;
    border-bottom:10px solid white;
    display:flex;
    align-items:stretch;
}
.hpColumnEventsFind
{
    display:flex;
    flex-direction:column;
}
.hpFindItDiv
{
    background-color:white;
    padding-top:14px;
    padding-right:29px;
    float:right;
}
.hpFindItInner
{
    width:751px;
    max-width:100%;
    float:right;
    padding-bottom:60px;
}
.hpFindItDiv .hpTopItems
{
    padding-left:255px;
}
.hpFindItDiv .hpTitle
{
    color:#ED1C24;
}
.hpFindItLinks
{
    display:flex;
    align-items:flex-start;
    justify-content:space-evenly;
    float: left;
    clear: left;
    width: 100%;
}
.fihLink
{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.fihImage
{
    font-size:1.875em;
    color:#ED1C24;
    margin-bottom:7px;
}
.fihLabel
{
    font-size:0.938em;
    line-height:1.6;
    color:black;
    font-weight:normal;
    font-family:Arvo, serif;
}
@media screen and (min-width:1201px)
{
    .hpColumnEventsFind
    {
        /*width:63%;*/
        width:60%;
        padding-left:0;
        padding-right:5px;
    }
}
@media screen and (max-width:991px)
{
    .hpDiv2
    {
        display:block;
        float:left;
        width:100%;
    }
}
@media screen and (max-width:768px)
{
    .hpFindItDiv .hpTopItems
    {
        padding-left:0;
    }
    .hpFindItLinks
    {
        flex-wrap:wrap;
    }
    .fihLink
    {
        min-width:95px;
        padding:7px;
    }
}
@media screen and (max-width:440px)
{
    .hpFindItLinks
    {
        flex-direction:column;
    }
    .fihLink
    {
        padding:7px 15px;
    }
}
/* END HOMEPAGE FIND IT FAST */
/* HORIZONTAL SLIDER EVENTS */
.hpEventsDiv
{
    background-image:url(../sysimages/hpEventsBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#355F6C;
    color:white;
    float:right;
    clear:right;
    padding:30px;
    flex:1;
}
.hpEventsInner
{
    width:751px;
    padding-right:50px;
    max-width:100%;
    float:right;
}
.hpEventsDiv .hpTitle
{
    color:white;
}
.hpEventsDiv .hpLine
{
    background:white;
}
.CalendarContainer
{
    padding:0 20px 0 0;
}
.EventsContainer
{
    padding:0;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.hpEventsDiv .slick-prev
{
    display:none !important;
}
.hpEventsDiv .slick-prev, .hpEventsDiv .slick-next
{
    color:black;
}
.hpEventsDiv .slick-prev svg, .hpEventsDiv .slick-next svg
{
    font-size:37px;
}
.EventCarouselHoriz
{
    display:flex;
    flex-direction:column;
}
.eventcomponent_datecontainerHoriz
{
    background-color:#E21219;
    width:80px;
    height:80px;
    text-align:center;
    float:none;
    padding-top:0;
    border-radius:50%;
    border:4px solid white;
    font-family:Arvo, serif;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    margin:0 auto;
}
.eventcomponent_monthHoriz
{
    font-weight:normal;
    color:White;
    font-size:1.250em;
    text-transform:uppercase;
    line-height:1.200;
}
.eventcomponent_dateHoriz
{
    font-weight:normal;
    color:white;
    font-size:1.250em;
    line-height:1.200;
}
.eventcomponent_linktextHoriz
{
    color:white;
    font-weight:bold;
    font-size:0.938em;
    line-height:1.200;
}
.eventcomponent_linktextHoriz:hover
{
    color:#E0E0E0;
}
.eventcomponent_maintextHoriz
{
    color:white;
    font-size:0.938em;
    line-height:1.200;
    font-weight:bold;
}
.eventcomponent_datetextHoriz
{
    color:white;
    font-size:0.938em;
    line-height:1.200;
    font-weight:bold;
    text-transform:none;
}
.event_articleHoriz
{
    float:none;
    width:auto;
    margin-left:0;
    text-align:center;
    padding: 5px 5px 0;
}
@media screen and (min-width:1201px)
{
    /*.CalendarContainer
    {
        width:40%;
    }
    .EventsContainer
    {
        width:60%;
    }*/
}
@media screen and (max-width:991px)
{
    .hpEventsDiv
    {
        flex:auto;
    }
}
@media screen and (max-width:768px)
{
    .hpEventsInner
    {
        padding-right:0;
    }
}
/* END HORIZONTAL SLIDER EVENTS */

/* HOMEPAGE NEWS */
.hpColumnNews
{
    display:flex;
}
.hpNewsDiv
{
    float:left;
    background-color:#A3A6A9;
    width:100%;
    padding:37px 20px 0;
}
.hpNewsInner
{
    max-width:371px;
    width:100%;
    float:left;
}
.hpNewsDiv .hpTitle
{
    color:white;
}
.hpNewsDiv .hpLink
{
    background-color:white;
    color:black;
}
.hpNewsDiv .hpLink:hover
{
    background-color:#E21219;
    color:white;
}
.hpNewsDiv .hpLine
{
    background:#ED1C24;
    margin-bottom:10px;
}
.news_slider
{
    float:left; 
    margin-top:0;
    max-width:100%;
    display: flex;
    flex-wrap: wrap;
}
.NewsItem
{
    float:left;
    width:50%;
    padding:10px;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin:0 auto 10px;
    width:auto;
    max-width:100%;
}
.HPNewsArticle
{
    text-align:center;
    clear:both;
    line-height:1.250em;
}
.HPnewscomponent_mainlink
{
    color:white;
    font-size:0.938em;
    line-height:1.200;
    font-weight:bold;
    float:none;
}
.HPnewscomponent_maintext
{
    color:Black;
    font-size:0.750em;
    font-weight:bold;
    float:none;
}
.HPnewscomponent_maintext div
{
    display:inline;
}
.HPreadMoreLink
{
    color:#790B0F;
    font-weight:bold;
    font-size:0.750em;
    float:none;
}
.HPreadMoreLink:hover
{
    color:white;
}
@media screen and (min-width:1201px)
{
    .hpColumnNews
    {
        /*width:37%;*/
        width:40%;
        padding-right:0;
        padding-left:5px;
    }
}
@media screen and (max-width:991px)
{
    .hpNewsDiv
    {
        display:flex;
        justify-content:center;
    }
}
@media screen and (max-width:500px)
{
    .NewsItem
    {
        width:100%;
        margin-bottom:25px;
    }
    .HPNewsPhoto
    {
        text-align:center;
    }
}
/* END HOMEPAGE NEWS */

/* HP SCRIPT */
.hpDivSocial
{
    background-color:#911318;
    background-image:url(../sysimages/hpSocialBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    padding:51px 0 80px;
    width:100%;
    position:relative;
    clear:both;
}
.hpSocialOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color:rgba(237,28,36, .60);
    top:0;
}
.hpDivSocial .container-fluid
{
    z-index:3;
    position:relative;
}
.hpSocialColumn
{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.hpSocialHeader
{
    padding-bottom:32px;
}
.hpSocialHeader a
{
    font-size:3.125em;
    color:white;
}
.hpSocialHeader a:hover
{
    color:#E0E0E0;
}
.hpSocialFeed
{
    width:100%;
    max-width:480px;
    border:5px solid black;
    background-color:white;
    text-align:center;
}
@media screen and (max-width:991px)
{
    .hpSocialColumn:nth-child(2)
    {
        margin-top:40px;
    }
}
/* END HP SCRIPT */

/* 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:#ED1C24;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #04643C;
    background: #ED1C24;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #ED1C24 !important;
    background: #E7131A;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #898D92 !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;
    }
}
@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 */
.eventCalendar, .weeklyEventCalendar
{
    max-width:100%;
    font-size:14px;
}
.eventcomponent_datecontainer
{
    background:#B90D0D;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#FFF;
    color: black;
    font-size:1em;
    text-transform:none;
}
.eventCalendar_nextPrevStyle a
{
    color:black !important;
    font-size:1.250em;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar th
{
    text-align:center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding:2px 0;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#B90D0D;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#B90D0D; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #8E2C26 !important;
}
.monthly-event-list .listed-event /* Fix for color issue in monthly.css */
{
    color:#000 !important;
}
.eventcomponent_calendarlink
{

}
/* END EVENTS COMPONENT */

/* MASTER CALENDAR PAGE */
.mastercalendar_smalltext > tbody > tr > td > span[style*=background] label
{
    color:white;
}

@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 */
}
/* 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 */