﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Jost", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}

/* Use this for page headers */
.ph
{
    padding: 24px 30px;
    background: #2B2B2B;
}
h1.page_header
{
}

/* Use this for component headers */
h2.component_header
{
    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:#AA1917;
    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
{
    z-index:5;
    position:relative;
}
.TopNav nav
{
    background: #AA1917;
}
.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*/
    justify-content:center;
}
.logoLi
{
    width:169px;
}
.TopNav > nav > div > ul > li:nth-child(5)
{
   /* width:288px;*/
}
.TopNav > nav > div > ul > li:nth-child(6)
{
    /*width:117px;*/
}
.TopNav nav ul li a
{
    height:50px;
    line-height:49px;
    color:White;
    font-size:1.313em;
    font-weight:normal;
}
.TopNav .nav-icon a
{
    display:flex;
    align-items:center;
    font-size:2.625em;
}
.TopNav nav ul li:hover a
{
    background: transparent;
    color:Black;
}
.TopNav nav ul li:hover
{
    background: transparent;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:50px;
}
.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;}
}
@media screen and (max-width:1220px)
{
    .TopNav nav{font-size:13px;}
    .TopNav > nav > div > ul > li:nth-child(5){width:238px;}
}
/* END TOP NAV */
/* HEADER */
header
{
    background: rgba(255,255,255,0.8);
    border-top: none;
    border-bottom: none;
    width:100%;
    color:Black;
    position:relative;
    z-index:6;
    padding:50px 0;
}
header a
{
    color:Black;
}
header a:active, header a:hover, header a:focus
{
	color:#AA1917;
}
.HeaderLeft
{
}
header h1
{
    font-weight:600;
    color:#AA1917;
    text-transform:uppercase;
    font-size:3.063em;
    line-height:1.2;
    margin:0;
}
header h2
{
    font-weight:600;
    letter-spacing:0;
    color:Black;
    font-size:1.625em;
    line-height:1.2;
    margin:0;
}
.HeaderCenter
{
    width:250px;
    position:relative;
}
.HeaderLogo
{
    float:none;
    position:absolute;
    z-index:5;
    top:57px;
    text-align:center;
    max-width:100%;
}
.HeaderLogo.inactive
{
    pointer-events:none;
    opacity:0.8;
}
.HeaderLogo img
{
    float:none;
    margin-right:0;
    max-width:100%;
}
.HeaderRight
{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.HeaderRightTop
{
    display:flex;
    max-width:400px;
}
.HeaderText
{
    font-size:1.250em;
    line-height:1.2;
    font-weight:600;
}
.HeaderRightBottom
{
    display:flex;
    margin-top:5px;
    align-items:center;
}
.SocialMedia
{
    display:flex;
    float:none;
    margin-top: 10px;
}
.SocialMedia a
{
    font-size: 2.250em;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #AA1917;
}
.SearchOpen
{
    color:#AA1917;
}
.SocialMedia .fa-facebook
{
    color:#4267B2;
}
.SocialMedia .fa-twitter
{
    color:#1DA1F2;
}
.quicklinks
{
    display:flex;
    position:relative;
    align-items:center;
}
.quicklinks_button
{
    padding:0 19px;
    max-width:100%;
    background-color:#FFF;
    border:3px solid #AA1917;
    border-radius:19px;
    line-height:1.429;
    text-align:center;
    font-size:1.313em;
    text-transform:uppercase;
    font-weight:normal;
    margin-top: 0;
    float:right;
    color:#AA1917;
    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:220px;
    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.938em;
}
.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:Black;
    font-size:2.250em;
    margin-right:20px;
}
.HeaderTranslateButton:hover .HeaderTranslateButton .fa-globe-americas
{
    color:#AA1917;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:1.000em;
}
.HeaderTranslateButton .fa-angle-down
{
    font-size:0.8em;
    padding-left:3px;
}
/* End Google Translate Styles */

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    color: White;
    background: #AA1917;
}
.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 (min-width:992px)
{
    .HeaderContainer{display:flex;}
    .HeaderLeft{display:flex; flex:1; align-items:center;}
    .HeaderCenter{}
    .HeaderRight{display:flex; flex:1;}
}
@media screen and (max-width:1230px)
{
    .HeaderLeft{font-size:12px;}
    .HeaderRight{font-size:13px;}
    .SocialMedia a{margin-right:10px;}
    .HeaderTranslateButton{margin-right:10px;}
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
}
@media screen and (max-width:767px)
{
    header{padding:20px 0;}
   .HeaderLeft{text-align:center; margin-bottom:13px;}
   .SchoolName{float:none;}
   .HeaderLogo img{max-width:100% !important;}
   .HeaderRightTop{text-align:center;}
   .HeaderTranslateButton{display:none;}
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: none;}
}
@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:#000;
    color:White;
    padding:22px 0 10px;
    width:100%;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
