﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');
@import url("https://use.typekit.net/ylb1yjm.css");

*:focus
{
    outline:3px solid blue !important;
}

.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:#2A6DA7;
}
.component_container a:hover
{
    color:#3174AF;
}

/* Use this for page headers */
.ph
{
    padding: 20px 30px 23px;
    background: #0F226B;
}
h1.page_header
{
    font-size:1.8em;
    font-weight:900;
}

/* 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: #0739F3;
}
.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 15px;
}
.TopNav nav ul li a
{
    height:75px;
    line-height:74px;
    color:white;
    font-size:1.125em;
}
.TopNav nav ul li:hover a
{
    background: transparent;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: #0F205E;
}
.TopNav nav ul li:focus-within ul
{
    display:block;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:75px;
    background:#0739F3;
    border-radius:0 0 10px 10px;
    font-size:12px;
}
.TopNav nav ul li:hover ul li a
{
    background: #0739F3;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: #0F205E;
}
.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:white;
    height:auto;
    line-height:1.6;
    padding:4px;

}
@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;
    }
}
#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;
}
/* END TOP NAV */
/* HEADER */
header
{
    background-color: #FFF;
    border-top: none;
    border-bottom: none;
    color:#0739F3;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,a8a8a8+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(168,168,168,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(168,168,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(168,168,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
    padding:5px 0;
}
header a
{
    color:#0739F3;
}
header a:active, header a:hover, header a:focus
{
	color:Black;
}
.HeaderContainer
{
    display:flex;
}
.HeaderLogo
{
    float:left;
}
.HeaderLogo img
{
    float:left;
    margin-right:15px;
    max-width:75px;
}
header h1
{
    font-weight:normal;
}
header h1 a
{
    color:#fff ;
}
header h2
{
    letter-spacing:2px;
}
.HeaderLeft
{
    flex-shrink:2;
}
.SchoolName
{
    display:none;
}
.HeaderRight
{
    display:flex;
    align-items:center;
    justify-content:space-around;
    /*flex-direction:column;*/
}
.SocialMedia
{
    float:right;
    margin-top: 0;
    display:flex;
    align-items:center;
    flex-direction:row;
}
.SocialMedia a
{
    font-size: 2.500em;
    padding:0 10px;
    margin:0;
    float:none;
}
.SocialMedia a:nth-child(2)
{
    color:#FF0000;
}
.SocialMedia a:nth-child(3)
{
    color:#0077B5;
    padding-right:0;
}
.HeaderConnect
{
    color:#141414;
    font-size:1.250em;
    padding-right:10px;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #0739F3;
}


