﻿@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Arvo:wght@400;700&family=Lato:ital,wght@0,400;0,700;1,400&display=swap');

*: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:#2E77B8;
}
.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;
}
.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;}
}


.headerbar
{
    background: black;
    border-top: solid 10px #B9B9B9;
    border-bottom: solid 10px #B9B9B9;
}
.headerbar .container-fluid
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerbar a
{
    color:white;
    flex:1;
    font-size:1.563em;
    font-family: Arvo, serif;
    display: flex;
    justify-content: center;
    text-align:center;
}

/* TOP NAV */
.TopNav nav
{
    background: #A43D32;
    padding-top: 12px;
    padding-bottom: 12px;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:normal;
    align-items:center;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
    flex:1;
    justify-content:center;
    border-left:solid 3px black;
}
.TopNav > nav > div > ul > li:last-child
{
    border-right:solid 3px black;
}
.TopNav nav ul li a
{
    height: 75px;
    line-height: normal;
    font-family: Arvo, serif;
    color: white;
    font-size: 1.250em;
    font-weight: 700;
    text-transform: none;
    display: flex;
    align-items:center;
}
.TopNav nav ul li:hover a
{
    background: transparent;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: black;
}
.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;
}
.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:1em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;

}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}

@media screen and (max-width: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: black;
    border-top: 0;
    border-bottom: 0;
}
header a
{
    color:White;
}
.SchoolName a:active, .SchoolName a:hover, .SchoolName a:focus
{
    color: #FF422E;
    text-decoration:none;
}
.HeaderLogo
{
    float:none;
}
.HeaderLogo img
{
    float:none;
    margin-right:0;
    max-width:130px;
}
header h1
{
    font-weight: normal;
    font-family: "Arizonia", sans-serif;
    font-size: 5.250em;
}
header h1 a
{
    color:#fff ;
}
header h2
{
    letter-spacing:2px;
}
.SchoolName
{
    float:none;
    width:100%;
    font-weight: normal;
    font-family: "Arizonia", sans-serif;
    font-size: 5.250em;
    text-align:center;
}
.SchoolName a
{
    color:#fff;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
.SocialMedia a
{
    font-size: 1.714em;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #D84C00;
}
.quicklinks
{
    position:relative;
    clear:right;
}
.quicklinks_button
{
    padding:10px 0;
    width:232px;
    max-width:100%;
    background-color:#000;
    border:2px solid #000;
    border-radius:30px;
    line-height:1;
    text-align:center;
    font-size:1em;
    text-transform:uppercase;
    font-weight:bold;
    margin-top: 10px;
    float:right;
    color:#FFF;
    transition:all 0.3s ease-out;
    margin-top:10px;
}
.quicklinks_button:hover, .quicklinks_button:focus
{
    background-color:White;
    color: #000;
}
.quicklinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    top: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.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;
}

/* Google Translate Styles */
/* The original Translate widget is display:none. HeaderTranslateButton can be more easily customized */
.HeaderTranslateButton
{
    color:White;
    background:#5D5D5D;
    padding:6px 0;
    margin-top:5px;
    border-radius:30px;
    text-align:center;
    float:right;
    clear:right;
    width:230px;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
.HeaderTranslateButton:hover
{
    background-color:Black;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:1.000em;
}
/* End Google Translate Styles */

/* Search Styles */
.GoogleSearchContainer 
{
    padding-left: 30px;
    padding-right: 30px;
    color: White;
    background: #D84C00;
}
.GoogleSearchContainer a:hover
{
    color: White;
}
.GoogleSearch.Open, GoogleSearchContainer.Open
{
    display:block;
}
.GoogleSearh.Closed, GoogleSearchContainer.Closed
{
    display:none;
}
.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:1250px)
{
    .SchoolName
    {
        font-size: 4em;
    }
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    .SchoolName
    {
        font-size: 3.5em;
    }
}
@media screen and (max-width:860px)
{
    .SchoolName
    {
        font-size: 2.5em;
    }
    .headerbar a
    {
        font-size: 1em;
    }
}
@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:#2B2B2B;
    color:White;
    padding:50px 0;
    width:100%;
    display:none;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
