﻿@import url("https://use.typekit.net/wnm2anb.css");

*:focus
{
    outline:3px solid blue !important;
}
img
{
    max-width:100%;
}
.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "museo-sans", Sans-Serif;
    background: #F5F5F5;
    font-size:16px;
}

.component_container a /* Styles for links in content */
{
    color:#235A8B;
}
.component_container a:hover
{
    color:#3174AF;
}

/* 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;
}
.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;
border-top:30px solid black;

    display:none !important;
}
.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: #FFFFFF;
    padding:3px 0;
}
.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;
    transition:0.2s all;
}
.TopNav nav > div > ul > li:nth-child(1)
{
    flex-grow:2;
}
.TopNav nav > div > ul > li:nth-child(2)
{
    flex-grow:1;
}
.TopNav nav > div > ul > li:nth-child(3)
{
    flex-grow:2;
}
.TopNav nav > div > ul > li:nth-child(4)
{
    flex-grow:4;
}
.TopNav nav > div > ul > li:nth-child(5)
{
    flex-grow:2;
}
.TopNav nav > div > ul > li:nth-child(6)
{
    flex-grow:2;
}
.TopNav nav > div > ul > li:nth-child(7)
{
    flex-grow:1;
}
.TopNav nav > div > ul > li:nth-child(n+4) 
{
    /*text-align: right;*/
    justify-content:center;
}
.TopNav nav ul li a
{
    height:auto;
    font-size:0.938em;
    line-height:1.333;
    color:#801318;
    font-weight:900;
}
.TopNav nav ul li:hover a
{
    background: transparent;
    color:black;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: transparent;
}
.TopNav nav ul li:focus-within ul
{
    display:block;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:20px;
}
.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;
}
/* Search Styles */
.TopNav > nav > div > ul > li.LiSearchDiv
{
    display: flex;
    align-items: center;
    width:120px;
}

