﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');
@import url("https://use.typekit.net/yam8qzu.css");

*:focus
{
    outline:3px solid blue !important;
}

.container-fluid
{
    max-width:1440px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Roboto", 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: 20px 30px 15px;
    background: #FFF;
    clear:both;
    box-shadow:0 4px 0 0 #B7E0FA, 0 8px 0 0 #38B6FF, 0 12px 0 0 #004AAD;
}
h1.page_header
{
    color:#3D3D3D;
    font-family:'rockwell', serif; 
}
@media screen and (max-width:530px)
{
    .ph
    {
        font-size:12px;
    }
}

/* 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: transparent;
    border-bottom:1px solid #FFF;
    padding:18px 0;
}
.TopNav nav .container-fluid
{
    padding-left:200px;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
}
.TopNav nav ul li a
{
    height:26px;
    line-height:26px;
    color:white;
    text-transform:none;
    font-size:1.250em;
    font-weight:500;
}
.TopNav > nav > div > ul > li > a
{
    padding:0 10px;
}
.TopNav nav ul li:hover a
{
    background: #004AAD;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: #004AAD;
}
.TopNav nav ul li:focus-within ul
{
    display:block;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:26px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover
{
    background: transparent;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: #004AAD;
}
.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.000em;
    color:Black;
    height:auto;
    line-height:1.4;
    padding:4px;
}
.TopNav nav ul li:nth-child(1n+5) ul{left: calc(-300px + 100%);}
@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: #004AAD;
    border-top: none;
    border-bottom: none;
}
header a
{
    color:white;
}
header a:active, header a:hover, header a:focus
{
	color:black;
}
.LiquidButton
{
    color:black;
}
.HeaderLogo
{
    float:right;
    width:150px;
    max-width:100%;
    background-color:white;
    padding:7px;
    border-radius:12px;
}
.HeaderLogo img
{
    float:left;
    margin-right:0;
    max-width:100%;
}
header h1
{
    font-weight:normal;
}
header h1 a
{
    color:#fff ;
}
header h2
{
    letter-spacing:2px;
}

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    color: White;
    background: #38B6FF;
}
.GoogleSearchContainer a:hover
{
    color: White;
}
.GoogleSearh.Closed, .GoogleSearchContainer.Closed
{
    display:none;
}
.GoogleSearch.Open, .GoogleSearchContainer.Open
{
    display:block;
}
.searchClose
{
    position: absolute;
    top: 8px;
    right: 8px;
    color: black;
}
.SearchDiv
{
    background: white;
    border: 1px solid #CCC;
    width: 100%;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
}
.SearchDiv span svg
{
    color: #777;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #333;
    width: 24px !important;
}
/* End Search Styles */
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
}
@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: 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:#FFF;
    color:#004AAD;
    padding:20px 0 10px;
    width:100%;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:#004AAD;
}
footer h1
{
    color:#004AAD;
    font-family:'rockwell', serif; 
    font-weight:bold;
    font-size:1.250em;
    line-height:1.4;
    margin-bottom:7px;
}
.FooterContainer
{
    display:flex;
}
.FooterLeft
{
}
.footertext
{
    color:#008BDB;
    font-size:1.250em;
    line-height:1.3;
    font-weight:bold;
}
.footertext svg
{
    color:#004AAD;
}
.FooterCenter
{
    text-align:center;
}
.FooterLogo
{
    width:200px;
    display:inline-block;
}
.FooterLogo img
{
    max-width:100%;
}
.FooterRight
{
    text-align:right;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:space-between;
}
.social_media_buttons a
{
    margin-left:20px;
    color:#008BDB;
}
.social_media_buttons a:first-child
{
    margin:0;
}
.social_media_buttons svg /*size of icon inside circle*/
{
    font-size:1.875em;
}
.FooterInfoContainer
{
}
.FooterOwnership, .FooterCreated
{
    font-size:0.625em;
    line-height:1.3;
    color:#004AAD;
    font-weight:bold;
}
@media screen and (max-width:1250px)
{
}
@media only screen and (max-width : 991px)
{
    .FooterContainer
    {
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    footer .col-md-4:nth-child(1), footer .col-md-4:nth-child(2){margin-bottom: 30px;}
    .FooterLeft
    {
        text-align:center;
        order:2;
    }
    .FooterCenter
    {
        order:1;
    }
    .FooterRight
    {
        align-items:center;
        order:3;
    }
}
@media only screen and (max-width : 767px)
{
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border:none;
    background-color:#004AAD;
}
.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 / 744; /* 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;
    color:white;
    bottom:108px;
    right:130px;
}
.slideshow_caption_container_inner
{
    background-color:transparent;
    /*max-width:458px;*/
    max-width:720px;
    text-align:right;
    padding:0;
}
.slideshowOverlay
{
    z-index:3;
    top:0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,004aad+100&0.65+0,0.95+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(0,74,173,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(0,74,173,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(0,74,173,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#f2004aad',GradientType=1 ); /* IE6-9 */
}
.slideshow_main_title
{
    font-family:'rockwell', serif; 
    font-size:2.000em;
    font-weight:bold;
}
.slideshow_caption_underline
{
    height:1px;
    background-color:white;
    width:100%;
    margin-top:11px;
    margin-bottom:28px;
}
.slideshow_caption_header
{
    font-size:3.875em;
    line-height:1.100;
    font-weight:bold;
    text-transform:none;
    text-align:right;
    margin-bottom:5px;
}
.slideshow_caption_text
{
    display:block;
    font-size:1.250em;
    line-height:1.300;
    font-weight:bold;
}
.slideshow_caption_link
{
    font-size:1.250em;
    line-height:1.300;
    background-color:#38B6FF;
    color:black;
    border-radius:43px;
    padding:30px 90px;
    text-align:center;
    display:inline-block;
    margin-top:12px;
}
.slideshow_caption_link:hover
{
    background-color:#004AAD;
    color:white;
    text-decoration:none;
}
.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:#004AAD;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#004AAD;
}
.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;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#004AAD;
}
.slick-prev:before, .slick-next:before
{
    color:#004AAD;
}
.hpSlideshowPauseAndPlay
{
    position: absolute;
    left: 100px;
    z-index:999;
    bottom:20px;
}
.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:1200px)
{
}
@media screen and (max-width: 1180px)
{
    .slideshow_caption_container_outer
    {
    }
    .slideshow_caption_container_inner
    {
        /*max-width: 475px;*/
        max-width:750px;
    }
    .slideshow_caption_header
    {
        font-size: 2em;
    }
}
@media screen and (max-width:1110px)
{
    .slideshow_caption_container_outer
    {
        bottom:auto;
        top:100px;
        right:37px;
    }
}
@media screen and (max-width: 1065px)
{
    .slideshow_caption_container_outer
    {
        right: 15px;
        bottom: auto;
    }
    .slideshow_caption_container_inner
    {
        /*max-width: 450px;*/
        max-width:730px;
        font-size:14px;
    }
}
@media screen and (max-width:991px)
{
    .slideshow_caption_container_outer
    {
        padding:10px;
        top:20px;
    }
    .slideshow_caption_container_inner
    {
        max-width:95%;
    }
    .slideshow_caption_underline
    {
        margin-top:-3px;
        margin-bottom:21px;
    }
    .slideshow_caption_link
    {
        padding:15px 20px;
    }
}
@media screen and (max-width:768px)
{
    .slideshow_caption_container_inner
    {
        font-size:11px;
    }
    .slideshow_caption_link
    {
        padding:10px 15px;
        margin-bottom:15px;
    }
}
@media screen and (max-width:560px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; top:auto; padding:5px 15px; width:100%;}
    .slideshow_caption_container_inner
    {
        max-width:100%;
        width:100%;
    }
    .slideshowOverlay
    {
        height:auto;
        aspect-ratio:1440 / 744;
    }
}
/* END HOMEPAGE SLIDESHOW */