footer a:hover
{
    color:White;
}
.FooterCenter
{
    text-align:center;
}
footer h1
{
    text-transform:uppercase;
    font-weight:normal;
    font-size:2.500em;
    line-height:1.450em;
}
.footertext
{
    font-size:0.938em;
    line-height:1.467;
}
.FooterRight
{
    text-align:center;
}
.FooterQuickLinks
{
    list-style:none;
    padding:0;
}
.FooterQuickLinks a
{
    font-size:0.938em;
    line-height:2.000;
    text-transform:uppercase;
    font-weight:normal;
}
.subfooter
{
    width: 100%;
    background: #000;
    color: White;
}
.subfooter a
{
    color: White;
}
.FooterOwnership
{
    font-size:0.938em;
}
.divCompliance
{
    font-weight:bold;
    font-size:0.938em;
}
.FooterLink
{
    font-size:0.938em;
}
@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)
{
    footer{font-size:14px;}
    .FooterLeft{text-align:center;}
    .FooterLogo{width:200px; display:inline-block;}
    .Address{float: none !important; margin-bottom: 5px;}
    .subfooter .right, .subfooter .left{text-align: center;}
    .subfooter .left{margin-bottom: 15px;}
}
@media only screen and (max-width : 767px)
{
    .FooterCenter{margin-top:5px;}
    .FooterRight{margin-top:10px;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
    z-index:2; 
    margin-top:-250px;
    width:100%;
    float:left;
}
.slideshow_image 
{
    height: calc((775 / 1440) * 100vw);
    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: #AA1917;
}
.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:#AA1917;
}
.slick-prev svg, .slick-next svg
{
    font-size:37px;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#000;
}
.slick-prev:before, .slick-next:before
{
    color:#AA1917;
}
.hpDiv2 .slick-prev, .hpDiv2 .slick-next
{
    color:#fff;
}
.hpDiv2 .slick-prev:hover, .hpDiv2 .slick-next:hover, .hpDiv2 .slick-prev:active, .hpDiv2 .slick-next:active, .hpDiv2 .slick-prev:focus, .hpDiv2 .slick-next:focus
{
    color:#000;
}
.hpDiv2 .slick-prev:before, .hpDiv2 .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_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:500;
    float:left;
    font-size:2.500em;
    line-height:1.300;
    color:#AA1917;
    text-transform:uppercase;
}
.hpl
{
    float:right;
}
.hpLink
{
    background: transparent;
    border-radius: 3px;
    text-transform: none;
    border: none;
    color: #FFF;
    font-weight: normal;
    font-size:1.313em;
    line-height:1.429;
}
.hpLink:hover
{
    color: Black;
    background: transparent;
}
.hpTitle b
{
    font-weight: 500;
}
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
}
.hpLine
{
    height:3px;
    max-width:452px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    margin-bottom:42px;
}
@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: 650px)
{
    .HomepageContainer{font-size:12px;}
}
/* END GENERAL HOMEPAGE STYLES */

/* TILE BUTTONS */
.Departments
{
    padding: 30px 0 75px;
    background: #EDEDED;
}
.DepartmentContainer
{
    width: calc(100% + 6px);
    margin: 0 -3px;
}
.DepartmentContainer .Button
{
    width: calc(25% - 6px);
    margin: 3px;
    background: white;
    height: 250px;
    float: left;
    perspective-origin: top center;
    perspective: 1250px;
    float: left;
    position: relative;
    z-index: 9;
    transition: z-index 0.5s;
}
.DepartmentContainer .Button:hover
{
    z-index: 20;
}
.DepartmentContainer .Button .Top
{
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: opacity 0.5s;
    transform-origin: 50% 0;
}
.DepartmentContainer .Button:hover .Top
{
    opacity:0;
    pointer-events:none;
}
.DepartmentContainer .Button .Top span
{
    display: block;
    width: 100%;
    padding: 12px 25px 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.125em;
    background: rgba(176,16,18, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: White;
    display: table;
    height: 65px;
}
.DepartmentContainer .Button .Top span z
{
    width: 0;
    display: table-cell;
}
.DepartmentContainer .Button .Top span r
{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    cursor: context-menu;
}
.DepartmentContainer .Button .Bottom
{
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    position: absolute;
    top: 0;
    padding: 35px 15px;
}
.DepartmentContainer .Button .Bottom .Info
{
    line-height: 22px;
    max-height: 156px;
    overflow: auto;
    text-align: center;
}
.DepartmentContainer .Button .Bottom a
{
    font-weight: 700;
    font-size: 0.875em;
    text-decoration: none !important;
    text-transform: uppercase;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    color: #2B57B4;
}
@media screen and (max-width:991px)
{  
    .DepartmentContainer .Button{width: calc(50% - 6px);}
}
@media screen and (max-width:580px)
{  
    .DepartmentContainer .Button{width: calc(100% - 6px);}
}
/* END TILE BUTTONS */

/* SOCIAL HUB */
.hpDiv1
{
    background-color:#FFF;
    /*background-image:url(../sysimages/bgSocialHub.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;*/
    padding:36px 0 41px;
    clear:both;
    position:relative;
}
.hpDiv1Overlay
{
    position:absolute;
    z-index:1;
    background-color:rgba(255,255,255,.7);
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
.hpDiv1 .container-fluid
{
    position:relative;
    z-index:2;
}
/* END SOCIAL HUB */

/* HORIZONTAL SLIDER EVENTS */
.hpDiv2
{
    background: #AA1917;
    padding:32px 35px 51px;
    color:White;
}
.hpDiv2 .hpTitle
{
    color:White;
}
.hpDiv2 .hpLine
{
    background-color:Black;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:0;
    padding-bottom:17px;
}
.EventCarouselHoriz
{
    display:flex !important;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.eventcomponent_datecontainerHoriz
{
    background-color:#FFF;
    width:170px;
    height:170px;
    text-align:center;
    float:left;
    padding-top:0;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-bottom:5px;
}
.eventcomponent_datecontainer_bottomHoriz
{
}
.eventcomponent_monthHoriz
{
    font-weight:bold;
    color:Black;
    font-size:2.313em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateHoriz
{
    font-weight:bold;
    color:#F11714;
    font-size:4.313em;
    line-height:1;
}
.eventcomponent_linktextHoriz
{
    color:White;
    font-weight:bold;
    font-size:1.313em;
    line-height:1.4;
}
.eventcomponent_maintextHoriz
{
    color:White;
    font-size:0.938em;
    line-height:1.467;
}
.eventcomponent_datetextHoriz
{
    color:White;
    font-size:0.938em;
    line-height:1.467;
    font-weight:normal;
    text-transform:none;
}
.event_articleHoriz
{
    float:left;
    width:100%;
    margin-left:0;
    text-align:center;
}
@media screen and (min-width:992px)
{
    .hpSpotlightContainer{padding-left:0;}
    .hpEventsContainer{padding-right:0;}
}
@media screen and (max-width:991px)
{
    .hpEventsContainer{margin-top:30px;}
}
/* END HORIZONTAL SLIDER EVENTS */

/* HOMEPAGE NEWS */
.hpDiv3
{
    padding:50px 35px;
    position:relative;
    background-image:url(../sysimages/bgSocialHub.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    background-color:White;
}
.hpDiv3Overlay
{
    position:absolute;
    z-index:1;
    background-color:rgba(255,255,255,.7);
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
.hpDiv3 .container-fluid
{
    position:relative;
    z-index:2;
}
.hpDiv3 .hpLink
{
    color:#AA1917;
}
.hpDiv3 .hpLink:hover
{
    color:Black;
}
.NewsSliderContainer
{
    padding-left:100px;
}
.news_slider
{
    float:left; 
    margin-top:0;
    max-width:100%;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin-bottom:10px;
}
.HPnewscomponent_mainlink
{
    color:#AA1917;
    font-size:1.313em;
    line-height:1.6;
    float:none;
    clear:none;
}
.HPnewscomponent_maintext
{
    color:Black;
    font-size:0.938em;
    line-height:1.571;
    float:none;
    clear:none;
}
.HPnewscomponent_maintext div
{
    display:inline;
}
.HPreadMoreLink
{
    color:#AA1917;
    float:none;
    clear:none;
}
@media screen and (max-width:470px)
{
    .NewsSliderContainer{padding-left:0;}
}
/* END HOMEPAGE NEWS */

/* HOMEPAGE FACTS */
.homepage_facts_container
{
    padding:100px 0 85px;
    background-color:rgba(170, 25, 23, 1);
    position:relative;
}
.homepage_facts_container .hpTitle
{
    color:White;
}
.homepage_facts_container .hpLine
{
    margin-bottom:22px;
}
.hpStatsOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top:0;
}
.homepage_facts_column
{
    position:relative;
    z-index:3;
    padding:0 5px;
}
.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,1);
    border-top:none;
    color:#FFF;
}
.homepage_facts_borderbox
{
    padding:40px 10px 40px;
    text-align:center;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homepage_facts_title
{
    font-weight:700;
    font-size:6.563em;
    line-height:0.967;
    margin:0;
    color:#000;
    word-break:break-all;
}
.homepage_facts_statistic
{
    display:none;
    font-size:1.100em;
    line-height:1.3;
    margin:0;
    color:#000;
    font-weight:bold;
}
.homepage_facts_description
{
    display:none;
    font-size:1.250em;
    margin:0;
    padding:0;
    line-height:1.100;
    color:#000;
    font-weight:bold;
}
.homepage_facts_box:hover
{
    background:rgba(255,255,255,0.56);
}
.homepage_facts_box:hover .homepage_facts_borderbox
{
    padding:15px 10px;
}
.homepage_facts_box:hover .homepage_facts_title 
{
    color:White;
    font-size:5.563em;
}
.homepage_facts_box:hover .homepage_facts_statistic
{
    display:block;
}
.homepage_facts_box:hover .homepage_facts_description
{
    display:block;
}
@media screen and (max-width:991px)
{
    .homepage_facts_borderbox{font-size:9px;}
    .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_borderbox{min-height:228px;}
}
@media (max-width:500px)
{
    .homepage_facts_container{font-size:14px;}
}
/* END HOMEPAGE FACTS */

/* 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:#AA1917;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #000;
    background: #AA1917;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #AA1917 !important;
    background: #AA1917;
}

.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;
    }
    .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:#AA1917;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#AA1917;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#AA1917;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#AA1917; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #AA1917 !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%;
}
@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 */