﻿@import url("https://use.typekit.net/uki6uxt.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*:focus
{
    outline:3px solid blue !important;
}
img
{
    max-width:100%;
}
.container-fluid
{
    max-width:1280px;
    position:relative;
}

/* Fix for images in RTE with new Froala update */
.component_container_textwindow img[style*='float: left'], .textwindow_text img[style*='float: left'], 
#isPasted img[style*='float: left'], #ctl00_Content_lblNewsContent img[style*='float: left'], 
img[style*="float: left"][fr-original-class*=fr-draggable], img[style*="float: left"][class*=fr-draggable]
{
    margin-right: 1em !important;
}
.component_container_textwindow img[style*='float: right'], #isPasted img[style*='float: right']
{
    margin-left: 1em !important;
}

/* GENERAL LAYOUT */
body
{
    font-family: "museo-sans", Sans-Serif;
    background: #FFF;
    font-size:16px;
}

.component_container a /* Styles for links in content */
{
    color:#2A6DA7;
}
.component_container a:hover
{
    color:#3174AF;
}

/* Use this for page headers */
.ph
{
    padding: 28px 30px;
    background-color: #E8E8E9;
    background-image:url(../sysimages/PageTitleBG.png);
    background-size:cover;
    background-position:center center;
}
h1.page_header
{
    color:#3C557E;
    font-size:1.563em;
    line-height:1.36;
    font-weight:700;
}

/* Use this for component headers */
h2.component_header
{
    color:#000;
    font-size: 1.7em;
    margin-top:0;
    font-weight: 700;
    margin-bottom:10px;
}
h2.component_headerbar
{
    border-bottom:1px solid #272727;
    padding-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: #3C557E;
    color: #FFFFFF;
    padding: 15px;
}
.dualwindow_right .component_container a 
{
    color: #FFFFFF;
}
.dualwindow_right .component_header 
{
    color: white;
    font-size: 1.250em;
}
.dualwindow_right h3.component_title
{
    color:white;
    font-size:1.125em;
}
.dualwindow_right .textwindow_text, .dualwindow_right .textwindow_text table
{
    color:white;
}
.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%;
}
.ui-widget-content
{
    clear:both;
}
@media screen and (min-width:992px)
{
    #ucLeftNav_pnlLeftSide
    {
        width:28.5%;
    }
    .col-md-9.singlewindow
    {
        width:71.5%;
    }
    .dualwindow_left
    {
        width:49%;
    }
    .dualwindow_right
    {
        width:22.5%;
    }
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* HEADER */
header
{
    background: #3C557E;
    border-top: none;
    border-bottom: none;
    padding:23px 0 19px;
    position:relative;
    z-index:3;
}
header a
{
    color:white;
}
header a:active, header a:hover, header a:focus
{
	color:black;
}
.LiquidButton
{
    color:black;
}
.HeaderRight
{
    display:flex;
    justify-content:flex-end;
}

/* Search Styles */
.SearchDiv
{
    background: transparent;
    border: none;
    width:180px;
    max-width: 100%;
    float:none;
    display:flex;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.header_search_box
{
    width: calc(100% - 30px);
    border: none !important;
    border-bottom: 2px solid white !important;
    outline: none !important;
    padding-left: 10px;
    background-color:transparent;
    color:white;
    font-size:0.833em;
    max-height:20px;
}
.header_search_button
{
    padding-left: 0;
    color: #FFF;
    width: 24px !important;
    font-size:1.125em;
}
/* End Search Styles */

.SocialMedia
{
    float:none;
    margin-top: 0;
    margin-left:87px;
    display:flex;
}
.SocialMedia a
{
    font-size: 1.125em;
    margin:0 0 0 12px;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #DB3008;
}
.TopNavToggle, .MobileButtons
{
    display:none;
}
@media screen and (min-width:992px)
{
    .MobileSearchDiv
    {
        display:none;
    }
}
@media screen and (max-width:1360px)
{
    .LiquidButton
    {
        right:5px;
        font-size:1.125em;
        padding:0 3px;
    }
    .HeaderRight
    {
        padding-right:30px;
    }
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    .SearchDiv
    {
        margin:10px 0 10px 15px;
    }
    header
    {
        display:none;
    }
}
@media screen and (max-width:473px)
{
}
@media screen and (max-width:347px)
{
}
/* END HEADER */

/* MEGA MENU DROPDOWNS */
.MegaMenu
{
    z-index:5;
}
navmega
{
    background-color:#3C557E;
    padding-bottom:48px;
}
.MegaContainer
{
    display:flex;
    position:static;
}
.HeaderLogo
{
    float:left;
    width:340px;
    max-width:100%;
    margin-right:20px;
}
.HeaderLogo img
{
    float:left;
    margin-right:0;
    max-width:100%;
}
.MegaGroupUL
{
    flex:1;
    align-items:start;
    padding-top:9px;
}
.MegaGroupButton
{
    color:white;
    font-size:1.125em;
    line-height:25px;
    text-transform:uppercase;
    font-weight:700;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:0 10px;
}
.MegaGroupButton .fa-chevron-down
{
    color:#DB3008;
}
.MegaGroupLI:hover:hover, .MegaGroupLI:hover:focus
{
    background-color:#DB3008;
}
.MegaGroupLI:hover:hover .MegaGroupButton, .MegaGroupLI:hover:focus .MegaGroupButton
{
    color:#FFFFFF;
}
.MegaGroupLI:hover:hover .fa-chevron-down, .MegaGroupLI:hover:focus .fa-chevron-down
{
    color:#FFFFFF;
}
.MegaSubGroupUL
{
    left:25px;
    min-width:auto;
    background-color:rgba(255,255,255,.95);
}
.MegaGroupLI:hover .MegaSubGroupUL
{
    width: calc(100vw - 50px);
}
.MegaSubGroupContainer
{
    display:flex;
    max-width:100%;
}
.MegaSubGroupLI
{
    flex:1;
    max-width:100%;
}
.MegaSubGroupItemLI
{
    border-bottom:1px solid rgba(50,50,50,.3);
}
.MegaSubGroupItem
{
    font-size:0.875em;
    padding:3px 4px;
    transition:0.2s all;
}
.MegaSubGroupItem:hover, .MegaSubGroupItem:focus
{
    transform: translateX(8px);
    text-decoration:none;
}
.MegaSubGroupTitle
{
    color:#DB3008;
    display:block;
    font-size:1em;
    padding:3px 4px;
    cursor:default;
}
.quicklinks
{
    position:absolute;
    right:0;
    bottom:58px;
    z-index:6;
}
.quicklinks_button
{
    padding:14px 162px 14px 18px;
    width:auto;
    max-width:100%;
    background-color:rgba(255,255,255,0.6);
    border:none;
    border-radius:0;
    line-height:1.389;
    font-size:1.125em;
    text-transform:uppercase;
    font-weight:bold;
    margin-top: 0;
    float:none;
    color:#DB3008;
    transition:all 0.3s ease-out;
}
.quicklinks_button svg
{
    color:#3C557E;
}
.quicklinks_button:hover, .quicklinks_button:focus
{
    background-color:rgba(255,255,255,1);
    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;
}
@media screen and (min-width:1101px)
{
    .MegaMenu
    {
        padding-bottom:15px;
    }
}
@media screen and (max-width:1250px)
{
    .quicklinks
    {
        bottom:0;
    }
}
@media screen and (max-width:991px)
{
    #mobile_top_nav.MegaMenu
    {
        position:fixed;
    }
    .MegaGroupButton .fa-chevron-down
    {
        display:none;
    }
    .MegaSubGroupItemLI:hover, .MegaSubGroupItemLI:focus
    {
        padding-left:10px;
    }
    #mobile_top_nav{border:none;}
    
    .MobileSlider
    {
        display:none;
    }
    #mobile_top_nav .slicknav_menu.open
    {
        top:0;
        position:relative;
    }
    #mobile_top_nav .slicknav_nav a:focus
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222;
    }
    .TopNav.MegaMenu
    {
        display:block;
    }
    .MegaGroupUL
    {
        display:none;
    }
    .MegaContainer
    {
        justify-content:center;
        padding:20px 10px 10px;
    }
    .MobileButtons
    {
        display:block;
    }
    .TopNavToggle
    {
        display:block;
        color:white;
        font-size:3.600em;
        cursor:pointer;
        margin-top:10px;
    }
    .HeaderLogo
    {
        width:239px;
    }
    .quicklinks
    {
        width:100%;
        left:auto;
        right:auto;
    }
    .quicklinks_button
    {
        margin:0 auto;
        width:156px;
        padding:10px 10px;
        font-size:0.938em;
        text-align:center;
    }
    .quicklinks ul
    {
        left:0;
        right:0;
        margin:0 auto;
    }
}
@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: block;
    }
}
/* END MEGA MENU DROPDOWNS */

/* FOOTER */
.FooterBGBorder
{
    background-color:#272B6D;
    width:100%;
    clear:both;
    height:40px;
}
footer
{
    background-color:#272B6D;
    background-image:url(../sysimages/FooterBG.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    color:White;
    padding:16px 0;
    width:100%;
    position:relative;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}

footer a:hover, footer a:focus
{
    color:#EEE;
}
.FooterOverlay
{
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(39, 43, 109, 0.89);
}
.FooterContainer
{
    position:relative;
    z-index:2;
}
.FooterLeft
{
}
.FooterLogo
{
    display:inline-block;
}
.FooterLogo img
{
    max-width:100%;
}
.FooterButtons
{
    margin:17px 0 19px;
}
.FooterButtons a
{
    margin-right:20px;
    display:inline-block;
    text-decoration:none;
}
.FooterButtons .fa-layers /*size of grouping layer for fontawesome icons*/
{
    height:5em;
    width:5em;
}
.FooterButtons svg /*size of icon inside circle*/
{
    font-size:2.500em;
    color:white;
}
.FooterButtons svg.fa-circle /*size of fontawesome circle - usually should be same size as layers*/
{
    font-size:5em;
    color:#DB3008;
    transition:0.3s all;
}
.FooterButtons a:hover svg.fa-circle, .FooterButtons a:focus svg.fa-circle
{
    color:#29477E;
}
.FooterLinks
{
}
.FooterLinks ul
{
    display:flex;
    justify-content:space-between;
    list-style:none;
    padding:0;
}
.FooterLinks ul a
{
    text-transform:uppercase;
    font-size:1.125em;
    font-weight:900;
}
.FooterRight
{
}
/* Footer Quick Links*/
.Footerquicklinks
{
    position:absolute;
    right:0;
    top:20px;
    z-index:4;
}
.Footerquicklinks_button
{
    padding:14px 130px 14px 18px;
    width:auto;
    max-width:100%;
    background-color:rgba(255,255,255,1);
    border:none;
    border-radius:0;
    line-height:1.389;
    font-size:1.125em;
    text-transform:uppercase;
    font-weight:bold;
    margin-top: 0;
    float:none;
    color:#DB3008;
    transition:all 0.3s ease-out;
}
.Footerquicklinks_button svg
{
    color:#272B6D;
}
.Footerquicklinks_button:hover, .quicklinks_button:focus
{
    background-color:#DB3008;
    color: #FFF;
}
.Footerquicklinks 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;
}
.Footerquicklinks ul li
{
    display:block;
}
.Footerquicklinks ul li a
{
    display:block;
    padding:5px;
    color:#000;
    height:auto;
    line-height:1.6;
    font-size:0.667em;
}
.Footerquicklinks ul li a:hover
{
    background:  #000;
    color:White;
}
.Footerquicklinks_button:focus-within ~ ul,
.Footerquicklinks_button:hover ~ ul, .Footerquicklinks ul:hover, .Footerquicklinks:focus-within ul
{
    display:block;
}
/* End Quicklinks */

.social_media_buttons
{
    margin-top:66px;
    float:right;
}
.social_media_buttons a
{
    margin-left:22px;
    margin-right:0;
    text-decoration:none;
}
.social_media_buttons svg
{
    font-size:2.500em;
}
.social_media_buttons a:hover, .social_media_buttons a:focus
{
    color:#DB3008;
}

.FooterInfo
{
    text-align:right;
}
.footer_disclaimer
{
    font-size:0.75em;
    line-height:1.3;
    color:white;
    text-align:center;
    margin-top:15px;
}
.FooterStatement
{

}
.FooterOwnership, .FooterCreated
{
    font-size:0.750em;
    color:white;
    font-family:work-sans, sans-serif;
    font-weight:500;
}
/* Google Translate Styles */
.HeaderTranslateButton
{
    width:230px;
    font-size:1.125em;
    text-transform:uppercase;

    margin: 0;
    position: fixed;
    left: 0;
    bottom: 0px;
    color: white;
    padding: 10px;
    font-size: 19px;
    z-index: 5;
    background: #D83A2C;
    font-weight: bold;
}
.HeaderTranslateButton:hover
{
    background-color:Black;
    color:white;
}
.HeaderTranslateButton .fa-globe-americas
{
    font-size:1.000em;
}
.HeaderTranslateButton .fa-chevron-down
{
    font-size:1.000em;
}
/* End Google Translate Styles */
@media screen and (max-width:1250px)
{
    .FooterLinks ul
    {
        font-size:13px;
    }
}
@media only screen and (max-width : 991px)
{
    .FooterLinks ul
    {
        flex-direction:column;
        align-items:center;
    }
}
@media only screen and (max-width : 767px)
{
    .FooterLeft
    {
        text-align:center;
    }
    .FooterLogo
    {
        width:322px;    
        max-width: 100%;
    }
    .FooterButtons
    {
        text-align:center;
        font-size:14px;
    }
    .Footerquicklinks
    {
        top:419px;
        left:0;
        z-index:5;
    }
    .Footerquicklinks_button
    {
        text-align:right;
    }
    .FooterRight 
    {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .social_media_buttons
    {
        margin-top:83px;
    }
    .FooterInfo
    {
        text-align:center;
    }
    .AppButtons a
    {
        width:157px;
    }
}
@media screen and (max-width:450px)
{
    .FooterButtons
    {
        font-size:10px;
    }
    .FooterButtons a
    {
        margin-right:10px;
    }
}
@media screen and (max-width:350px)
{
    .social_media_buttons
    {
        display:flex;
        justify-content:center;
    }
    .social_media_buttons a
    {
        margin:0;
    }
}
/* END FOOTER */

/* SCHOOLS FOOTER */
.SchoolList img
{
    max-width: 100%;
}
.SchoolList
{
    height: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.5s;
    background-color:white;
}
.SchoolList.Open
{
    padding: 30px 0 10px;
    height: 1000px;
}
.SchoolList.Closed 
{ 
    display:none; 
} 
.SchoolList a:hover {
    transform: scale(1.2);
}
.SchoolList a {
    width: 100%;
    display: block;
    text-align: center;
    height: 60px;
    margin: auto;
    max-width: 100px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.CUSD
{
    margin-bottom: 30px;
    font-weight: bold;
    font-family:work-sans, sans-serif;
    font-size: 1.563em;
    color: #13488B;
}
.SchoolList .Title
{
    font-family: work-sans, sans-serif;
    font-weight: bold;
    font-size: 1.000em;
    line-height:1.3;
    color: #000000;
    margin-bottom: 20px;
}
.subfooter a
{
    color: #13488B;
}
@media screen and (max-width: 1152px)
{
    .CUSD
    {
        font-size: 1.75em;
    }
}
@media screen and (max-width: 1079px)
{
    .CUSD
    {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 991px)
{
    .SchoolList.Open
    {
        height: 1575px;
    }
}
@media screen and (max-width: 933px)
{
    .SchoolList.Open
    {
        height: 1605px;
    }
}
@media screen and (max-width: 858px)
{
    .SchoolList.Open
    {
        height: 1660px;
    }
}
@media screen and (max-width: 767px)
{
    .SchoolList.Open
    {
        height: 2385px;
    }
}
@media screen and (max-width: 589px)
{
    .SchoolList.Open
    {
        height: 2400px;
    }
}
@media screen and (max-width: 579px)
{
    .SchoolList.Open
    {
        height: 2460px;
    }
}
@media screen and (max-width: 505px)
{
    .SchoolList.Open
    {
        height: 2490px;
    }
}
@media screen and (max-width: 385px)
{
    .SchoolList.Open
    {
        height: 2540px;
    }
}
@media screen and (max-width: 353px)
{
    .SchoolList.Open
    {
        height: 2610px;
    }
}
/* END SCHOOLS FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 2px solid #3C557E;
}
.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
{
}
.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:#3C557E;
}
.slick-prev, .slick-next
{
    margin-top: 0;
    color:#DB3008;
}
.slick-prev svg, .slick-next svg
{
    font-size:50px; /* Must use pixel size here due to a weird thing with slick styles */
}
.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:#FFF;
}
.slick-prev:before, .slick-next:before
{
    color:#DB3008;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:999;
    bottom:5px;
}
.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: 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;
    margin-top:-252px;
    float:left;
    max-height:36vw;
}
.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;
    transform:scale(1.3);

    /*max-height:600px;*/ /*Max height cap, uncomment to use instead of full height*/
}
.hpVideoOverlay
{
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(39, 43, 109, 0.55);
    pointer-events:none;
    z-index:2;
    position:absolute;
}
.SlideShowNavContainer
{
    position:absolute;
    top:auto;
    bottom:80px;
    right:0;
    left:auto;
    z-index:4;
}
.SlideShowNav 
{
  position: relative;
  top: auto;
}
.SlideShowNav a
{
    color: #272B6D;
    background: rgba(255,255,255,0.6);
    text-align:center;
    font-size:0.813em;
    line-height:1.385;
    width:176px;
    padding:9px 2px;
    font-weight:900;
    text-transform:uppercase;
    float:right;
    clear:right;

    width:310px;
}
a.SlideNavBig
{
    width:310px;
}
.SlideShowNav a:hover
{
    background: rgba(255,255,255,1);
    padding-left:2px;
}
.SlideNavItem
{
    width:300px;
}
.SlideNavItemBig
{
    width:300px;
}
.SlideShowText
{
    position:absolute;
    top:auto;
    bottom:80px;
    right:0;
    left:0;
    z-index:3;
    pointer-events:none;
    font-family: Montserrat, sans-serif;
}
.SlideShowText h1
{
    color:white;
    font-size:2.188em;
    line-height:1.37;
    font-weight:700;
    text-align:center;
    margin:0;
}
.SlideShowText h2
{
    color:white;
    font-size:2.875em;
    line-height:1.37;
    font-weight:828;
    text-transform:uppercase;
    text-align:center;
    margin:0;
}
@media screen and (min-width:1300px)
{
    .hpVideoScript
    {
        /*padding-top:645;*/ /* Height cap */
    }
    .SlideShowText
    {
        font-size:18px;
    }
}
@media screen and (max-width:1650px)
{
    .SlideShowNavContainer
    {
        bottom:5px;
    }
}
@media screen and (max-width:1490px)
{
    .SlideShowNavContainer
    {
        bottom:0;
    }
    .SlideShowNav a
    {
        padding:7px 2px;
        margin-bottom:3px;
    }
}
@media screen and (max-width:1250px)
{
    .SlideShowNav
    {
        font-size:13px;
    }
}
@media screen and (max-width:1200px)
{
    .hpVideoContainer
    {
        margin-top:-200px;
        max-height:none;
    }
    .hpVideoScript
    {
        padding-top:44.25%;
    }
    .SlideShowNavContainer
    {
        bottom:42px;
    }
    .SlideShowNavContainer
    {
        clear:both;
        float:left;
        width:100%;
        position:relative;
        top:auto;
        bottom:auto;
        left:auto;
        padding:15px 0;
        z-index:4;
        background-color:white;
    }
    .SlideShowNav
    {
        position:relative;
        top:auto;
        max-width:362px;
        width:100%;
        margin:0 auto;
        display: flex;
        flex-wrap:wrap;
        align-items: center;
    }
    .SlideNavItem
    {
        width:auto;
    }
    .SlideShowText
    {
        font-size:6px;
        top:42%;
        bottom:auto;
    }
    .SlideShowNav a
    {
        color:white;
        background-color:#3C557E;
        width:calc(100% - 20px);
        margin:3px 5px;
    }
    .SlideShowNav a:hover
    {
        background-color:#DB3008;
    }
}
@media screen and (max-width:1100px)
{
    
}
@media screen and (max-width:768px)
{
    .SlideShowText
    {
        top:54%;
    }
}
@media screen and (max-width:530px)
{
    .SlideShowText
    {
        display:none;
    }
    .hpVideoScript
    {
        padding-top:264px;
    }
    .hpVideoContainer iframe
    {
        transform:scale(1.8);
    }
}
@media screen and (max-width:358px)
{
    .SlideShowNav
    {
        flex-direction:column;
    }
}
/* End Homepage Video */