.TopNav > nav > div > ul > li.LiSearchDiv:hover
{
    background:transparent;
}
.SearchDiv
{
    background: transparent;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.header_search_box
{
    width: calc(100% - 30px);
    border: none;
    outline: none !important;
    padding-left: 10px;
    border-bottom:2px solid #801318;
}
.header_search_button
{
    padding-left: 0;
    color: #333;
    width: 24px !important;
}
/* End Search Styles */
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}
@media screen and (max-width:1150px)
{
    .TopNav nav
    {
        font-size:13px;
    }
}
@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
{
    padding:11px 0 0;
    background: #801318;
    border-top: none;
    /*border-bottom: 50px solid #801318;*/
    color:white;
}
header a
{
    color:white;
}
header a:active, header a:hover, header a:focus
{
	color:black;
}
.LiquidButton
{
    color:black;
}
.HeaderTopBar
{
    background-color:#242424;
    padding:4px 0;
}
.HTBContainer
{
}
.HTBContent
{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    color:white;
}
.HTBLink
{
    color:white;
    font-size:0.750em;
}
.HTBLink:hover
{
    color:white;
}
.HTBSpacer
{
    margin:0 10px;
}
.HeaderCenter
{
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.HeaderLogo
{
    float: none;
    display: inline-block;
    margin-bottom: -175px;
    z-index: 4;
    width:175px;
}
.HeaderLogo img
{
    float:left;
    margin-right:0;
    max-width:100%;
}
.HeaderRight
{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}

/* Google Translate Styles */
.HeaderTranslateButton
{
    color:#801318;
    color:white;
    background:transparent;
    padding:0;
    margin-top:0;
    border-radius:0;
    text-align:center;
    float:right;
    clear:right;
    width:auto;
    font-size:0.875em;
    font-weight:bold;
    text-transform:none;
}
.HeaderTranslateButton:hover
{
    background-color:transparent;
    color:white;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:1.286em;
    color:white;
}
.HeaderTranslateButton .fa-chevron-down
{
    font-size:1.071em;
    color:white;
}
/* End Google Translate Styles */
.SocialMedia
{
    float:right;
    margin-top: 13px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    color:white;
    font-weight:bold;
    font-size:0.875em;
}
.SocialMedia a
{
    font-size: 1.786em;
    margin: 0 3px;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #EEE;
}
.SocialMedia a:last-child
{
    margin-right:0;
}
.HeaderBottomBar
{
    background-color:#801318;
    margin-top:12px;
}
.HBBContainer
{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    height:50px;
}
/* Header Quicklinks */
.hdrQuickLinks
{
    position:relative;
}
.hdrQuickLinks:nth-child(2)
{
    margin-left:17px;
}
.hdrQuickLinksButton
{
    padding:3px 5px;
    max-width:100%;
    background-color:transparent;
    border:none;
    border-radius:0;
    line-height:1;
    text-align:center;
    font-size:1.000em;
    text-transform:none;
    font-weight:700;
    margin-top: 0;
    float:left;
    color:white;
    transition:all 0.3s ease-out;
}
.hdrQuickLinksButton:hover, .hdrQuickLinksButton:focus
{
    background-color:White;
    color: #000;
}
.hdrQuickLinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    top:23px;
    right: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;
}
.hdrQuickLinks ul li
{
    display:block;
}
.hdrQuickLinks ul li a
{
    display:block;
    padding:5px;
    color:#000;
    height:auto;
    line-height:1.6;
    font-size:0.938em;
}
.hdrQuickLinks ul li a:hover
{
    background:  #000;
    color:White;
}
.hdrQuickLinksButton:focus-within ~ ul,
.hdrQuickLinksButton:hover ~ ul, .hdrQuickLinks ul:hover, .hdrQuickLinks:focus-within ul
{
    display:block;
}
/* End Header Quicklinks */
@media screen and (max-width:1300px)
{
    .LiquidButton
    {
        right:6px;
    }
    .HeaderRight
    {
        padding-right:30px;
    }
}
@media screen and (max-width:1200px)
{
    .HeaderLogo
    {
        width:141px;
    }
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
}
@media screen and (max-width:767px)
{
    header
    {
        border:none;
    }
    .HeaderContainer
    {
        display:flex;
    }
    .HeaderLogo
    {
        margin-bottom:0;
    }
    .HeaderLogo img{max-width:100% !important;}
    .HeaderLeft
    {
        display:none;
    }
}
@media screen and (max-width:660px)
{
    .HTBContent
    {
        flex-wrap:wrap;
    }
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    header
    {
        padding:10px 0;
    }
    .HeaderContainer
    {
        padding:0;
    }
    .HeaderCenter
    {
        flex:0.8;
    }
    .HeaderLogo
    {
        display: block;
    }
    .HeaderRight
    {
        padding-right:15px;
        flex:1;
        font-size:13px;
    }
}
@media screen and (max-width:400px)
{
    .HeaderContainer
    {
        flex-direction:column;
    }
    .HeaderLogo
    {
        margin-bottom:0;
    }
}
@media screen and (max-width:347px)
{
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#801318;
    color:White;
    padding:19px 0 9px;
    width:100%;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.FooterContainer
{
    display:flex;
}
.FooterLeft
{
    display:flex;
    align-items:center;
}
.FooterLogo
{
    margin-right:10px;
    max-width:90px;
}
.FooterLogo img
{
    max-width:100%;
}
footer h1
{
}
.FooterMap
{
    width:230px;
}
.FooterLinks
{
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:space-between;
    text-align:center;
    flex:1;
    padding:0 3.5em;
}
/* Quicklinks */
.quickLinks
{
    position:relative;
    float:none;
    width:100%;
}
.quickLinksButton
{
    padding:16px 10px;
    width:100%;
    max-width:100%;
    background-color:#FFF;
    border:none;
    border-radius:29px;
    line-height:1;
    text-align:center;
    font-size:1.250em;
    text-transform:uppercase;
    font-weight:900;
    margin-top: 10px;
    float:right;
    color:black;
    transition:all 0.3s ease-out;
    margin-top:10px;
}
.quickLinksButton:hover, .quickLinksButton:focus
{
    background-color:White;
    color: #000;
}
.quickLinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    bottom:40px;
    right: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.938em;
}
.quickLinks ul li a:hover
{
    background:  #000;
    color:White;
}
.quickLinksButton:focus-within ~ ul,
.quickLinksButton:hover ~ ul, .quickLinks ul:hover, .quickLinks:focus-within ul
{
    display:block;
}
/* End Quicklinks and Files */
.FooterInfo
{
}
.FooterOwnership, .FooterCreated
{
    font-size:0.750em;
    color:white;
    font-weight:300;
}
/* Search Styles */
.FooterRight
{
    width:230px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:space-between;
    padding-bottom:10px;
}
.FooterSearchDiv
{
    background: transparent;
    border: none;
    border-radius:0;
    width: 100%;
    max-width:120px;
    clear:both;
    margin-top:0;
    max-height:22px;
    overflow:hidden;
    padding-left:0;
    display:flex;
    align-items:flex-end;
    color:white;
}
.FooterSearchDiv:before, .FooterSearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.FooterSearchDiv input
{
    width: calc(100% - 31px);
    border: none;
    outline: none !important;
    padding-left:0;
    border-bottom: 2px solid white;
    background:transparent;
    font-size:0.833em;
}
.FooterSearchDiv span svg
{
    color: white;
    cursor: pointer;
}
.FooterSearchDiv a
{
    padding-left: 0;
    font-size:0.938em;
}
.FooterSearchDiv svg
{
    color: white;
    width: 24px !important;
}
/* End Search Styles */
.social_media_buttons
{
    clear:both;
    font-size:0.875em;
    font-weight:bold;
    display:flex;
    align-items:center;
}
.social_media_buttons svg /*size of icon inside circle*/
{
    font-size:1.786em;
}
@media screen and (max-width:1250px)
{

}
@media screen and (max-width:1200px)
{
    .FooterContainer
    {
        flex-wrap:wrap;
    }
    .FooterLeft
    {
        justify-content:flex-end;
    }
    .FooterMap
    {
        width:50%; 
        max-width:50%;
    }
    .FooterLinks
    {
        padding:0 2em;
        flex-basis:100%;
        margin-top:15px;
    }
    .quickLinks
    {
        max-width:300px;
    }
    .FooterRight
    {
        width:100%; 
        align-items:center;
        flex-basis:100%;
        margin-top:30px;
    }
}
@media only screen and (max-width : 991px)
{
}
@media only screen and (max-width : 767px)
{
    .FooterLeft
    {
        justify-content:center;
    }
    .FooterMap
    {
        width:100%; 
        max-width:100%;
        justify-content: center;
        display: flex;
    }
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
}
.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 / 450; /* Use this for auto-cropping images to fit set dimensions. Must set height to auto, and ratio is width divided by height */
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.slideshow_caption_container_outer
{
    z-index:5;
}
.slideshow_caption_container_inner
{
}
.slideshowOverlay
{
    z-index:3;
    top:0;
    background:rgba(255,255,255,0.5);

    display:none;
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.SlideShowNavContainer
{
    position:absolute;
    top:0;
}
.SlideShowNav 
{
  position: absolute;
  top: 50px;
}
.SlideShowNav a
{
    color: White;
    background: #801318;
}
.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:#801318;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#801318;
}
.slick-prev svg, .slick-next svg
{
    font-size:60px;
}
.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:#801318;
}
.slick-prev:before, .slick-next:before
{
    color:#801318;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:999;
    bottom:-5%;
}
.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)
{
    .SlideShowNavContainer
    {
        clear:both;
        float:left;
        width:100%;
        position:relative;
        top:auto;
        padding:15px 0;
    }
    .SlideShowNav
    {
        position:relative;
        top:auto;
    }
}
@media screen and (max-width: 1180px)
{
    .slideshow_caption_container_outer
    {
    }
    .slideshow_caption_container_inner
    {
        max-width: 475px;
    }
    .slideshow_caption_header
    {
        font-size: 2em;
    }
}
@media screen and (max-width: 1065px)
{
    .slideshow_caption_container_outer
    {
        right: 10px;
        bottom: 10px;
    }
    .slideshow_caption_container_inner
    {
        max-width: 450px;
    }
}
@media screen and (max-width:991px)
{
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
}
/* END HOMEPAGE SLIDESHOW */