footer h1
{
}
/* Search Styles */
.FooterSearchDiv
{
    background: white;
    border: 5px solid #A43D32;
    border-radius:18px;
    width: 100%;
    clear:both;
    margin-top:0;
    max-height:36px;
    overflow:hidden;
    padding-left:7px;
    display:flex;
    align-items:center;
    color:black;
}
.FooterSearchDiv:before, .FooterSearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.FooterSearchDiv input
{
    width: calc(100% - 31px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
}
.FooterSearchDiv span svg
{
    color: #A43D32;
    cursor: pointer;
}
.FooterSearchDiv a
{
    padding-left: 0;
}
.FooterSearchDiv svg
{
    color: #A43D32;
    width: 24px !important;
}
/* End Search Styles */
.social_media_buttons .fa-layers /*size of grouping layer for fontawesome icons*/
{
    height:3em;
    width:3em;
}
.social_media_buttons svg /*size of icon inside circle*/
{
    font-size:1.500em;
}
.social_media_buttons svg.fa-circle /*size of fontawesome circle - usually should be same size as layers*/
{
    font-size:3em;
}
.subfooter
{
    width: 100%;
    background: #B9B9B9;
    color: White;
    text-align:center;
}
.subfooter a
{
    color: black;
}
.FooterOwnership, .FooterCreated
{
    font-size: 0.625em;
    color:black;
}
@media screen and (max-width:1250px)
{
    .SubfooterContainer{display:flex; font-size:14px;}
    .subfooter .left{flex:1;} 
    .subfooter .center{flex:0.5;}
    .subfooter .right{flex:0.5;}
}
@media only screen and (max-width : 991px)
{
    .subfooter .right, .subfooter .left{text-align: center;}
    .subfooter .left{margin-bottom: 15px;}
    footer .col-md-3:nth-child(1), footer .col-md-3:nth-child(2){margin-bottom: 30px;}
}
@media only screen and (max-width : 767px)
{
    footer .col-md-3:nth-child(3){margin-bottom: 30px;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 0;
    background-color: #030202;
}
.slideshowOverlay
{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 80%, rgba(0,0,0,0.8) 97%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 80%,rgba(0,0,0,0.8) 97%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 80%,rgba(0,0,0,0.8) 97%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
.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 / 700;*/ /* 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;
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.SlideShowNavContainer
{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:2;
}
.SlideShowNav 
{
  position: absolute;
  top: auto;
  bottom:20px;
  right:0;
}
.SlideShowNav a
{
    color: White;
    background: #FFFFFF99;
    font-size:0.938em;
    font-family: Arvo, serif;
    text-align:right;
    float:right;
    clear:right;
    transition: padding 0.5s;
}
.SlideNavItem
{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: width 0.5s;
    width: 30px;
}
.SlideNavItem span
{
    display:none;
    min-width:130px;
    padding-right:15px;
}
.SlideNavItem svg
{
    font-size: 1.563em;
}
.SlideShowNav a:hover
{
    padding-left:0;
    padding-right:35px;
}
.SlideShowNav a:hover .SlideNavItem
{
    width:190px;
}
.SlideShowNav a:hover span
{
    display:inline;
}
.HeaderContainer
{
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 65px;
    text-align: center;
}
.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:#A43D32;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#A43D32;
}
.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:#A43D32;
}
.slick-prev:before, .slick-next:before
{
    color:#A43D32;
}

.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 */

/* GENERAL HOMEPAGE STYLES */
.hpTitle
{
    font-weight:300;
    float:left;
}
.hpl
{
    float:right;
}
.hpLink
{
    background: #A43D32;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #A43D32;
    color: #FFF;
    font-weight: 900;
}
.hpLink:hover
{
    color: White;
    background: #D84C00;
}
.hpTitle b
{
    font-weight: 500;
}
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    display:none;
}
@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 */

/* HOMEPAGE NEWS */
.hpDiv1
{
    background-color:#E6E6E6;
    padding:50px 35px 30px;
    display:none;
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin:0 auto 20px;
    width:auto;
    max-width:100%;
}
.HPnewscomponent_mainlink
{
    color:Black;
}
.HPnewscomponent_maintext
{
    color:Black;
}
/* END HOMEPAGE NEWS */

/* LARGE HOMEPAGE EVENTS */
.hpDiv2
{
    background: white;
    padding: 50px 35px 30px;
    display: none;
}
.events_slider
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventDateBubble
{
    background-color:#A43D32;
    width:100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 900;
    color: White;
    text-transform: uppercase;
    font-size: calc(18em / 14);
    margin:0 auto;
}
.event_article
{
    width: 100%;
    padding: 15px 15px 10px;
    border: 1px solid #CCCCCC;
    border-top-width: 0px;
}
.event_article hr
{
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #CCCCCC;
}
.eventMonth
{
    font-weight:bold;
}
.eventDate
{
    font-weight:bold;
}
.hpeventcomponent_linktext
{
    font-weight: 500;
    color: #000000;
    font-size: calc(16em / 14);
}
.hpeventcomponent_maintext
{
    font-weight: bold;
    color: #A43D32;
}
.hpeventcomponent_datetext
{
    color:#A43D32;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
/* END LARGE HOMEPAGE EVENTS */

/* HORIZONTAL SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventcomponent_datecontainerHoriz
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomHoriz
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthHoriz
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateHoriz
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.eventcomponent_linktextHoriz
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_maintextHoriz
{
    color:Black;
    font-size:1.11em;
}
.eventcomponent_datetextHoriz
{
    color:#03724B;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleHoriz
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END HORIZONTAL SLIDER EVENTS */

/* VERTICAL SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.events_slider_vert
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.eventcomponent_datecontainerVert
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
    padding-top:3px;
}
.eventcomponent_datecontainer_bottomVert
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventcomponent_monthVert
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventcomponent_dateVert
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.eventcomponent_linktextVert
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.eventcomponent_maintextVert
{
    color:Black;
    font-size:1.11em;
}
.eventcomponent_datetextVert
{
    color:#03724B;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleVert
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END VERTICAL SLIDER EVENTS */

/* STANDARD NON-SLIDER EVENTS */
.hpDiv2
{
    background: white;
    padding:50px 35px 30px;
}
.eventDateBubbleStandard
{
    background-color:#03724B;
    width:60px;
    height:60px;
    text-align:center;
    float:left;
}
.eventDateBubbleBottomStandard
{
    background-color:#E6E6E6;
    width:60px;
    height:29px;
    margin-top:6px;
}
.eventMonthStandard
{
    font-weight:bold;
    color:White;
    font-size:1.571em;
    text-transform:uppercase;
    line-height:1;
}
.eventDateStandard
{
    font-weight:bold;
    color:Black;
    font-size:1.571em;
    line-height:1;
}
.hpeventcomponent_linktextStandard
{
    color:Black;
    font-weight:bold;
    font-size:1.286em;
    line-height:1;
}
.hpeventcomponent_maintextStandard
{
    color:Black;
    font-size:1.11em;
}
.hpeventcomponent_datetextStandard
{
    color:Black;
    font-size:0.857em;
    font-weight:bold;
    text-transform:uppercase;
}
.event_articleStandard
{
    float:left;
    width:70%;
    margin-left:5%;
}
/* END STANDARD NON-SLIDER EVENTS */

/* HP LINK BOXES */
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
    display: none;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #A43D32;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #A43D32;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #A43D32;
    font-weight: 900;
    font-size: calc(16em / 14);
}
@media screen and (max-width:991px)
{
    .hpLinks .col-md-3:nth-child(1), .hpLinks .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 767px)
{
    .hpLinks .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
}
/* END HP LINK BOXES */

/* HP TEXT */
.hpDiv3
{
    background: #FFF;
    padding: 20px 0;
    width: 100%;
    display: none;
}
/* END HP TEXT */

/* HP SCRIPT */
.hpDiv4
{
    background: #EEE;
    padding: 20px 0;
    width: 100%;
    display: none;
}
/* END HP SCRIPT */

/* HOMEPAGE FACTS */
.homepage_facts_container
{
    padding: 100px 0 85px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../sysimages/hpStatsBG.png);
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    clear: both;
    display: none;
}
.hpStatsOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color:rgba(5, 150, 98, .85);
    top:0;
}
.homepage_facts_column
{
    position:relative;
    z-index:3;
}
.homepage_facts_container .slick-slider
{
    /*display:flex;*/ /*<-- Leaving this style active may cause sizing issues */
    height:auto;
}
.homepage_facts_outer
{
    display:flex;
    flex:1;
    height:auto;
    padding:0 12px;
}
.homepage_facts_box
{
    margin:0 0;
    background:rgba(255,255,255,0.45);
    border-top:10px solid rgba(255, 255, 255, 1);
    color:#FFF;
}
.homepage_facts_borderbox
{
    padding:40px 10px 54px;
    text-align:center;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homepage_facts_title
{
    font-weight:700;
    font-size:2.000em;
    line-height:1.093;
    margin:0;
    color:#000;
}
.homepage_facts_statistic
{
    font-size:4.000em;
    line-height:1.5;
    margin:0;
    color:#000;
    display:block;
    font-weight:bold;
}
.homepage_facts_description
{
    font-size:1.250em;
    margin:0;
    padding:0;
    line-height:1.100;
    color:#000;
    font-weight:bold;
}
@media screen and (max-width:991px)
{
    .homepage_facts_borderbox{font-size:12px; min-height:360px;}
    .homepage_facts_description{font-size:1.700em;}
}
@media (max-width:767.9px)
{
    .homepage_facts_container{padding:30px 0;}
    .homepage_facts_row 
    {
        margin-left:-30px;
        margin-right:-30px;
    }
    .homepage_facts_borderbox{min-height:228px;}
}
@media (max-width:500px)
{
    .homepage_facts_container{font-size:14px;}
}
/* END HOMEPAGE FACTS */

/* HOMEPAGE GRID BLOCKS*/
.HomepageBlocksDiv
{
    background-color:#C1C1C1;
    padding:68px 0 50px;
}
.HomepageBlocksDiv h2.component_header
{
    background:#000;
    border-top:3px solid #486DBE;
    color:White;
    padding:10px 10px 13px;
    font-size:1.875em;
    font-weight:300;
    text-align:center;
    display:block;
    margin-bottom:0 !important;
    margin-top:0;
    position:relative;
    z-index:2;
}
.HomepageBlocksDiv .component_container
{
    background: #fff;
    box-shadow: 0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    padding:20px 0;
    margin-bottom:20px;
    width:100%;
    position:relative;
}
.image_container
{
    padding:3px 5px;
    height:407px;
    line-height:1;
    text-align:center;
    width:100%;
}
.homepage_container
{
    height:410px;
    overflow-y:hidden;
}
.scroll_container
{
    height:350px;
    overflow-y:auto;
    padding:0 20px;
}
.SchoolImages
{
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: White;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode:multiply;
    padding: 5px;
    text-align: center;
    float: left;
    padding-top: 46px;
    font-size: 1.125em;
    transition: font-size 0.25s;
}
.SchoolImages:hover
{
    font-size: 1.25em;
    background-color:rgba(0, 0, 0, .1);
}
.FindItFastImages
{
    width: 100%;
    background-color: Black;
    color: White;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:rgba(0,0,0,.4);
    background-blend-mode: multiply;
    padding: 5px;
    text-align: center;
    float: left;
    padding-top: 23px;
    font-size: 1.325em;
    transition: font-size 0.25s;
}
.FindItFastImages svg
{
    font-size:2em;
}
.FindItFastImages:hover
{
    font-size: 1.5em;
    background-color:rgba(0,0,0,.2);
}
.FindItFastImages:hover svg
{
}
.image_row
{
    display:table;
    width:100%;
}
.image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(404px / 2);
}
.FindItFast .image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(404px / 3);
}
.image_container img
{
    max-width:50%;
    display:block;
    float:left;
    padding:2px;
}
.image_container img:hover{opacity:.9;}
.image_container img:active{opacity:.7;}

.tab_container_outer
{
    position:relative;
    width:100%;
    float:left;
    margin-top:56px;
    margin-bottom:20px;
}
.tab_buttons
{
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    margin-top:-56px;
    width:100%;
}
.tab_buttons li
{
    width:calc(100% / 3);
    margin:0;
    padding:0;
    display:block;
    float:left;
    color:White;
    height:56px;
    line-height:48px;
    font-weight:bold;
    text-align:center;
    font-size:0.875em;
    cursor:pointer;
    background-color:#000;
    text-align:center;
    border-top:4px solid #486DBE;
    margin:0;
}
.tab_buttons li:hover
{
    background-color:#303030;
}
.tab_buttons li a
{
    color:White;
}
.tab_buttons li a:hover
{
    text-decoration:none;
}
.tab_buttons .btn_inactive
{
}
.tab_buttons li.facebook
{
    border-right:1px solid #fff;
}
.tab_buttons li.twitter
{
    border-right:1px solid #fff;
}
.tab_buttons svg
{
    height:46px;
}
.tab_container
{
    background:#fff;
    height:410px;
    color:#000;
    overflow:hidden;
    text-align:center;
    padding:10px 10px;
}
.tab_container iframe
{
    height:360px !important;
}
#facebook .facebook_container
{
    display:table;
    margin:0 auto;
    padding:15px 0;
    overflow:hidden;
}
.pnlVideo
{
    padding:30px 15px;
}
.hpGridLink
{
    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size: 0.929em;
    color: #25a0ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
@media screen and (max-width:767px)
{
    .image_container
    {
        height:auto;
    }
    .homepage_container
    {
        height:auto;
        overflow-y:visible;
    }
}
/* END GRID BLOCKS */

/* 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:#A43D32;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #B13E00;
    background: #A43D32;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #D84C00 !important;
    background: #A43D32;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #D84C00 !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:#A43D32;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#A43D32;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#A43D32;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#A43D32; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #D84C00 !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;
}
.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 */