/* GENERAL HOMEPAGE STYLES */
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0;
    display:flex;
    flex-direction:column;
    position:relative;
}
.hpTitle
{
    font-weight:bold;
    font-size:2.500em;
    line-height:1.375;
    text-transform:uppercase;
    color:white;
    float:left;
}
.hpLink
{
    background: transparent;
    border-radius: 0;
    text-transform: none;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size:1.250em;
    line-height:1.35;
    margin-top:10px;
    margin-left:0;
    padding:0;
}
.hpLink:hover
{
    color: #DB3008;
    background: transparent;
}
.hpLine
{
    height:5px;
    width:100%;
    background-color:Black;
    float:left;
    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 */

/* HOMEPAGE GRID */
.hpGrid
{
    display:grid;
    grid-template-rows:686px 568px;
    z-index:3;
    position:relative;
    clear:both;
    /*grid-template-columns:1fr calc(1140px * 0.45) calc(1140px * 0.55) 1fr;*/
    
    grid-template-columns:1fr calc(1240px * 0.55) calc(1240px * 0.45) 1fr;
}
@media screen and (max-width:1300px)
{
    .hpGrid
    {
        /*grid-template-columns:15px calc(44vw - 15px) calc(55vw - 15px) 15px;*/
        grid-template-columns:15px calc(55vw - 15px) calc(45vw - 15px) 15px;
        overflow-x:hidden;
    }
}
@media screen and (max-width:991px)
{
    .hpGrid
    {
        display:flex;
        flex-direction:column;
    }
}
/* END HOMEPAGE GRID */

/* STANDARD NON-SLIDER EVENTS */
.hpEventsGrid
{
    background-color: #A1A1A1;
    background-image: url(../sysimages/EventsBG.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    grid-row:1;
    display:grid;
    position:relative;
    /*grid-column:1 / 3;
    grid-template-columns:1fr calc(1140px * 0.45);*/
    
    grid-column:3 / 5;
    grid-template-columns:calc(1240px * 0.45) 1fr;
    overflow:hidden;
}
.hpEventOverlay
{
    top:0;
    left:0;
    position:absolute;
    background-color:rgba(255,255,255,0.6);
    grid-column:1 / 3;
    z-index:1;
    width:100%;
    height:100%;
}
.hpEventsGridInner
{
    padding-top:35px;
    grid-column:2;
    position:relative;
    z-index:2;
    /*grid-column:2;
    padding-right:20px;*/

    grid-column:1;
    padding-left:20px;
}
.hpEventsGrid .HomepageContainer
{
    padding-right:240px;
    align-items:flex-end;
}
.hpEventsGrid .hpTitle
{
    color:black;
}
.hpEventsGrid .hpLine
{
    width:calc(413px + ((100vw - 1240px) / 2));
    position:absolute;
    bottom:32px;
    /*left:calc(((100vw - 1140px) / 2) * -1);*/
    right:calc(((100vw - 1240px) / 2) * -1);
}
.hpEventsGrid .hpLink
{
    color:black;
}
.hpEventScroll
{
    max-height:511px;
    overflow-y:auto;
    width:100%;
    margin-top:20px;
    float:left;
    clear:both;
    /* first color is the thumb, second color is the track */
    scrollbar-color: #000000 #FFFFFF;
}
/* width */
.hpEventScroll::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.hpEventScroll::-webkit-scrollbar-track {
    background: #FFF; 
}
/* Handle */
.hpEventScroll::-webkit-scrollbar-thumb {
    background: #000; 
}
/* Handle on hover */
.hpEventScroll::-webkit-scrollbar-thumb:hover {
    background: #333; 
}

.EventCarouselStandard
{
    display:flex;
    align-items:center;
    clear:both;
    height:95px;
    overflow-y:auto;
}
.eventDateBubbleStandard
{
    background-color:#FFF;
    width:160px;
    min-width:160px;
    height:80px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    float:left;
    border:10px solid #272B6D;
    border-radius:15px;
    padding:0 5px;
}
.eventMonthStandard
{
    font-weight:900;
    color:#DB3008;
    font-size:2.188em;
    line-height:1.371;
    text-transform:uppercase;
}
.eventDateStandard
{
    font-weight:900;
    color:#DB3008;
    font-size:2.188em;
    line-height:1.371;
}
.hpeventcomponent_linktextStandard
{
    color:white;
    font-weight:bold;
    font-size:1.125em;
    line-height:1.333;
    margin-bottom:0;
    display:inline;
    transition:0.2s;
}
.hpeventcomponent_linktextStandard:hover, .hpeventcomponent_linktextStandard:focus
{
    color:white;
}
.hpeventcomponent_maintextStandard
{
    color:white;
    font-size:1.125em;
    line-height:1.333;
    font-weight:500;
}
.hpeventcomponent_datetextStandard
{
    color:white;
    font-size:1.125em;
    line-height:1.333;
    font-weight:500;
    text-transform:none;
}
.hpeventcomponent_descStandard
{
    color:white;
    font-size:1.125em;
    line-height:1.333;
    font-weight:500;
    text-transform:none;

    display:none;
}
.event_articleStandard
{
    float:left;
    width:260px;
    margin-left:0;
    background-color:rgba(219, 48, 8, 0.78);
    padding:9px 10px;
    transition:0.4s all;
}
.event_articleStandard:hover, .event_articleStandard:focus
{
    width:100%;
}
.event_articleStandard:hover .hpeventcomponent_descStandard, .event_articleStandard:focus .hpeventcomponent_descStandard
{
    display:inline;
}
.hpEventSpacer
{
    float:left; 
    width:100%; 
    height:40px;
}
@media screen and (max-width:1300px)
{
    .hpEventsGridInner
    {
        grid-column:1 / 3;
    }
    .hpEventsGrid .hpLine
    {
        right:0;
    }
}
@media screen and (max-width:1200px)
{
    .hpEventsGrid
    {
        grid-template-columns:calc(45vw - 15px) 15px;
    }
    .hpEventsGrid .HomepageContainer
    {
        font-size:13px;
    }
}
@media screen and (max-width:991px)
{
    .hpEventsGrid
    {
        display:flex;
        justify-content:center;
        padding-bottom:20px;
    }
    .hpEventsGridInner
    {
        /*padding-right:0;*/
        padding-left:0;
    }
    .hpEventsGrid .HomepageContainer
    {
        /*flex-direction:column;
        align-items:center;*/
    }
    .hpEventsGrid .hpLink
    {
        margin:7px 0;
    }
    .hpEventsGrid .hpLine
    {
        /*left:auto;
        right:auto;
        width:233px;*/
        width:calc(429px + (100vw / 2));
        /*left:calc((100vw / 2) * -1);*/
        right:calc((100vw / 2) * -1);
    }
    .hpEventScroll
    {
        max-height:186px;
    }
    .event_articleStandard
    {
        width:100%;
    }
    .hpeventcomponent_descStandard
    {
        display:inline;
    }
    .hpEventSpacer
    {
        height:20px;
    }
}
@media screen and (max-width:600px)
{
    .hpEventsGrid
    {
        justify-content:flex-end;
    }
    .hpEventsGridInner
    {
        padding-right:15px;
        padding-top:28px;
    }
    .hpEventsGrid .HomepageContainer
    {
        align-items:flex-end;
        padding:0;
    }
    .EventCarouselStandard
    {
    }
    .eventDateBubbleStandard
    {
        font-size:9px;
        width:96px;
        height:45px;
    }
    .event_articleStandard
    {
        font-size:12px;
    }
}
@media screen and (max-width:480px)
{
    .hpEventsGrid .hpLine
    {
        left:0;
        width:calc(100vw - 15px);
    }
    .hpEventScroll
    {
        padding-left:15px;
    }
    .eventDateBubbleStandard
    {
        font-size:7px;
    }
    .event_articleStandard
    {
    }
}
/* END STANDARD NON-SLIDER EVENTS */

/* HOMEPAGE SPOTLIGHTS */
.hpSpotlightGrid
{
    grid-row:2;
    background-color:#DB3008;
    background-image:url(../sysimages/SpotlightBG.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color:white;
    padding:0;
    display:grid;
    position:relative;
    /*grid-column:1 / 3;
    grid-template-columns:1fr calc(1140px * 0.45);*/
    
    grid-column:3 / 5;
    grid-template-columns:calc(1240px * 0.45) 1fr;
    overflow:hidden;
}
.SpotlightInner
{
    padding-top:35px;
    position:relative;
    z-index:2;
    /*padding-right:20px;
    grid-column:2;*/
    
    padding-left:20px;
    grid-column:1;
}
.hpSpotlightGrid .HomepageContainer
{
    align-items:flex-start;
}
.hpSpotlightGrid .hpLine
{
    position:absolute;
    bottom:0;
    background-color:white;
    /*width:calc(382px + ((100vw - 1140px) / 2));
    left:calc(((100vw - 1140px) / 2) * -1);*/
    width:calc(494px + ((100vw - 1240px) / 2));
    right:calc(((100vw - 1240px) / 2) * -1);
}
.hpSpotlightGrid .hpLink:hover
{
    color:white;
}
.hpSpotlightSlider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.hpSpotlightSlider .slick-slide
{
    padding:0 15px;
}
.SpotlightItem
{
    display:flex;
    max-height:394px;
    overflow-y:auto;
    /* first color is the thumb, second color is the track */
    scrollbar-color: #000000 #FFFFFF;
}
/* width */
.SpotlightItem::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.SpotlightItem::-webkit-scrollbar-track {
    background: #FFF; 
}
/* Handle */
.SpotlightItem::-webkit-scrollbar-thumb {
    background: #000; 
}
/* Handle on hover */
.SpotlightItem::-webkit-scrollbar-thumb:hover {
    background: #333; 
}
.SpotlightPhotoCell
{
    width: 279px;
    margin-right:21px;
}
.hpSpotlightPhoto
{
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.SpotlightArticleCell
{
    margin:0 auto;
    padding:7px;
    text-align:left;
    flex:1;
}
.hpSpotlightTitle
{
    font-size:1.125em;
    font-weight:bold;
    color:white;
}
.hpSpotlightSubtitle
{
    font-size:1.025em;
    font-weight:normal;
    font-style:italic;
    padding:5px 0;
}
.hpSpotlightSubheader
{
    font-size:1.125em;
    line-height:1.8;
    font-weight:bold;
    white-space:preserve-breaks;
}
.hpSpotlightLink
{
    color:#F4F5FB;
    text-decoration:underline;
    font-weight:bold;
}
.hpSpotlightReadmore
{
    color:#FFF;
}
.hpSpotlightContainer .slick-dots
{
    bottom:-43px;
}
.hpSpotlightOverlay
{
    top:0;
    left:0;
    position:absolute;
    background-color:rgba(219, 48, 8, 0.78);
    grid-column:1 / 3;
    z-index:1;
    width:100%;
    height:100%;
}
@media screen and (max-width:1300px)
{
    .hpSpotlightGrid .hpLine
    {
    }
}
@media screen and (max-width:1150px)
{
    .hpSpotlightGrid
    {
        grid-template-columns:calc(100vw * 0.44) 15px;
    }
    .hpSpotlightGrid .hpLine
    {
        right:auto;
    }
}
@media screen and (max-width:991px)
{
    .hpSpotlightGrid
    {
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .hpSpotlightGrid .HomepageContainer
    {
        font-size:10px;
    }
    .hpSpotlightGrid .hpLine
    {
        display:none;
    }
    .SpotlightInner
    {
        width:380px;
        max-width:100%;
        padding-top:20px;
        padding-bottom:35px;
        padding-right:0;
    }
    .SpotlightItem
    {
    }
    .SpotlightPhotoCell
    {
        width:150px;
        margin-right:11px;
    }
    .SpotlightArticleCell
    {
        font-size:14px;
        padding-top:0;
    }
    .hpSpotlightSubheader
    {
        line-height:1.6;
    }
}
@media screen and (max-width:768px)
{
    .hpSpotlightBox
    {
        max-width:100%;
    }
}
/* END */

/* HOMEPAGE NEWS */
.hpNewsGrid
{
    grid-row:1 / 3;
    background-color:#3C557E;
    background-image:url(../sysimages/NewsBG.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color:white;
    display:grid;
    pointer-events:initial;
    position:relative;
    max-width:100%;
    overflow-x:hidden;
    /*grid-column:3 / 5;
    grid-template-columns:calc(1140px * 0.41) 1fr;*/
    
    grid-column:1 / 3;
    grid-template-columns:1fr calc(1240px * 0.55);
}
.hpNewsGridInner
{
    padding-top:35px;
    /*padding-left:100px;
    grid-column:1;*/
    
    padding-right:15px;
    grid-column:2;
    position:relative;
    z-index:2;
}
.hpNewsContainer
{
}
.hpNewsGrid .hpTitle
{
    padding-left:0;
}
.hpNewsGrid .hpLine
{
    position:absolute;
    bottom:32px;
    background-color:white;
    /*width:calc(328px + ((100vw - 1140px) / 2));
    left:0;*/

    width:calc(413px + ((100vw - 1240px) / 2));
    left:calc(((100vw - 1240px) / 2) * -1);
}
.hpNewsGrid .hpLink
{
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.news_slider .slick-slide 
{
    padding: 0;
}
.hpTrendingNewsContainer
{
    width:100%;
    float:left;
    clear:both;
}
.hpNewsItemFeatured
{
    display:flex;
    clear:both;
    height:222px;
    overflow-y:auto;
    width:100%;
    align-items:center;
}
.HPNewsPhoto
{
    position:relative;
    margin-bottom:0;
    width:260px;
    max-width:100%;
    flex-shrink:0;
}
.HPNewsPhoto img
{
    margin:0 auto;
    width:100%;
    max-width:100%;
}
.HPNewsArticle
{
    padding-left:10px;
}
.HPnewscomponent_mainlink
{
    color:white;
    padding:0;
    font-size:1.125em;
    line-height:1.389;
    font-weight:900;
}
.HPnewscomponent_mainlink:hover, .HPnewscomponent_mainlink:focus
{
    color:white;
}
.HPnewscomponent_maintitle
{
    color:white;
    padding:0;
    font-size:1.125em;
    line-height:1.389;
    font-weight:900;
}
.HPnewscomponent_maintext
{
    color:white;
}
.HPreadMoreLink
{
    color: white;
    background: #DB3008;
    padding: 5px 10px;
    width: 117px;
}
.hpTrendingContainer
{
    margin-bottom:16px;
    float:left;
}
.hpTrendingcontainer .hpTitle
{
    margin-bottom:45px;
}
.hpNewsArrowsFeatured
{
    position:relative;
    float:left;
    clear:left;
    width:100%;
    margin-top:0px;
}
.hpNewsItem
{
    height:222px;
    overflow-y:auto;

    display:flex;
    align-items:center;
}
.hpNewsArrows
{
    position:relative;
    float:left;
    clear:left;
    width:100%;
    margin-top:-10px;
}
.hpNewsGrid .slick-prev
{
    display:none !important;
}
.hpNewsGrid .slick-next
{
    margin:0 auto;
    position:static;
    height:44px;
}
.hpNewsGrid .slick-next:hover, .hpNewsGrid .slick-next:focus
{
    height:44px;
}
.hpNewsOverlay
{
    top:0;
    left:0;
    position:absolute;
    background-color:rgba(39, 43, 109, 0.89);
    grid-column:1 / 3;
    z-index:1;
    width:100%;
    height:100%;
}
@media screen and (max-width:1300px)
{
    .news_slider
    {
        /*width:300px;*/
    }
    .hpNewsGrid .hpLine
    {
        left:calc((((100vw - 1240px) / 2) * -1) - 15px);
    }
}
@media screen and (max-width:1200px)
{
    .hpNewsGrid
    {
        /*grid-template-columns:calc(41vw - 15px) 15px;*/
        grid-template-columns:15px calc(54vw - 15px);
    }
    .hpNewsGrid .HomepageContainer
    {
        font-size:13px;
    }
}
@media screen and (max-width:1100px)
{
    .hpTrendingContainer
    {
        width:100%;
    }
}
@media screen and (max-width:991px)
{
    .hpNewsGrid
    {
        display:flex;
        justify-content:center;
    }
    .hpNewsGridInner
    {
        padding:25px 20px;
        width:480px;
        max-width:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hpNewsGrid .HomepageContainer
    {
        flex-direction:column;
        align-items:flex-end;
        font-size:10px;
    }
    .HPNewsPhoto
    {
        width:192px;
    }
    .hpNewsGrid .hpTitle
    {
        padding-left:0;
    }
    .hpNewsGrid .hpLink
    {
        margin:7px 0;
    }
    .hpNewsGrid .hpLine
    {
        /*width:calc(366px + (100vw / 2));*/
        width:100vw;
        left:calc((100vw / 2) * -1);
    }
    .HPnewscomponent_mainlink
    {
        font-size:0.833em;
    }
}
@media screen and (max-width:768px)
{
    .hpNewsGrid .hpLine
    {
        left:auto;
    }
}
@media screen and (max-width:480px)
{
    .news_slider
    {
        width:100%;    
        max-width: 99vw;
    }
    .HPNewsPhoto
    {
        width:154px;
    }
}
/* END HOMEPAGE NEWS */

/* HP TEXT */
.hpDiv3
{
    background:#FFF;
    padding:20px 0;
    width:100%;
}
.hpTextTitle
{
    display:block;
    font-size:2.000em;
    font-weight:bold;
    margin-bottom:7px;
}
.hpTextContent
{
    font-size:1.250em;
}
/* END HP TEXT */

/* HOMEPAGE SCRIPT SLIDER */
.hpStatsContainer
{
    background-size:cover;
    background-image:url(../sysimages/StatsBG.jpg);
    background-color:#D9D8DB;
    background-position: center center;
    background-repeat: no-repeat;
    background-color:#DFF0D8;
    padding:35px 0 49px;
    clear:both;
    position:relative;
    overflow:hidden;
}
.hpStatsContainer .container-fluid
{
    z-index:3;
}
.hpStatsContainer .HomepageContainer
{
    display:flex;
    align-items:center;
}
.hpStatsContainer .hpTitle
{
    color:#272B6D;
}
.hpStatsSlider
{
    float:left; 
    margin-top:20px;
    max-width:100%;
}
.hpStatsSlider .slick-slide
{
    padding:0 25px;
}
.hpStatsSlideItem
{

}
.hpStatsBox
{
    margin:0 auto;
    padding:7px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}
.hpStatsTitle
{
    color:#DB3008;
    font-size:2.188em;
    line-height:1.371;
    font-weight:bold;
}
.hpStatsSubtitle
{
    font-size:1.125em;
    line-height:1.389;
    font-weight:bold;
    color:#272B6D;
    padding:0;
}
.hpStatsDescription
{
    font-size:1.125em;
    line-height:1.389;
    font-weight:bold;
    color:#272B6D;
}
.hpStatsRichText
{
    font-size:1.125em;
    line-height:1.389;
    font-weight:bold;
    color:#272B6D;
}
.hpStatSliderOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(231,231,231,0.75);
    top: 0;
}
.hpStatsContainer .slick-dots
{
    bottom:-43px;
}
.SlideLine
{
    height:10px;
    background-color:#272B6D;
    margin:4px 0;
    width:100vw;
    left:calc(((100vw - 1252px) / 2) * -1);
    padding:0;
}
@media screen and (min-width:1100px)
{
    .hpStatsSlideItem
    {
        padding:0 103px;
    }
}
@media screen and (max-width:991px)
{
    .hpStatsSlideItem:nth-child(3), .hpStatsSlideItem:nth-child(6)
    {
        clear:left;
    }
    .hpStatsBox
    {
        font-size:12px;
    }
    .SlideLine
    {
        display:none;
    }
}
@media screen and (max-width:768px)
{
    .hpStatsBox
    {
        max-width:100%;
    }
}
/* END HOMEPAGE SCRIPT SLIDER */

/* DYNAMIC NAV */
#dynamic_nav .slicknav_menu
{
    background:transparent;
}
#dynamic_nav .slicknav_nav li
{
    background:#EBEBEB;
}
#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;*/
    flex:1;
}
#dynamic_nav .slicknav_nav > li
{
    border-bottom:1px solid #24317d;
    border-right:1px solid #dfdfdf;
    border-left:1px solid #dfdfdf;
}
#dynamic_nav .slicknav_nav > li:first-of-type
{
    border-top:none;
    background-color:#3C557E;
}
#dynamic_nav .slicknav_nav > li:first-of-type.slicknav_txtnode
{
    margin-left:0;
}
#dynamic_nav .slicknav_nav .slicknav_arrow
{
    margin:0;
    padding:0 10px;
    color:#24317D;
}
#dynamic_nav .slicknav_nav li a:hover > .slicknav_arrow
{
    color:White;
}
#dynamic_nav .slicknav_nav li .current_page
{
    text-decoration:underline;
    color:#000FA0;
    font-weight:bold;
}
#dynamic_nav .slicknav_nav li a:hover, #dynamic_nav .slicknav_nav li a:hover a
{
    background:#0F2559;
    color:#FFF;
}
@media (max-width:1100px)
{
    .slicknav_menu{display:block;}
}
@media (min-width:992px)
{
    #dynamic_nav .slicknav_menu
    {
        background:transparent;
        padding: 0 0 0 15px;
    }
    #dynamic_nav .slicknav_nav li > a
    {
        font-size:16px;
        margin:0;
        padding:10px;
    }
    #dynamic_nav .slicknav_nav > li:first-of-type a
    {
        font-weight:bold;
        font-size:20px;
        color:#FFF;
        border-top:none;
    }
    #dynamic_nav .slicknav_nav > li:first-of-type a:hover
    {
        color:white;
        background:#0F2559;
    }
    #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;
        background-color:#DD0025;
    }
    #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;
        float:left;
        background:transparent;
        float:left;
    }
    #dynamic_nav .slicknav_menu .slicknav_icon-bar
    {
        background-color:#FFF;
    }
    #dynamic_nav .slicknav_nav > li:first-of-type a
    {
        color:White;
    }
}
/* 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:#FFF;
    border:7px solid #DB3008;
    border-radius:15px;
    padding:3px 0;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#3C557E;
    color: #fff;
}
.eventcomponent_month
{
    color:#DB3008;
}
.eventcomponent_date
{
    color:#DB3008;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#3C557E;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#3C557E; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #3C557E !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;
}
.mastercalendar_filterbar a
{
    color:#2F6FA7
}
@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 */

/* SCRIPT SLIDER COMPONENT */
.component_container_scriptslider
{
}
.ScriptSliderItem
{

}
.ScriptSliderBox
{
    width:300px;
    min-height:200px;
    padding:7px;
    background-color:#D6D6D6;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:2px solid #11223F;
    border-radius:7px;
}
.ScriptSliderTitle
{
    font-size:1.500em;
    font-weight:bold;
}
.ScriptSliderSubtitle
{
    font-size:1.125em;
    font-weight:normal;
    font-style:italic;
    padding:5px 0;
}
.ScriptSliderDescription
{
    font-size:1em;
    font-weight:normal;
}
.ScriptSliderRichText
{
    font-size:1em;
}
.ssLine
{
    height:5px;
}
/* END SCRIPT SLIDER COMPONENT */

/* 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 */

/* BLOG COMPONENT */
.PanelReplies
{
}
.blog_posttitle
{
}
.blog_maintext
{
}
.blog_maintext2
{
}
.blog_smalltext
{
}
.blog_smalllink, .ui-widget-content a.blog_smalllink
{
}
.blog_reply_title
{
}
/* END BLOG 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 */
.panel_blog_root
{
    padding:10px !important;
}
.panel_blog_root h2.ui-accordion-header
{
    margin-bottom:0;
    font-size:1em;
    float:left;
    width:100%;
    padding:5px;
}
.panel_blog_root h3.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:10px;
    margin-top:0;
}
.panel_blog_root .ui-accordion-header-icon
{
    display: block;
    float: left;
    margin-top: 2px;
}
.component_container .panel_blog_root .ui-widget-content
{
    font-family:inherit !important; /*This will be based on schools font family for body of text*/
    font-size:.85em; /*This will be based on schools text*/
    float:left;
    width:100%;
}
[id*="pnlStyle"] > .blog_spacer
{
    display: none;
}
.blog_smalllink, .ui-widget-content a.blog_smalllink
{
    background-color: #3C557E;
    border-color: #3C557E;
    color:black !important;
}
.collapsible h2.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:5px;
}
.collapsible h3.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:5px;
}
.collapsible .ui-accordion-header-icon
{
    display: block;
    float: left;
    margin-top: 2px;
}
.component_container.collapsible .ui-widget-content
{
    font-family:inherit !important; /*This will be based on schools font family for body of text*/
    font-size:.85em; /*This will be based on schools text*/
    float:left;
    width:100%;
}
.collapsible h2.component_header 
{
    border:none;
    background:#214174;
    color:#fff;
    cursor:pointer;
    padding:10px 15px;
    margin:0;
    font-size:1.75em;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    line-height:1;
    font-weight:400;
    margin-top:12px;
    margin-left:2px;
    margin-right:2px
}
.collapsible h2.component_header svg 
{
    transition:transform .2s ease
}
.collapsible h2.component_header.ui-accordion-header-active svg 
{
    transform:rotate(90deg)
}
.collapsible h2.component_header:focus,
.collapsible h2.component_header:active 
{
    outline:none
}
/* End of Collapsible */