/* GENERAL HOMEPAGE STYLES */
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
    max-width:480px;
    flex-direction:column;
    align-items:center;
    display:flex;
    margin-bottom:35px;
}
.hpTitle
{
    font-weight:700;
    float:none;
    font-size:2.500em;
    line-height:1.400;
    color:white;
    font-family:'rockwell', serif; 
}
.hpl
{
    float:right;
}
.hpLink
{
    background: #004AAD;
    border-radius: 18px;
    text-transform: none;
    border: 1px solid #004AAD;
    color: #FFF;
    font-weight: 700;
    font-size:0.750em;
    line-height:1.333;
    padding:3px 10px;
    min-width:114px;
}
.hpLink:hover
{
    color: White;
    background: #3D3D3D;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    display:none;
}
.hpGridContainer
{
    display:grid; /* Declaring a grid to try to line up content according to design */
    grid-template-columns:1fr 1fr;
    grid-template-rows:530px 950px;
    grid-template-areas:
        "cell1 cell2"
        "cell3 cell4";
}
@media screen and (max-width:1050px)
{
    .hpGridContainer
    {
        grid-template-columns:1fr;
        grid-template-rows:repeat(4, 530px);
        grid-template-areas:
            "cell1" 
            "cell2"
            "cell3" 
            "cell4";
    }
}
@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 */