/* Homepage Video */
.hpVideoContainer
{
    width:100%;
    position:relative;
}
.hpVideoScript
{
    display:block;
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%;
    position:relative;

   /* padding-top:600px;
       padding-top:0; */ /*Max height cap, uncomment to use instead of full height*/
}
.hpVideoContainer iframe
{
    width:100% !important;
    height:100% !important;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;

    /*max-height:600px;*/ /*Max height cap, uncomment to use instead of full height*/
}
@media screen and (max-width:991px)
{
    .hpVideoScript
    {
        padding-top:56.25%;
    }
}
/* End Homepage Video */

/* GENERAL HOMEPAGE STYLES */
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
}
.hpTitle
{
    font-weight:900;
    font-size:1.250em;
    line-height:1.350;
    float:none;
    display:block;
    padding-left:28px;
}
.hpLink
{
    background: #000;
    border-radius: 10px;
    text-transform: none;
    border: none;
    color: #FFF;
    font-weight: 900;
    display:inline-block;
    font-size:0.750em;
    line-height:1.333;
    padding:2px 12px;
    width:180px;
    text-align:center;
    max-width:100%;
}
.hpLink:hover
{
    color: White;
    background: #C01D25;
}
.hpLine
{
    height:10px;
    width:100%;
    max-width:425px;
    background-color:Black;
    margin-top:7px;
    float:none;
    clear:both;
}
@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 */
.hpNavContainer
{
    width:100%;
    background-color:#FFFFFF;
    padding:32px 10px;
    clear:both;
}
.hpNav
{
    position: relative;
    max-width:1480px;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    align-items:stretch;
    justify-content:space-around;
}
.hpNav a
{
    color: #000000;
    font-size:0.875em;
    font-weight:bold;
    width:154px; 
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.hpNav a:hover
{
    color:#801318;
}
.hpNavIcon
{
    height:43px;
}
.hpNav a svg
{
    font-size:2.857em;
}
.hpNavItem
{
    text-align:center;
    line-height:1.357;
    flex:1;
    margin-top:7px;
    display:flex;
    align-items:center;
}
.hpNav a:hover .hpNav
{
}
.hpNavSeparator
{
    display:flex;
    align-items:center;
    /*flex:0.3;*/
}
.hpNavCircle
{
    color:#801318;
    font-size:1.429em;
}
@media screen and (max-width:991px)
{
    .hpNav
    {
        flex-wrap:wrap;
    }
    .hpNavCircle
    {
        display:none;
    }
    .hpNav a
    {
        width:25%;
        padding:10px;
    }
}
@media screen and (max-width:550px)
{
    .hpNav a
    {
        width:33%;
    }
}
@media screen and (max-width:355px)
{
    .hpNav a
    {
        width:50%;
    }
}
/* End HP Nav */

/* STANDARD NON-SLIDER EVENTS */
.hpEventsNewsDiv
{
    background-color: #801318;
    background-image:url(../sysimages/hpEventsBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    padding:20px 0 162px;
    color:white;
    position:relative;
}
.hpEventsNewsOverlay
{
    z-index:2;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(128,19,24,.50);
}
.hpEventsNewsContainer
{
    position:relative;
    z-index:3;
    display:grid;
    grid-template-columns:1fr calc(1280px * 0.41) calc(1280px * 0.59) 1fr;
    grid-template-areas:
        "gutter events news news";
}
.hpEventsContainer
{
    grid-area:events;
    padding-right:30px;
}
.hpEventsContainer .hpTitle
{
    color:white;
}
.hpEventsContainer .hpLine
{
    margin-bottom:2px;
}
.hpEventsInner
{
    float:left;
    width:100%;
    /*max-height:350px;*/
    max-height:384px;
    overflow-y:auto;

    scrollbar-color: #FFFFFF #801318; /* Scrollbar styles */
}
/* Scrollbar width for Chrome and Safari */
.hpEventsInner::-webkit-scrollbar
{
    width: 10px;
}
/* Track for Chrome and Safari */
.hpEventsInner::-webkit-scrollbar-track 
{
    background: transparent; 
}
/* Handle for Chrome and Safari */
.hpEventsInner::-webkit-scrollbar-thumb 
{
    background: #FFF; 
    border-radius:5px;
}
/* Handle on hover for Chrome and Safari */
.hpEventsInner::-webkit-scrollbar-thumb:hover 
{
    background: #3D3D3D; 
}
.EventCarouselStandard
{
    float:left;
    width:50%;
    display:flex;
    align-items:center;
    /*padding:20px 5px;*/
    padding:23px 5px;
}
.EventCarouselStandard:nth-child(2n+1)
{
    clear:left;
}
.eventDateBubbleStandard
{
    background-color:transparent;
    width:auto;
    height:auto;
    text-align:center;
    float:left;
    display:flex;
    align-items:center;
}
.eventMonthStandard
{
    font-weight:bold;
    color:White;
    font-size:0.938em;
    text-transform:none;
    line-height:1;
    padding-left:5px;
}
.eventDateStandard
{
    font-weight:bold;
    color:white;
    font-size:1.563em;
    line-height:1;
    font-family:rockwell, serif;
}
.hpeventcomponent_linktextStandard
{
    color:white;
    font-weight:900;
    font-size:0.750em;
    line-height:1.333;
}
.hpeventcomponent_linktextStandard:hover
{
    color:white;
}
.hpeventcomponent_maintextStandard
{
    color:white;
    font-weight:900;
    font-size:0.750em;
    line-height:1.333;
}
.hpeventcomponent_datetextStandard
{
    color:white;
    font-size:0.750em;
    line-height:1.333;
    font-weight:900;
    text-transform:none;
}
.event_articleStandard
{
    float:left;
    width:auto;
    flex:1;
    margin-left:10px;
}
.hpEventsContainer .hcBottom
{
    text-align:center;
    margin-top:10px;
}
.hpEventsContainer .hpLink
{
}
@media screen and (max-width:1400px)
{
    .hpEventsNewsContainer
    {
        display:flex;
        flex-direction:column;
    }
}
@media screen and (max-width:500px)
{
    .EventCarouselStandard
    {
        width:100%;
    }
}
/* END STANDARD NON-SLIDER EVENTS */

/* HOMEPAGE NEWS */
.hpNewsContainer
{
    grid-area:news;
    display:grid;
    grid-template-columns:calc(1280px * 0.59) 1fr;
    grid-template-areas:
        "news gutter";
    background-color:#FFF;
    padding:0;
    margin-top:32px;
    border-radius:17px 0 0 17px;
}
.hpNewsContainer .hpLine
{
    background-color:#801318;
}
.hpNewsInner
{
    grid-area:news;
    padding:19px 0 26px 32px;
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.news_slider .slick-slide
{
}
.news_slider .slick-prev
{
    display:none !important;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin:0 auto 10px;
    width:auto;
    max-width:100%;
    box-shadow: 0px 3px 6px #00000029;
}
.HPNewsArticle
{
    text-align:center;
}
.HPnewscomponent_mainlink
{
    color:#801318;
    font-size:0.938em;
    line-height:1.333;
    font-weight:900;
    float:none;
    display:block;
    margin-bottom:10px;
}
.HPnewscomponent_maintext
{
    color:Black;
    font-size:0.750em;
    line-height:1.333em;
    font-weight:300;
    width:100%;
}
.hpNewsContainer .hcBottom
{
    text-align:right;
    margin-top:20px;
    float:left;
    clear:both;
    width:100%;
}
@media screen and (max-width:1400px)
{
    .hpNewsContainer
    {
        display:block;
    }
    .hpNewsInner
    {
        padding:20px 30px 32px;
        float:left;
        width:100%;
    }
}
/* END HOMEPAGE NEWS */

/* HP TEXT */
.hpTextDiv
{
    background:#801318;
    height:175px;
    width:100%;
    border-bottom:52px solid white;
    float:left;
    clear:both;
}
.hpTextContainer
{
    background-color:white;
    margin-top:-130px;
    z-index:3;
    position:relative;
    text-align:center;
    border-radius:24px;
    padding:20px 29px;
    max-width:980px;
}
.hpTextContainer .hpLine
{
    margin:10px auto;
}
.hpTextTitle
{
    color:black;
    font-size:2.500em;
    line-height:1.375;
    font-weight:700;
    font-style:italic;
    display:block;
    margin-bottom:29px;
}
.hpTextContent
{
    color:#801318;
    font-size:1.438em;
    line-height:1.348;
    font-weight:700;
}
@media screen and (max-width:991px)
{
    .hpTextDiv
    {
        height:auto;
        padding:30px 30px;
        border:none;
    }
    .hpTextContainer
    {
        font-size:12px;
        margin:0;
    }
}
@media screen and (max-width:550px)
{
    .hpTextContainer
    {
        font-size:10px;
    }
}
/* END HP TEXT */

/* HP SCRIPT */
.hpScriptDiv
{
    background:#EEE;
    background-image:url(../sysimages/hpSocialBG.png);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    padding:115px 0 43px;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.hpScriptContainer
{
    max-width:1010px;
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
}
.hpScriptOverlay
{
    z-index:2;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.35);
}
.lnkSkipSocial
{
    float:left; 
    display:block; 
    color:black;
    margin-bottom:10px;
    left:-130vw;
    position:absolute;
    z-index:3;
}
.lnkSkipSocial:hover, .lnkSkipSocial:focus
{
    left:auto;
    position:relative;
}
.hpScriptBox
{
    background-color:white;
    text-align:center;
    height:247px;
    overflow-y:auto;
    width:calc(50% - 20px);
    margin:0 10px;
}
@media screen and (max-width:991px)
{
    .hpScriptContainer
    {
        flex-direction:column;
    }
    .hpScriptBox
    {
        width:480px;
        max-width:100%;
        margin:10px 0;
    }
}
/* 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:#801318;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #731116;
    background: #801318;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #731116 !important;
    background: #801318;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #C01D25 !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:#801318;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#801318;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#801318;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#801318; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #C01D25 !important;
}
.monthly-event-list .listed-event /* Fix for color issue in monthly.css */
{
    color:#000 !important;
}
.eventcomponent_calendarlink
{

}
p[data-f-id="pbf"] 
{
  display: none !important; /* Hides Froala glitch text in events */
}
/* END EVENTS COMPONENT */

/* MASTER CALENDAR PAGE */
.mastercalendar_smalltext > tbody > tr > td > span[style*=background] label
{
    color:white;
}

@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:-150px;
    top:55px;
    z-index:99999;
}
.SkipContent:focus,.SkipContent:hover
{
    left:15px;
}
.skipHover
{
    display:none;
    font-size:0.7em;
    line-height:1;
}
.SkipContent:hover .skipHover, .SkipContent:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
    color:white;
}
.lnkSkipSocial:hover .skipHover, .lnkSkipSocial:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
}
@media screen and (max-width:991px)
{
    .SkipContent{top:20px;}
    .skipHover{display:inline-block;padding-left:10px;}
}
/* END SKIP */

/* Juicer Styles */
.juicer-feed .j-twitter-text::before, .juicer-feed .j-twitter-text
{
    background:#3B3B3B !important;
    border-radius:25%;
    padding:1px;
}
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet, .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply,
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-like, .juicer-feed .j-meta .j-twitter-date, .juicer-feed .j-meta a,
.juicer-feed.modern .j-poster .j-date, .j-twitter-quote-screen-name, .j-twitter-display-name, .j-twitter-screen-name, .j-message,
.j-twitter-quote-display-name, .juicer-feed.image-grid li.feed-item.j-twitter .j-message p, .juicer-feed.image-grid li.feed-item.j-twitter .j-message a,
.juicer-feed.slider li.feed-item.j-twitter .j-message p, .juicer-feed.slider li.feed-item.j-twitter .j-message a, .juicer-feed.hip li.feed-item.j-twitter .j-message p,
.juicer-feed.hip li.feed-item.j-twitter .j-message a
{
    color:#757575 !important;
}
.j-youtube.j-youtube-bg, .j-twitter.j-twitter-bg
{
    color:black !important;
}
/* End of Juicer Styles */

/* Collapsible Styles */
.collapsible h2.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:7px 5px;
}
.collapsible h3.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:7px 5px;
}
.collapsible .ui-accordion-header-icon
{
    display: block;
    float: left;
    margin-top: 2px;
}
.component_container.collapsible .ui-widget-content
{
    font-family:museo-sans,Sans-Serif !important; /*This will be based on schools font family for body of text*/
    font-size:.9em; /*This will be based on schools text*/
    float:left;
    width:100%;
}
/* End of Collapsible */