﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700&Raleway:wght@400;600;700&display=swap');
@import url("https://use.typekit.net/ypx4xyl.css"); /* Typekit includes Calibri font */

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "Open Sans", Sans-Serif;
    background: #FFF;
    font-size:18px;
}
.flex-form
{
    display:flex;
    flex-direction:column;
    min-height:100vh;
}
.flex-content
{
    flex:1 0 auto;
}

.interior_container
{
    padding-top:40px;
    padding-bottom:40px;
}
.container-fluid
{
    max-width:1400px;
    margin:0 auto;
}

.flex-container
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.flex-container::before,
.flex-container::after
{
    display:none;
}
iframe
{
    max-width:100%;
}
@media (max-width:991.9px)
{
    .col-sm-hidden
    {
        display:none;
    }
}

.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
{
    font-family:'Raleway', sans-serif;
    margin: 0;
    padding:30px 0 0;
    font-size: 2.5em;
    color:#333;
    font-weight:600;
}

/* Use this for component headers */
h2.component_header
{
    font-family:'Raleway', sans-serif;
    color:#333;
    font-size:1.25em;
    margin:0 0 .33em;
    font-weight:600;
    border-bottom:1px solid black;
    padding-bottom:6px;
}
.component_header_image
{
    max-width:100%;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color: #800000;
    font-size: 1.125em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 .67em;
    padding: 0;
    letter-spacing: 2px;
}
@media (max-width:991.9px)
{
    .page_header_container
    {
        background:#800000;
    }
    h1.page_header
    {
        font-size:2em;
        color:#fff;
        padding:15px 0;
    }
    h2.component_header
    {
        font-size:1.5em;
    }
    h3.component_title
    {
        font-size: 1em;
    }
}
@media (max-width:767.9px)
{
    h1.page_header
    {
        font-size:1.5em;
    }
    h2.component_header
    {
        font-size:1.25em;
    }
    h3.component_title
    {
        font-size: 1em;
    }
}
.dualwindow_right
{
}
.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;}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background: #00006E;
}
.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:nth-child(1n+4) ul{left: calc(-300px + 100%);}
.TopNav nav ul li a
{
    height:50px;
    line-height:49px;
    font-weight:600;
    font-size:1em;
    color:white;
    padding:0 7px;
}
.TopNav nav ul li:hover a
{
    background: #C30000;
}
.TopNav nav ul li:hover
{
    background: #C30000;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:50px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover
{
    background:transparent;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: #00006E;
    color:white;
}
.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:0.875em;
    color:#000;
    height:auto;
    line-height:1.6;
    padding:4px;

}
.slicknav_brand
{
    padding:0 15px;
}
.mobile_logo
{
    height:100%;
    display:none;
}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}