/* Search Styles */
.SearchDiv
{
    background: transparent;
    border: 3px solid #0739F3;
    border-radius:23px;
    width: 100%;
    max-width:200px;
    clear:both;
    font-size:1.250em;
    padding:1px 10px;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
    background-color:transparent;
}
.SearchDiv span svg
{
    color: #0739F3;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #0739F3;
    width: 24px !important;
}
/* End Search Styles */
@media screen and (min-width:651)
{
    .HeaderLeft{flex-shrink:2;}
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
}
@media screen and (max-width:767px)
{
   /*.HeaderLogo img{max-width:150px !important;}*/
}
@media screen and (max-width:650px)
{
    .HeaderContainer
    {
        flex-direction:column;
        align-items:center;
    }
    .HeaderLeft
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .HeaderLogo img
    {
        margin-right:0;
    }
    .HeaderRight
    {
        justify-content:center;
        flex-direction:column;
    }
    .SearchDiv
    {
        margin-bottom:7px;
        font-size:1em;
    }
    .SocialMedia
    {
        flex-direction:column;
    }
}
@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-color:#0739F3;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0739f3+0,141414+100 */
    background: rgb(7,57,243); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(7,57,243,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(7,57,243,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(7,57,243,1) 0%,rgba(20,20,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0739f3', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
    color:White;
    padding:38px 0 7px;
    width:100%;
}
.FooterContainer
{
    display:flex;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.FooterLeft
{
    text-align:center;
}
footer h1
{
    font-size:1.563em;
    font-weight:900;
    line-height:1;
}
.footertext
{
    font-size:1.125em;
    line-height:1.389;
}
.footertext a:hover
{
    color:white;
}
.ADAlink
{
}
.ADAlink:hover, .ADAlink:focus
{
    color:white;
}
.FooterCenter
{
}
.FooterLogo
{
}
.FooterRight
{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:space-between;
    padding:17px 25px;
}
.quicklinks
{
    position:relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.quicklinks_button
{
    padding:0;
    line-height:1.250;
    font-size:1.250em;
    font-weight:900;
    color:#FFF;
    display: flex;
    align-items: center;
}
.quicklinks_button svg
{
    font-size:10px;
    padding-left:2px;
}
.quicklinks_button:hover, .quicklinks_button:focus
{
    color:white;
}
.quicklinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    top:25px;
    left:0;
    width:280px;
    background:white;
    z-index:999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border:2px solid #000;
}
.quicklinks ul li
{
    display:block;
}
.quicklinks ul li a
{
    display:block;
    padding:5px;
    color:#000;
    height:auto;
    line-height:1.6;
    font-size:0.667em;
}
.quicklinks ul li a:hover
{
    background:  #000;
    color:White;
}
.quicklinks_button:focus-within ~ ul,
.quicklinks_button:hover ~ ul, .quicklinks ul:hover, .quicklinks:focus-within ul
{
    display:block;
}
.FooterLink
{
    font-size:1.250em;
    line-height:1.250;
    font-weight:900;
}
.FooterLink:hover
{
    color:white;
}
.SearchDivFooter
{
    max-width:300px;
}
.SearchDivFooter .header_search_box
{
    color:white;
}
.FooterConnect 
{
  color: #fff;
  font-size: 1.250em;
  padding-right: 10px;
}
.social_media_buttons
{
    display:flex;
    align-items:flex-end;
}
.social_media_buttons a
{
    padding:0 10px;
    margin:0;
    float:none;
}
.social_media_buttons a:hover
{
    color:#B9ECFF;
}
.social_media_buttons svg /*size of icon inside circle*/
{
    font-size: 2.500em;
}
.subfooter_right
{
    text-align:right;
    font-size:12px;
}
@media screen and (min-width:1201px)
{
    .FooterLeft
    {
        flex:1;
    }
    .FooterCenter
    {
        width:223px;
    }
    .FooterRight
    {
        flex:1;
    }
}
@media screen and (max-width:1250px)
{
}
@media screen and (max-width:1180px)
{
    footer
    {
        font-size:13px;
    }
    .subfooter_right
    {
    }
    .quicklinks ul
    {
        top:13px;
    }
}
@media screen and (max-width:1000px)
{
    footer
    {
        font-size: 11px;
    }
    .quicklinks ul
    {
        font-size:17px;
    }
}
@media only screen and (max-width : 991px)
{
    .FooterContainer
    {
        display:block;
    }
    .FooterCenter
    {
        display:none;
    }
    .FooterRight
    {
        align-items:center;
    }
    .SearchDivFooter
    {
        margin:23px 0;
    }
}
@media only screen and (max-width : 767px)
{
    footer .col-md-3:nth-child(3){margin-bottom: 30px;}
}
@media screen and (max-width:450px)
{
    .quicklinks
    {
        flex-direction:column;
        align-items:center;
    }
    .quicklinks_button
    {
        padding-bottom:6px;
    }
    .FooterLink
    {
        padding: 6px;
    }
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 40px solid #0739F3;
    display:flex;
    background-color:black;
}
.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: 810 / 634; /* 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;
    right:auto;
    left:10%;
    bottom:23px;
}
.slideshow_column
{
    padding:0;
}
.slideshow_caption_container_inner
{
    background:transparent;
    padding:0;
    text-align:left;
    max-width:504px;
}
.slideshowOverlay
{
    z-index:3;
    top:0;
}
.slideshow_caption_header
{
    font-size:1.875em;
    font-weight:900;
    display:inline;
    text-transform:none;
    float:left;
}
.slideshow_caption_text
{
    clear:both;
    font-size:1.250em;
    font-weight:600;
    padding-top:18px;
    line-height:1.389;
}
.slideshow_caption_link
{
    font-size:2.500em;
    float:left;
    padding-top:6px;
    padding-left:7px;
    color:#0739F3;
}
.SlideShowNavContainer
{
    position:absolute;
    top:0;
}
.SlideShowNav 
{
  position: absolute;
  top: 50px;
}
.SlideShowNav a
{
    color: White;
    background: #0C2A9A;
}
.slick-dots
{
    bottom:-30px;
}
.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:#0C2A9A;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#0C2A9A;
}
.slideshow_outer_container .slick-prev
{
    margin-left:0;
}
.slideshow_outer_container .slick-next
{
    margin-right:0;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#0C2A9A;
}
.slick-prev:before, .slick-next:before
{
    color:#0C2A9A;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:999;
    bottom:7px;
}
.hpSlideshowPauseAndPlay button
{
    background:transparent;
    border:none;
    color:White;
    font-size:30px;
    text-shadow: 0 0 10px #333;
}
.hpSlideshowPauseAndPlay button:focus
{
    border:2px solid blue;
}
.slick-autoplay-toggle-button
{
    display:none;
}
.events_column
{

}
@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 (min-width:1000px)
{
    .slideshow_column
    {
        width:33.25%;
    }
    .events_column
    {
        width:66.75%;
    }
}
@media screen and (max-width: 1065px)
{
    .slideshow_caption_container_outer
    {
        right: 10px;
        bottom: 10px;
    }
    .slideshow_caption_container_inner
    {
        max-width: 450px;
    }
}
@media screen and (min-width:992px)
{
    .slideshow_image{height:100%;}
}
@media screen and (max-width:991px)
{
    .slideshow_outer_container
    {
        display:block;
    }
}
@media screen and (max-width:600px)
{
    .slideshow_column
    {
        background-color:black;
    }
    .slideshow_caption_container_outer
    {
        left:auto;
        padding-bottom:40px;
    }
    .slideshow_caption_container_inner
    {
        padding-left:10px;
        padding-top:5px;
    }
}
@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 */
.hpTitle
{
    font-weight:900;
    float:left;
    color:#0739F3;
    font-size:1.563em;
}
.hpl
{
    float:right;
}
.hpLink
{
    background: transparent;
    border-radius: 3px;
    text-transform: none;
    border: none;
    color: #141414;
    font-weight: 600;
    font-size:1.125em;
    padding:0;
}
.hpLink:hover
{
    color: #0739F3;
    background: transparent;
}
.hpTitle b
{
    font-weight: 500;
}
.HomepageContainer
{
    float:left;
    width:100%;
    padding:52px 15px 0;
    display:flex;
    align-items:flex-end;
    flex-direction:column;
}
.hpLine
{
    height:3px;
    width:100%;
    background-color:#0739F3;
    float:left;
    clear:both;
    margin:16px 0;
}
@media only screen and (max-width : 767px)
{
    .hpTitle
    {
        float: none;
        margin: 0;
        text-align: center;
    }
    .hpl
    {
        float: none;
        margin: auto;
        text-align: center;
        padding-top: 15px;
    }
}
/* END GENERAL HOMEPAGE STYLES */

/* HORIZONTAL SLIDER EVENTS */
.events_column
{
    background-color:white;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:25px;
}
.events_slider_horiz .slick-slide > div
{
    display:flex;
    align-items:flex-start;
} 
.EventCarouselHoriz
{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    float:left;
    padding:15px 6px;
}
.eventcomponent_datecontainerHoriz
{
    background-color:#0739F3;
    width:111px;
    height:111px;
    text-align:center;
    float:left;
    margin-bottom:7px;
    padding-top:0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.eventcomponent_monthHoriz
{
    font-weight:900;
    color:White;
    font-size:1.875em;
    text-transform:uppercase;
    line-height:1;
    padding:2px 0;
}
.eventcomponent_dateHoriz
{
    font-weight:900;
    color:White;
    font-size:1.875em;
    line-height:1;
    padding:5px 0;
}
.eventcomponent_linktextHoriz
{
    color:#0739F3;
    font-weight:900;
    font-size:0.750em;
    line-height:1.750;
    text-align:center;
}
.eventcomponent_maintextHoriz
{
    color:#141414;
    font-size:0.560em;
    line-height:2.125;
    font-weight:600;
}
.eventcomponent_datetextHoriz
{
    color:#141414;
    font-size:0.560em;
    line-height:2.125;
    font-weight:600;
    text-transform:none;
}
.event_articleHoriz
{
    float:left;
    width:100%;
    margin-left:0;
    display:flex;
    flex-direction:column;
    align-items:center;
}
@media screen and (min-width:991px)
{
    .event_articleHoriz
    {
        font-size:20px;
    }
}
@media screen and (max-width:1400px)
{
    .HomepageContainer
    {
        padding-top:0;
    }
    .events_slider_horiz
    {
        margin-top:5px;
    }
}
@media screen and (max-width:991px)
{
    .HomepageContainer
    {
        padding-top:25px;
    }
    .event_articleHoriz
    {
        font-size:18px;
    }
}
/* END HORIZONTAL SLIDER EVENTS */

/* HP TEXT */
.hpDiv1
{
    background:#FFF;
    padding:65px 0;
    width:100%;
}
.hpDiv1 .container-fluid
{
    max-width:100%;
    display:flex;
    align-items:center;
}
.hpDiv1 > div > div
{
    padding:0 20px;
    text-align:center;
}
@media screen and (max-width:991px)
{
    .hpDiv1 .container-fluid
    {
        display:block;
    }
}
/* END HP TEXT */

/* DYNAMIC NAV */
.DynamicNav
{
    font-size:1em;
    border-radius:13px;
    overflow:hidden;
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#26272B;
    border-bottom: 1px solid #EAEAEA;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#0C2A9A;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #04643C;
    background: #0C2A9A;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #0F226B !important;
    background: #0C2A9A;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #0F226B !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;
    }
    #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:#0C2A9A;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#0C2A9A;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#0C2A9A;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#0C2A9A; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #0F226B !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 */
/* SKIP MAIN CONTENT */
.SkipContent
{
    position:absolute;
    color:white;
    padding:3px;
    background:black;
    left:15px;
    top:55px;
    z-index:99999;
}
.skipHover
{
    display:none;
    font-size:0.7em;
    line-height:1;
}
.SkipContent:hover .skipHover, .SkipContent:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
}
.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 */