/* HP NAV */
.hpNav
{
    background-color:white;
    padding:27px 0;
}
.hpNav .container-fluid
{
    display:flex;
}
.hpNavPanel
{
    display:flex;
    flex:1;
    align-items:center;
    justify-content:center;
    text-align:center;
    flex-basis:0;
    border-right:3px solid #004AAD;
    padding:25px 10px;
}
.hpNavPanel:last-child
{
    border:none;
}
.hpNavLink
{
    color:#38B6FF;
    color:#0095EB;
    /*font-size:1.875em;*/
    font-size:1.563em;
    line-height:1.200;
    font-family:"ropa-sans-pro", sans-serif;
    text-transform:uppercase;
}
@media screen and (max-width:1450px)
{
    .hpNav .container-fluid
    {
        font-size:14px;
    }
}
@media screen and (max-width:1200px)
{
    .hpNav .container-fluid
    {
        font-size:12px;
    }
}
@media screen and (max-width:991px)
{
    .hpNav .container-fluid
    {
        flex-direction:column;
        align-items: center;
    }
    .hpNavPanel
    {
        border-right:none;
        border-bottom:3px solid #004AAD;
        max-width: 400px;
        width: 100%;
        padding:25px 10px 15px;
    }
}
/* END HP NAV */

/* HP TEXT */
.hpTextContainer
{
    background-color:#0071B3;
    background-image:url(../sysimages/hpBridgeBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    overflow-y:auto;
    
    display:inherit;
    grid-template-areas:
        "textCell"; /* Creating an area in the grid to overlay backgrounds and foregrounds */
}
.hpTextOverlay
{
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(56,182,255, .84);
    z-index:2;
    grid-area:textCell; /* Placing background color in the grid */
}
.hpTextContent
{
    z-index:3;
    text-align:center;
    grid-area:textCell;
    display:grid;
    grid-template-columns:1fr minmax(auto, 72px) minmax(auto, 500px) minmax(auto, 72px) 28px;/* Grid template to make central columns with spacing */
    grid-template-rows:minmax(auto, 136px) max-content auto minmax(auto, 129px);
}
.hpTextTitle
{
    color:white;
    font-size:3.125em;
    line-height:1.000;
    margin-bottom:50px;
    font-weight:bold;
    font-family:'rockwell', serif; 
    display:block;
    grid-column:2/5;
    grid-row:2;
}
.hpTextText
{
    color:white;
    font-size:1.250em;
    line-height:1.3;
    font-weight:bold;
    display:block;
    grid-column:3/4;
    grid-row:3;
}
@media screen and (max-width:1050px)
{
    .hpTextContent
    {
        grid-template-columns: 1fr minmax(auto, 72px) minmax(auto, 500px) minmax(auto, 72px) 1fr; /* Even spacing to center content on mobile */
    }
}
/* END HP TEXT */

/* HP SCRIPT */
.hpScriptContainer
{
    background:#004AAD;
    background-image:url(../sysimages/hpSocialBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    padding:0;
    width:100%;
    display:inherit;
    grid-template-areas:
        "scriptCell";
}
.hpScriptOverlay
{
    content:"";
    width:100%;
    height:100%;
    background-color:rgba(0,74,173, .80);
    z-index:2;
    grid-area:scriptCell;
}
.hpScriptContent
{
    z-index:3;
    grid-area:scriptCell;
    display:grid;
    grid-template-columns:59px minmax(auto, 602px) 1fr;/* Grid template to make central columns with spacing */
    grid-template-rows:20px 1fr minmax(auto, 411px) minmax(auto, 27px);
}
.lnkSkipSocial
{
    float:left; 
    display:block; 
    color:white;
    margin-bottom:10px;
    grid-column:1/3;
    grid-row:2;
    justify-self:start;
    margin-left:20px;
}
.lnkSkipSocial:hover .skipHover, .lnkSkipSocial:focus .skipHover, .lnkSkipSocial:hover
{
    color:white;
}
.hpScriptButton
{
    color:white;
    grid-column:2/4;
    grid-row:2;
    justify-self:end;
    margin-right:20px;
    font-size:3.125em;
}
.hpScriptButton:hover
{
    color:#7B7575
}
.hpScript
{
    grid-column:2;
    grid-row:3;
}
.hpScript div, .hpScript iframe
{
    max-width:96vw;
}
.hpScriptContainer #skipMedia
{
    grid-column:2;
    grid-row:4;
}
@media screen and (max-width:1050px)
{
    .hpScriptContent
    {
        grid-template-columns:1fr minmax(auto, 602px) 1fr;
    }
    .hpScript
    {
        display:grid;
        justify-content:center;
    }
}
/* END HP SCRIPT */

/* HOMEPAGE NEWS */
.hpNewsContainer
{
    background-color:#004AAD;
    padding:34px 35px 30px;
    display:flex;
    align-items:center;
    flex-direction:column;
    color:white;
}
.hpNewsContent
{
    max-width:480px;
    width:100%;
    overflow-y:auto;

    scrollbar-color: #FFFFFF #004095; /* Scrollbar styles */
}
/* Scrollbar width for Chrome and Safari */
.hpNewsContent::-webkit-scrollbar
{
    width: auto;
}
/* Track for Chrome and Safari */
.hpNewsContent::-webkit-scrollbar-track 
{
    background: #004AAD; 
}
/* Handle for Chrome and Safari */
.hpNewsContent::-webkit-scrollbar-thumb 
{
    background: #FFF; 
    border-radius:10px;
}
/* Handle on hover for Chrome and Safari */
.hpNewsContent::-webkit-scrollbar-thumb:hover 
{
    background: #3D3D3D; 
}

.hpNewsContainer .HomepageContainer
{
}
.hpNewsContainer .hpLink:not(:hover)
{
    background:#38B6FF;
    color:black;
}
.news_slider
{
    float:left; 
    margin-top:0;
    max-width:100%;
}
.hpNewsItem
{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:0 15px;
}
.hpNewsPhoto
{
    width:100%;
    max-width:480px;
    text-align:center;
}
.hpNewsPhoto img
{
    margin:0;
    width:auto;
    max-width:100%;
}
.hpNewsArticle
{
    text-align:center;
}
.hpNewscomponentMainlink
{
    color:white;
    font-size:1.563em;
    line-height:1.320;
    font-weight:bold;
    display:block;
    margin:8px 0 5px;
}
.hpNewscomponentMainlink:hover
{
    color:white;
    text-decoration:underline;
}
.hpNewscomponentMaintext
{
    color:white;
    font-size:1.250em;
    line-height:1.300;
    font-weight:bold;
}
.hpReadMoreLink
{
}
.hpNewsSpacer
{
    height:80px;
}
/* END HOMEPAGE NEWS */

/* STANDARD NON-SLIDER EVENTS */
.hpEventsContainer
{
    background: #38B6FF;
    padding:34px 35px 30px;
    display:flex;
    align-items:center;
    flex-direction:column;
}
.hpEventsContainer .hpTitle
{
    color:black;
}
.hpEventsContent
{
    max-width:480px;
    width:100%;
    overflow-y:auto;
    
    scrollbar-color: #FFFFFF #38B6FF; /* Scrollbar styles */
}
/* Scrollbar width for Chrome and Safari */
.hpEventsContent::-webkit-scrollbar
{
    width: auto;
}
/* Track for Chrome and Safari */
.hpEventsContent::-webkit-scrollbar-track 
{
    background: #38B6FF; 
}
/* Handle for Chrome and Safari */
.hpEventsContent::-webkit-scrollbar-thumb 
{
    background: #FFF; 
    border-radius:10px;
}
/* Handle on hover for Chrome and Safari */
.hpEventsContent::-webkit-scrollbar-thumb:hover 
{
    background: #3D3D3D; 
}
.EventCarouselStandard
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eventDateBubbleStandard
{
    background-color:#FFF;
    width:100px;
    height:100px;
    border-radius:50%;
    text-align:center;
    float:none;
    font-family:'rockwell', serif; 
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-bottom:7px;
    padding-top:6px;
}
.eventMonthStandard
{
    font-weight:bold;
    color:#004AAD;
    font-size:1.563em;
    text-transform:uppercase;
    line-height:1;
}
.eventDateStandard
{
    font-weight:bold;
    color:#004AAD;
    font-size:2.688em;
    line-height:1;
}
.hpeventcomponent_linktextStandard
{
    color:#004AAD;
    font-weight:bold;
    font-size:1.286em;
    line-height:1.4;
}
.hpeventcomponent_maintextStandard
{
    color:black;
    font-size:1.125em;
    font-weight:bold;
    line-height:1.2;
}
.hpeventcomponent_datetextStandard
{
    color:black;
    font-size:1.125em;
    font-weight:bold;
    text-transform:none;
    line-height:1.2;
}
.event_articleStandard
{
    float:none;
    width:100%;
    margin-left:0;
    text-align:center;
}
.hpEventSpacer
{
    width:100%;
    height:27px;
}
/* END STANDARD NON-SLIDER EVENTS */

/* DYNAMIC NAV */
.DynamicNav
{
    border-radius:12px;
    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:#004AAD;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #004C79;
    background: #004AAD;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #004C79 !important;
    background: #004AAD;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #38B6FF !important;
    color: black !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#797373;
        color:White;
        border-bottom:3px solid #3D3D3D;
    }
    .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:#004AAD;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#004AAD;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#004AAD;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#004AAD; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #38B6FF !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 */
}
[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 */

/* 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;
    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 */