@media screen and (max-width:991px)
{
    #mobile_top_nav .slicknav_menu
    {
        display:block;
    }
}
@media (max-width:767.9px)
{
    .mobile_logo
    {
        display:block;
    }
}
/* END TOP NAV */
/* HEADER */
header
{
    border-top: none;
    border-bottom: none;
    
    background:#fff;
    padding:20px 0;
}
header .flex-container
{
    flex-wrap:nowrap;
    align-items:center;
}
header a
{
    color:White;
}
header a:active, header a:hover, header a:focus
{
	color:Black;
}
.header_logo
{
    width:100%;
    max-width:210px;
    padding:0 15px;
    transition:transform .3s ease;
}
.header_logo img
{
    border: none;
    max-width:100%;
}
.header_logo:hover
{
    transform:scale(1.05);
}
.header_titlebox
{
    padding:0 15px;
    align-self:center;
}
h1.header_title
{
    font-family:'Raleway', sans-serif;
    font-style:normal;
    font-weight:600;
    color:#221f1f;
    font-size:47px;
    margin:0 0 15px;
    padding:0;
}
h2.header_subtitle
{
    color:#C30000;
    font-size:20px;
    font-weight:400;
    text-transform:uppercase;
    margin:0;
    padding:0;
    letter-spacing:2px;
}
.header_right
{
    margin:0 auto;
    width:30%;
}
.header_right_top
{
    display: flex;
    justify-content: flex-end;
    width:100%;
}
.header_button
{
    padding: 8px 14px;
    float: left;
    background:#C30000;
    font-family: 'calibri', 'Open Sans', sans-serif;
    -webkit-box-shadow: 2px 2px 2px #C4C4C4;
    box-shadow: 2px 2px 2px #C4C4C4;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 15px 10PX;
    border-radius: 20px;
    text-transform:uppercase;
}
.header_button:hover
{
     background:#00006E;
     color:#fff;
}
.header_button a
{
    color:White;
    text-decoration:none;
}
.header_button a:hover
{
    color:#fff;
}
.header_right_bottom
{
    display:flex;
    justify-content:flex-end;
    width:100%;
}
.header-facebook, .header-twitter, .header-instagram
{
    text-decoration:none;
    color:#fff;
    background:#C30000;
    cursor:pointer;
    transition:transform .2s ease;
    display:flex;
    width:40px;
    height:40px;
    align-items:center;
    justify-content:center;
    border-radius:100%;
    margin-right: 10px;
}
.header-facebook:hover svg, .header-twitter:hover svg, .header-instagram:hover svg
{
    color:#fff;
    text-decoration:none;
    transform:scale(1.1) rotate(5deg);
}
.header_search
{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    position:relative;
}
.header_search_expandbutton
{
    text-decoration:none;
    color:#fff;
    background:#C30000;
    cursor:pointer;
    transition:transform .2s ease;
    display:flex;
    width:40px;
    height:40px;
    align-items:center;
    justify-content:center;
    border-radius:100%;
}
.header_search_expandbutton:hover
{
    color:#fff;
    text-decoration:none;
}
.header_searchbox_container
{
    position:absolute;
    top:50%;
    right:0;
    width:0;
    max-width:100vw;
    background:#fff;
    display:flex;
    flex-direction:row;
    transform:translateY(-50%);
    transition:width .2s ease;
    overflow:hidden;
}
.header_searchbox
{
    flex:1;
    height:40px;
    display:flex;
    align-items:center;
    border:none;
    color:#000;
}
.header_searchbox:focus
{
    outline:none;
}
.header_search_button,
.header_search_closebutton
{
    height:40px;
    width:40px;
    cursor:pointer;
    color:#C30000;
    display:flex;
    align-items:center;
    justify-content:center;
}
.header_search_button svg
.header_search_expandbutton svg
{
    transition:transform .2s ease;
    color:#C30000;
}
.header_search_button:hover svg
{
    transform:scale(1.1) rotate(5deg);
    color:#C30000;
}
.header_search_expandbutton:hover svg
{
    transform:scale(1.1) rotate(5deg);
}
.header_search_closebutton:hover
{
    transform:rotate(360deg);
    color:#C30000;
}
.header_search_expanded
{
    width:300px;
    transition:width .2s ease;
    border:2px solid #C30000;
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    .header-facebook, .header-twitter, .header-instagram 
    {
        display:none;
    }
    .header_right_top
    {
        display: flex;
        justify-content: flex-end;
        width:100%;
    }
    h1.header_title
    {
        font-size:30px;
    }
    h2.header_subtitle
    {
        font-size:16px;
    }
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
   .header_titlebox
    {
        flex:1;
    }
    .header_translate
    {
        display:none;
    }
    h1.header_title
    {
        font-size:24px;
        line-height:1.1;
        margin:0;
    }
    .header_logo,
    h2.header_subtitle
    {
        display:none;
    }
    .header_button
    {
        font-size:9px;
    }
    .header_button:hover
    {
        font-size:9.2px;
    }
}
@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:450px)
{
    header .flex-container{flex-wrap:wrap;}
    .header_right{width:100%;}
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#313131;
    color:#fff;
    padding:30px 0;
    width:100%;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
footer .flex-container
{
    background:#313131;
}
.footer_logo
{
    max-width:200px;
    padding:15px;
    margin:0 auto;
}
.footer_logo img
{
    transition:transform .3s ease;
    border:none;
}
.footer_logo a:hover img
{
    transform:scale(1.05);
}
.footer_right
{
    padding:0 15px;
    flex:1;
}
.footer_titlebar
{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.footer_title
{
    font-size:24px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    padding:0 15px;
}
/*.footer_since
{
    font-family:'Dancing Script', cursive;
    font-weight:400;
    font-style:normal;
    font-size:30px;
    padding:0 15px;
}*/
.footer_schoolrow
{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.footer_school
{
    flex:1;
    display:block;
    min-width:205px;
    padding:15px 0 0 15px;
}
h3.footer_school_title
{
    margin:0 0 10px 0;
    padding:0;
    text-transform:uppercase;
    font-weight:600;
    line-height:1;
    font-size:1.111em;
    letter-spacing:1px;
}
.Footer_school_list_container
{
    display:flex;
}
ul.footer_school_list
{
    list-style-type:none;
    padding:0;
    margin:0 0;
    font-size:0.833em;
    display:flex;
    flex-direction:column;
}
ul.footer_school_list:nth-child(2)
{
    padding-left:44px;
}
.subfooter_container
{
    justify-content:center;
    background:#313131;
}
.footer_policy
{
    font-size:0.778em;
}
.social_media_buttons
{
    display:flex;
    justify-content:flex-end;
    margin-bottom:7px;
}
.social_media_buttons a
{
    margin:0 3px;
}
.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;
}
@media (max-width:767.9px) and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
    /* IE10+ CSS styles go here */
    .subfooter_container{margin:170px auto 0;}
}
@media (max-width:718px) and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
    /* IE10+ CSS styles go here */
    .subfooter_container{margin:250px auto 0;}
}
.subfooter_item
{
    display:flex;
    flex-direction:column;
    margin-top:7px;
    font-size:0.833em;
}
.subfooter_item a, .subfooter_compliance a
{
    color:#fff;
    text-decoration:none;
}
.subfooter_item a:hover, , .subfooter_compliance a:hover
{
    text-decoration:underline;
}
.subfooter_compliance
{
    text-align:center;
}
.subfooter_esvlink
{
    text-align:right;
}
@media screen and (max-width:1250px)
{
}
@media only screen and (max-width : 991px)
{
    .subfooter_item
    {
        text-align:center;
    }
}
@media only screen and (max-width : 767px)
{
    footer .flex-container
    {
        flex-direction:column;
    }
    .footer_titlebar
    {
        flex-direction:column;
        text-align:center;
    }
    .footer_schoolrow
    {
        margin:0 -10px;
        justify-content:center;
    }
    .footer_school
    {
        flex:none;
        min-width:0;
        padding:10px;
    }
    h3.footer_school_title
    {
        font-size:.875em;
    }
    .Footer_school_list_container
    {
        flex-direction:column;
    }
    ul.footer_school_list
    {
        font-size:.75em;
    }
    ul.footer_school_list:nth-child(2)
    {
        padding-left:0;
    }
    .subfooter_esvlink
    {
        text-align:inherit;
    }
    .social_media_buttons
    {
        justify-content:center;
    }
}
@media (max-width:350px)
{
    .footer_school
    {
        text-align:center;
        width:100%;
    }
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 4px solid #C30000;
}
.slideshow_image 
{
    /*height: calc(80vh - 200px);*/ /* sets height to a percentage of the screen */
    height: calc((600 / 1627) * 100vw); /* sets height based on height divided by width, multiplied by percentage of screen width */
    /*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-image: -moz-linear-gradient( -90deg,rgba(0,0,0,0) 75%,rgba(0,0,0,0.01) 75%,rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg,rgba(0,0,0,0) 75%,rgba(0,0,0,0.01) 75%,rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg,rgba(0,0,0,0) 75%,rgba(0,0,0,0.01) 75%,rgb(0,0,0) 100%);
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.slick-dots
{
    bottom:0;
}
.slick-dots li button::before
{
    color:#FFF;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    color:#000;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#059662;
}
.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:#059662;
}
.slick-prev:before, .slick-next:before
{
    color:#059662;
}
@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 GENERIC */
.hp_section
{
    padding:60px 0 80px;
    background:#f7f7f7;
}
.hp_section_header
{
    text-align:center;
    padding:0 30px;
}
.hp_section_header h1
{
    display:inline-block;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    font-size:18px;
    padding:0 0 20px;
    margin:0 0 35px;
    position:relative;
    letter-spacing:2px;
}
.hp_section_header h1::after
{
    content:'';
    display:block;
    width:70px;
    height:3px;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    background-color:#d2d2d2;
}
/* END HOMEPAGE GENERIC */

/* HOMEPAGE FAST FACTS */
.hp_fastfacts
{
    background:#fff;
}
.hp_fact
{
    padding:30px 15;
    text-align:center;
}
.hp_fact_icon
{
    color:#C30000;
    font-size:72px;
    margin:0 0 35px;
    line-height:1;
    transition:transform .3s ease;
}
.hp_fact:hover .hp_fact_icon
{
    transform:rotate(-5deg);
}
h2.hp_fact_title
{
    color:#000;
    font-size:36px;
    font-weight:bold;
    margin:0 0 10px;
    padding:0;
    line-height:1;
}
p.hp_fact_desc
{
    padding:0;
    margin:0;
    font-size:18px;
    color:#221f1f;
}
@media (max-width:767.9px)
{
    .hp_fact
    {
        padding:30px 0;
    }
    .hp_fact_icon
    {
        font-size:54px;
    }
    h2.hp_fact_title
    {
        font-size:28px;
    }
    p.hp_fact_desc
    {
        font-size:16px;
    }
}
/* END HOMEPAGE FAST FACTS */

/* HOMEPAGE MISSION & VISION */
.hp_missvis
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    background-size:cover; /* If you're going to use a background image, you need this for it to cover the whole space! */
    background-repeat:no-repeat; /* also this. */
    background-color:Black;
    /*background-image: url(../sysimages/missvis_bg.jpg);*/
    position:relative;
}
.hp_missvis_text
{
    padding:70px 50px;
    color:#fff;
    position:relative;
    z-index:3;
    font-size:0.778em;
}
.hpVideoContainer
{
    background-color:#F7F7F7;
    text-align:center;
    padding:15px 0;
}
.hpVideoContainer .container-fluid
{
    max-width:650px;
}
h1.hp_missvis_header
{
    font-size:36px;
    margin:0 0 30px;
    font-weight:bold;
    letter-spacing:1px;
}
h2.hp_missvis_subheader
{
    font-size:20px;
    font-weight:bold;
    margin:0 0 45px;
    line-height:1.3;
}
.hp_missvis_rightimg
{
    min-height:500px;
    /*background-image:url('../sysimages/missvis_rightimg.jpg');*/
    background-size:cover;
    background-position:center center;
    position:relative;
    z-index:3;
}
/*.hp_missvis_list
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.hp_missvis_list li
{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:40px;
}
.hp_missvis_list li:last-of-type
{
    margin-bottom:0;
}
.hp_missvis_listtitle
{
    font-size:24px;
    font-weight:bold;
    width:140px;
}
.hp_missvis_listtext
{
    font-size:18px;
    flex:1;
    width:100%;
}*/
.hp_missvis_overlay
{
    background-color:rgba(195,0,0,0.5);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
@media (max-width:767.9px)
{
    .hp_missvis_list li
    {
        align-items:flex-start;
        flex-direction:column;
    }
    .hp_missvis_listtext
    {
        flex:none;
    }
}
/* END HOMEPAGE MISSION & VISION */

/* HOMEPAGE EVENTS */
.events_slider .slick-track
{
    margin:0 auto;
    display:flex;
    flex-direction:row;
}
.slick-slide.hp_event_slide
{
    padding:15px;
    display:flex;
    align-items:stretch;
    justify-content:stretch;
}
.hp_event
{
    background:#fff;
    border:1px solid #ccc;
    padding:30px 15px;
    width:100%;
}
.hp_event_date
{
    color:#C30000;
    font-size:44px;
    display:block;
    margin:0;
    line-height:1;
    font-weight:bold;
}
h2.hp_event_title
{
    color:#0f0f0f;
    margin:30px 0 10px;
    padding:0;
    line-height:1.3;
    font-weight:bold;
    font-size:20px;
}
.hp_event_time
{
    display:block;
    color:#C30000;
    font-weight:bold;
    font-size:16px;
    margin:0 0 10px;
}
.hp_event_description
{
    display:block;
    color:#666666;
    font-weight:normal;
    font-size:16px;
    margin:0 0 10px;
}
.hp_event_link
{
    color:#C30000;
    font-weight:bold;
    font-size:14px;
}
.hp_events_buttons
{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}
.hp_events_viewall_outer
{
    flex:1;
    display:flex;
    justify-content:flex-end;
    padding:15px;
}
.hp_events_viewall
{
    display:inline-block;
    padding:15px 20px;
    background:#C30000;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
    border:1px solid #C30000;
    text-decoration:none;
    line-height:1;
    letter-spacing:2px;
}
.hp_events_viewall:hover,
.hp_events_viewall:focus
{
    background:#fff;
    color:#C30000;
    text-decoration:none;
}
.hp_events_arrows
{
    flex:1;
    padding:15px;
    display:flex;
    flex-direction:row;
}
.hp_event_arrow
{
    display:block;
    border:none;
    background:#767676;
    border:1px solid #767676;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
    padding:15px 20px;
    line-height:1;
    letter-spacing:2px;
}
.hp_event_arrow:first-child
{
    margin-right:2px;
}
.hp_event_arrow:hover
{
    color:#767676;
    background:#fff;
}
.hp_event_arrow:focus
{
    outline:none;
}
.hp_event_arrow.slick-disabled
{
    opacity:.5;
    cursor:default;
}
.hp_event_arrow.slick-disabled:hover
{
    background:#767676;
    color:#fff;
}

@media (max-width:549.9px)
{
    .hp_events_buttons
    {
        flex-direction:column-reverse;
    }
    .hp_events_viewall_outer,
    .hp_events_arrows
    {
        flex:none;
        justify-content:center;
        padding:1px 15px;
        width:100%;
    }
    .hp_events_viewall
    {
        flex:1;
        text-align:center;
    }
    .hp_event_arrow 
    {
        flex:1;
    }
}
/* END HOMEPAGE EVENTS */

/* START HOMEPAGE NEWS */
.hp_news
{
    background:white;
}
.slick-slide.hp_new_slide
{
    padding:15px;
}
.HPNewsPhoto img
{
    max-width:300px;
    width:100%;
}
.HPnewscomponent_mainlink
{
    font-size:1em;
    color:#C30000;
    font-weight:normal;
}
.HPnewscomponent_maintext
{
    font-size:1em;
    color:#000;
    word-break:break-word;
}
/* END HOMEPAGE NEWS */

/* responsive container to wrap around embed codes */
.embed-container  
{
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed 
{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
/* END HOMEPAGE */

/* DYNAMIC NAV */

#dynamic_nav {margin-top:-13px;}
#dynamic_nav .slicknav_menu
{
    background:transparent;
 
}
#dynamic_nav .slicknav_nav li > a
{
    display:flex;
    flex-direction:row;
    align-items:center;
    color:#3C3C3C;
}
#dynamic_nav .slicknav_nav li > a a
{
    color:#3C3C3C;
}
#dynamic_nav .slicknav_nav a:hover
{
    background:transparent;
    color:#800000;
}
#dynamic_nav .slicknav_nav li > a a
{
    flex:1;
}
#dynamic_nav .slicknav_nav > li
{
    border-bottom:1px solid #dfdfdf;
}
#dynamic_nav .slicknav_nav > li:first-of-type
{
    border-top:1px solid #dfdfdf;
}
#dynamic_nav .slicknav_nav .slicknav_arrow
{
    margin:0;
    padding:0 10px;
}
@media (min-width:992px)
{
    #dynamic_nav ul.slicknav_nav 
    {
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
        margin-bottom:30px;
    }
    #dynamic_nav .slicknav_menu
    {
        background:transparent;
        padding:0;
    }
    #dynamic_nav .slicknav_nav li > a
    {
        font-size:14px;
        margin:0;
        padding:10px;
    }
    #dynamic_nav .slicknav_nav > li:first-of-type a
    {
        font-weight:bold;
        font-size:16px;
    }
    #dynamic_nav .slicknav_nav ul:not(.slicknav_nav) li > a
    {
        padding:7px 10px;
    }
    #dynamic_nav .slicknav_btn
    {
        display:none;
    }
    #dynamic_nav ul.slicknav_nav,
    #dynamic_nav .slicknav_menu
    {
        display:block !important;
    }
}
@media (max-width:991.9px)
{
    #dynamic_nav
    {
        margin:0 0 15px;
    }
    #dynamic_nav .slicknav_menu
    {
        border-radius:5px;
        border:2px solid #dfdfdf;
        display:block;
    }
    #dynamic_nav .slicknav_btn
    {
        display:block;
    }
    #dynamic_nav ul.slicknav_nav
    {
        display:block;
    }
    #dynamic_nav .slicknav_btn,
    #dynamic_nav .slicknav_menutxt
    {
        text-shadow:none;
        color:#FFF;
    }
}
/* END DYNAMIC NAV */

/* CSS TOUTS, ADDS STYLES TO TOUTS, IMAGE HIDDEN IN CONTROL */
.DynamicTouts
{
    display:none;
}
.DynamicToutsHomepage
{
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
}
.ToutButton
{
    background-color:#C30000;
    border-radius:6px;
    padding:10px 15px;
    font-size:1.000em;
    color:White;
    font-weight:bold;
    display:block;
    width:250px;
    margin:5px 10px;
    border-bottom:1px solid Black;
    text-align:center;
}
.ToutButton:hover
{
    background-color:Black;
    text-decoration:none;
    color:White;
}
.ToutButton img
{
    display:none;
}

/* END CSS TOUTS * /

/* EVENTS COMPONENT */
.eventcomponent_datecontainer
{
    background:#C30000;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#C30000;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#C30000;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#C30000; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #333 !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;
}
.mastercalendar_filterbar
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: center;
    color:#fff;
    padding: 10px 15px;
    margin: 15px 0;
    line-height: 1;
    background-color: #C30000;
}
.mastercalendar_filterbar span,
.mastercalendar_filterbar a
{
    color:#fff;
    margin:.5em;
}
.mastercalendar_filterbar_spacer
{
    flex:1 0 auto;
}
.mastercalendar_filterpanel
{
    padding:10px 15px;
    background:#efefef;
    border:1px solid #ddd;
    margin-bottom:15px;
    margin-top:-15px;
}
.mastercalendar_filterpanel_list
{
    display:block;
    padding:0;
    margin:0;
    list-style-type:none;
}
.mastercalendar_filterpanel_list li
{
    margin:5px 0;
}
.mastercalendar_filterpanel_list label
{
    display:inline;
    font-weight:normal;
}
.mastercalendar_filterbutton
{
    background: #800000;
    border: 2px solid #800000;
    padding: 5px 10px;
    margin: 15px 0 0;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}
.mastercalendar_filterbutton:hover
{
    background: transparent;
    color: #800000;
}
.mastercalendar_rssbox
{
    margin:15px 0;
    text-align:right;
    font-size:.875em;
}
.mastercalendar_event_container
{
    padding:15px;
    background: #efefef;
    border: 1px solid #ddd;
    margin:15px 0;
    font-size:.875em;
}
h3.mastercalendar_event_title
{
    font-size:18px;
    font-weight:bold;
    margin:0 0 .67em;
}

.mastercalendar_month_calendar
{
    table-layout:fixed;
    border-collapse:collapse;
    min-width: 100%;
}
.mastercalendar_month_calendar td, 
.mastercalendar_month_calendar th
{
    padding:5px;
    border:1px solid #dddddd;
    vertical-align:top;
}
.mastercalendar_month_event
{
    font-size:.777em;
    margin:10px 0;
}
@media (max-width:767.9px)
{
    .mastercalendar_month_calendar
    {
        table-layout:auto;
    }
}
/* 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;
}
label.label-normal
{
    font-weight:normal;
}
.archive_filter_container
{
    background-color:#fff;
    padding:20px;
    margin:15px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
h2.archive_filter_header
{
    font-size:1.5em;
    margin:0 0 .67em;
    padding:0;
}
h3.archive_filter_title
{
    font-weight: bold;
    color: #333333;
    padding:10px 0 5px 0;
}
.archive_filter_button
{
    background:#800000;
    border:2px solid #800000;
    padding:5px 10px;
    margin:15px 0 0;
    color:#fff;
    text-align:center;
    display:block;
    width:100%;
}
.archive_filter_button:hover
{
    background:transparent;
    color:#800000;
}
.archive_filter_radiolist
{
    display:block;
    padding:0;
    margin:0;
    list-style-type:none;
}
.archive_filter_radiolist label
{
    font-weight:normal;
}
.archive_building_select
{
    padding:10px;
    background:#efefef;
}
.archive_paging_menu,
h3.archive_month_title
{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    padding: 10px 15px;
    margin: 15px 0;
    line-height: 1;
    background-color: #800000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
h3.archive_month_title
{
    cursor:pointer;
}
.archive_paging_button
{
    background:#fff;
    border-radius:3px;
    border:3px solid #fff;
    color:#800000;
    cursor:pointer;
    display:inline-block;
    margin:0 2px;
    padding:2px 3px;
    line-height:1;
}
.archive_paging_button:hover,
.archive_paging_button:active,
.archive_paging_button:focus
{
    background:transparent;
    color:#fff;
}
.archive_paging_button_disabled
{
    cursor:default;
    opacity:0.8;
}
.archive_paging_button_disabled:hover
{
    cursor:default;
    background:#fff;
    color:#800000;
}
.archive_month
{
    display:none;
}
.archive_newsitem
{
    background-color:#fff;
    padding:20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin:15px 0;
}
.archive_newsitem_header
{
    font-size:1.125em;
    color:#800000;
}
.archive_newsitem_content
{
    margin:.67em 0;
}
.archive_newsitem_thumbnail
{
    float:left;
    margin-right:15px;
    margin-bottom:15px;
    width:25%;
    max-width:250px;
    min-width:150px;
    display:table;
}
.archive_newsitem_postinfo
{
    font-size:.875em;
    display:block;
    text-align:right;
    margin-top:.67em;
}
@media (max-width:767.9px)
{
    .archive_newsitem_thumbnail
    {
        display:table;
        float:none;
        margin:0 auto 15px;
        width:auto;
        max-width:100%;
        min-width:0px;
    }
}
/* END ARTICLES */

/* NEWS COMPONENT */
.newscomponent_item
{
    border-bottom:1px solid #ededed;
}
.newscomponent_imagecontainer
{
    padding-right:20px;
}
.newscomponent_imagecontainer img
{
    width:100%;
    max-width:400px !important;
}
.newscomponent_archivelink
{
}
/* END NEWS COMPONENT */

/* FILES AND LINKS COMPONENT */
.linksList
{
    clear:both;
}
.linksList h3.component_title
{
    float:none;
    display:inline-block;
    margin-top:13px;
    margin-bottom:0px;
}
.linksList > div /* link and files & links item */
{
}
.dlList > div /* downloads item */
{
}
.linksList img
{
    margin-bottom:5px;
}
.linkSpacer
{
    margin-bottom:8px;
}
.dlSpacer
{
    margin-bottom:8px;
}
.dlLinksSpacer
{
    margin-bottom:8px;
}
.linkcomponent_table
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.linkcomponent_tablecell
{
    padding:5px 5px 10px;
    text-align:center;
}
.linkcell25
{
    width:25%;
}
.linkcell50
{
    width:50%;
}
@media screen and (max-width:991px)
{
    .linkcell25{width:50%;}
}
@media screen and (max-width:400px)
{
    .linkcomponent_tablecell{line-height:1.2;}
    .linkcell25{width:100%;}
    .linkcell50{width:100%;}
}
/* END FILES AND LINKS COMPONENT */

/* VIDEO COMPONENT */
.VideoPanel
{
    clear:both; /* Clearfix for video panel */
}
/* END VIDEO COMPONENT */

/* TEXT WINDOW */
.textwindow_text ul, .textwindow_text ol
{
    overflow:hidden; /* fix for embedded image causing issues with lists */
}
/* END TEXT WINDOW */

/* PODCAST COMPONENT */
audio::-webkit-media-controls-panel
{
    background-color:rgba(0,0,0,.2); /* Chrome */
}
.PodcastTop hr{height:1px; background:Black; width:97%; margin:10px 0 0;}
.PodcastContainer
{
    padding:10px 0;
}
.podcast_titletext
{
    display:block;
}
.podcast_maintext{}
.podcast_mainlink
{
    color:#3174AF;
}
/* END PODCAST COMPONENT */

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */