﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');
@import url("https://use.typekit.net/jpj5tvm.css");

*:focus
{
    outline:3px solid blue !important;
}

.container-fluid
{
    max-width:1280px;
}

/* GENERAL LAYOUT */
body
{
    font-family: "futura-pt", Sans-Serif;
    background: #F5F5F5;
    /*font-size:16px;*/
    font-size:18px; /* bumped up base size since futura-pt runs a bit small */
}

.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;
    clear:both;
}
h1.page_header
{
}

/* Use this for component headers */
h2.component_header
{
    color:#000;
    font-size: 1.7em;
    margin-top:0;
    font-weight: 700;
    margin-bottom:10px;
}
.component_header_image
{
    max-width:100%;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#000;
    font-size: 1.429em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-bottom:10px;
}
.dualwindow_right
{
    background: white;
    padding: 15px;
}
.col-md-0 /*Fix for components defaulting to 0 */
{
    padding:0 15px;
}
.LoggedinDiv
{
    clear:left;
    width:100%;
    height:24px;
    margin-bottom:10px;
    background-color:#000000;
    text-align:center;
    color:White;
}
.loggedin_whitetext
{
    color:white;
}
.loggedin_whitetext:hover
{
    color:white;
}
div [src*='filecabinet']{max-width:100% !important;}
iframe
{
    max-width:100%;
}
/*.container-fluid
{
    max-width:100%;
}*/
.InteriorContent
{
    max-width:100%;
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background: #6E6B67;
    position:relative;
    z-index:3;
}
.NavHomeColumn
{
    position:relative;
}
.TopNav nav a.NavHome
{
    position:absolute;
    top:10px;
    left:-115px;
    color:white;
    font-size:1.875em;
}
.TopNav nav a.NavHome:hover
{
    color:black;
}
.TopNav hr
{
    height:3px;
    background-color:black;
    position:absolute;
    top:31px;
    width:100%;
    z-index:5;
    border:none;
}
.TopNav > nav > div > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap; /* Top Nav is divided into two rows by using flex-wrap here. If there is only a single row, check the slideshow styles on ucSlideShow to adjust margin-top */
}
.TopNav > nav > div > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
    /*flex-basis:155px;*/
    flex-basis:15%;
    justify-content:center;
}
.TopNav nav ul li a
{
    height:52px;
    line-height:52px;
    color:white;
    font-size:0.938em;
    font-weight:bold;
}
.TopNav nav ul li:hover a
{
    background: transparent;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: #163376;
}
.TopNav nav ul li:focus-within ul
{
    display:block;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:38px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav .nav_title
{
    text-align:left;
}
.TopNav .nav_title:hover
{
    background:transparent !important;
    color:Black;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:0.938em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;

}
#mobile_top_nav .slicknav_nav span
{
    float:left;
    width:99%;
}
#mobile_top_nav .slicknav_nav span a
{
    width:calc(100% - 80px);
    display:block;
    float:left;
}
#mobile_top_nav .slicknav_nav span a.slicknav_item
{
    width:80px;
    display:block;
    float:left;
    background: black;
    border-radius: 5px;
    text-align: center;
}
#mobile_top_nav .slicknav_nav span a.slicknav_item:hover{
    color:black;
    background:white;
}
#mobile_top_nav .slicknav_nav .sub-nav-group
{
    width:90%;
    float:left;
}
#mobile_top_nav .slicknav_nav span a
{
    padding: 0;
    margin: 0;
}
#mobile_top_nav .slicknav_nav a > a
{
    padding:0;
    margin:0;
}
#mobile_top_nav .slicknav_row
{
    display:flex;
    flex-direction:row;
    width:100%;
    align-items:center;
    justify-content:space-between;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0;
}
#mobile_top_nav .slicknav_nav li.nav-item
{
    clear:both;
}
.ButtonCloseNav
{
    background:white;
    border:none;
    color:black;
    display:block;
    margin:0 auto;
}
.ButtonCloseNav:hover, .ButtonCloseNav:focus
{
    background:black;
    color:white;
}
@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}
@media screen and (min-width:1201px)
{
    .NavHomeColumn
    {
        width:22%;
    }
    .NavColumn /* Adjust size and positioning on larger layouts to follow design*/
    {
        width:78%;
        float:right;
    }
}
@media screen and (max-width:1500px)
{
    .TopNav nav a.NavHome
    {
        left:-56px;
    }
}
@media screen and (max-width:1400px)
{
    .NavHomeColumn
    {
        text-align: right;
        padding-top: 7px;
    }
    .TopNav nav a.NavHome
    {
        /*position:static;
        top:auto;
        left:auto;*/
    }
}
@media screen and (max-width:1300px)
{
    .TopNav
    {
        font-size:14px;
    }
    .TopNav > nav > div > div > ul > li
    {
        flex-basis:146px;
    }
}
@media screen and (max-width:1200px)
{
    .NavHomeColumn
    {
        display:none;
    }
    .TopNav nav ul li:nth-child(8) ul
    {
        left:0;
    }
}
@media screen and (max-width:1080px)
{
    .TopNav nav ul li:nth-child(7) ul
    {
        left:0;
    }
}
@media screen and (max-width:991px)
{
    #mobile_top_nav .slicknav_menu
    {
        display:block;
    }
    #mobile_top_nav .slicknav_nav a:focus
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222;
    }
    .slicknav_brand a
    {
        color:white;
        font-size:1.500em;
    }
}
/* END TOP NAV */
/* HEADER */
header
{
    background-color:#163376;
    border-top: none;
    border-bottom: 32px solid #F9CE34;
    color:white;
    padding:15px 0 7px;
}
header a
{
    color:White;
}
header a:active, header a:hover, header a:focus
{
	color:Black;
}
.LiquidButton
{
    color:black;
}
.HeaderContainer
{
    display:flex;
}
.HeaderLeft
{
    position:relative;
}
.HeaderLogo
{
    float:left;
    width:214px;
    height:214px;
    border-radius:50%;
    background-color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:6;
    aspect-ratio: 1 / 1;
    padding:15px;
}
.HeaderLogo img
{
    float:left;
    margin-right:0;
    max-width:100%;
}
.HeaderCenter
{
    display:flex;
    align-items:flex-end;
}
header h1
{
    font-weight:bold;
    font-size:2.500em;
    line-height:1.1;
}
.HeaderRight
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top:12px;
    padding-bottom:10px;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
    margin-bottom:8px;
}
.SocialMedia a
{
    font-size: 1.250em;
    margin-left:20px;
    margin-right:0;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #222;
}
/* Google Translate Styles */
/* The original Translate widget is display:none. HeaderTranslateButton can be more easily customized */
.HeaderTranslateButton
{
    color:White;
    margin-top:0;
    text-align:center;
    float:right;
    clear:right;
    font-size:1.250em;
}
.HeaderTranslateButton:hover
{
}
.HeaderTranslateButton .fa-chevron-down
{
    font-size:0.5em;
}
/* End Google Translate Styles */

/* Search Styles */
.HeaderSearchDiv
{
    background: white;
    border: none;
    border-radius:13px;
    width:180px;
    max-width: 100%;
    clear:both;
    margin-top:10px;
    margin-bottom:10px;
    max-height:26px;
    overflow:hidden;
    padding-left:7px;
    display:flex;
    align-items:center;
    color:black;
}
.HeaderSearchDiv:before, .HeaderSearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.HeaderSearchDiv input
{
    width: calc(100% - 31px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
    font-size: 0.938em;
}
.HeaderSearchDiv span svg
{
    color: #163376;
    cursor: pointer;
}
.HeaderSearchDiv a
{
    padding-left: 0;
    font-size:0.625em;
}
.HeaderSearchDiv svg
{
    color: #163376;
    width: 24px !important;
}
/* End Search Styles */
@media screen and (min-width:1201px)
{
    .HeaderLogo
    {
        position: absolute;
        top: 0;
        left:18px;
    }
    .HeaderCenter
    {
        font-size:20px;
        flex:1;
    }
    .HeaderRight
    {
        width:210px;
    }
}
@media screen and (max-width:1400px)
{
    header
    {
        padding-right:30px;
        padding-left:16px;
    }
    .HeaderLogo
    {
        width:161px;
        height:161px;
        left:0;
    }
    .HeaderLogo img
    {
       /* max-width:61%;*/
    }
}
@media screen and (max-width:1200px)
{
    .HeaderLogo
    {
        width:150px;
        height:150px;
    }
    .HeaderLogo img
    {
        /*max-width:65%;*/
    }
}
@media screen and (max-width:991px)
{
    .LiquidButton{display:none;}
    .LiquidHeader{display:none;}
    header
    {
        padding-right:0;
        padding-left:0;
    }
    .HeaderLeft
    {
        display:none;
    }
    .HeaderCenter
    {
        align-items:center;
        font-size:14px;
    }
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .HeaderLogo
    {
        display: none;
    }
    .SchoolName
    {
        float: none !important;
        width: 100%;
    }
}
@media screen and (max-width:473px)
{
    .SchoolName
    {
        font-size: 0.857em;
    }
    .HeaderContainer
    {
        flex-direction:column;
    }
    .HeaderRight
    {
        align-items:center;
    }
}
@media screen and (max-width:347px)
{
    .SchoolName
    {
        font-size: 0.714em;
    }
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#163376;
    color:White;
    padding:35px 0 6px;
    width:100%;
    border-top:20px solid #F9CE34;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.FooterLeft
{
    text-align:center;
}
footer h1
{
    font-size:1.700em;
    line-height:1.3;
    margin-bottom:25px;
}
.footertext
{
    font-size:1.125em;
    font-weight:bold;
    line-height:1.389;
}
.FooterCenter
{
}
.FooterCenter iframe
{
    max-width:100%;
}
.FooterRight
{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}
.quicklinks_button
{
    padding:10px 0;
    width:auto;
    max-width:100%;
    background-color:transparent;
    border:none;
    line-height:1;
    text-align:center;
    font-size:2.000em;
    text-transform:none;
    font-weight:bold;
    margin-top: 38px;
    float:right;
    color:#FFF;
    transition:all 0.3s ease-out;
}
.quicklinks_button:hover, .quicklinks_button:focus
{
    background-color:#000;
    color: white;
}
.quicklinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    bottom:45px;
    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;
}
/* Search Styles */
.FooterSearchDiv
{
    background: white;
    border: none;
    border-radius:13px;
    width:180px;
    max-width: 100%;
    clear:both;
    margin-top:20px;
    margin-bottom:10px;
    max-height:26px;
    overflow:hidden;
    padding-left:7px;
    display:flex;
    align-items:center;
    color:black;
}
.FooterSearchDiv:before, .FooterSearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.FooterSearchDiv input
{
    width: calc(100% - 31px);
    border: none !important;
    outline: none !important;
    padding-left:10px;
    font-size: 0.938em;
}
.FooterSearchDiv span svg
{
    color: #163376;
    cursor: pointer;
}
.FooterSearchDiv a
{
    padding-left: 0;
    font-size:0.625em;
}
.FooterSearchDiv svg
{
    color: #163376;
    width: 24px !important;
}
/* End Search Styles */
.social_media_buttons 
{
}
.social_media_buttons a
{
    margin-left:20px;
    margin-right:0;
}
.social_media_buttons svg /*size of icon inside circle*/
{
    font-size:1.250em;
}
.quicklinks
{
    position:relative;
    clear:right;
}
.FooterTranslateButton
{
    color:White;
    margin-top:0;
    text-align:center;
    float:right;
    clear:right;
    font-size:1.250em;
}
.FooterTranslateButton:hover
{
}
.FooterTranslateButton .fa-chevron-down
{
    font-size:0.5em;
}
.SubfooterInfo
{
    text-align:right;
    margin-top:35px;
}
.FooterOwnership, .FooterCreated
{
    font-size:0.750em;
    font-weight:500;
    color:white;
}
@media screen and (max-width:1250px)
{
}
@media only screen and (max-width : 991px)
{
    footer
    {
        font-size:14px;
    }
    footer .col-md-3:nth-child(1), footer .col-md-3:nth-child(2){margin-bottom: 30px;}
}
@media only screen and (max-width : 767px)
{
    footer .col-md-3:nth-child(3){margin-bottom: 30px;}
    .FooterCenter
    {
        margin-top:20px;
    }
    .FooterRight
    {
        align-items:center;
    }
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
    float: left;
    z-index: 2;
    background-color:black;
}
.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: 1280 / 549; /* 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:#163376;
}
.slick-prev, .slick-next
{
    margin-top: 0;
    color:#163376;
    position:static;
    top:auto;
    transform:none;
}
.slick-prev svg, .slick-next svg
{
    font-size:40px;
}
.slideshow_outer_container .slick-prev
{
    margin-left:0;
}
.slideshow_outer_container .slick-next
{
    margin-right:0;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#163376;
}
.slick-prev:before, .slick-next:before
{
    color:#163376;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:999;
    bottom:-5%;
}
.hpSlideshowPauseAndPlay button
{
    background:transparent;
    border:none;
    color:White;
    font-size:30px;
    text-shadow: 0 0 10px #333;
}
.hpSlideshowPauseAndPlay button:focus
{
    border:2px solid blue;
}
@media screen and (max-width:1200px)
{
    .SlideShowNavContainer
    {
        clear:both;
        float:left;
        width:100%;
        position:relative;
        top:auto;
        padding:15px 0;
    }
    .SlideShowNav
    {
        position:relative;
        top:auto;
    }
}
@media screen and (max-width: 1180px)
{
    .slideshow_caption_container_outer
    {
    }
    .slideshow_caption_container_inner
    {
        max-width: 475px;
    }
    .slideshow_caption_header
    {
        font-size: 2em;
    }
}
@media screen and (max-width: 1065px)
{
    .slideshow_caption_container_outer
    {
        right: 10px;
        bottom: 10px;
    }
    .slideshow_caption_container_inner
    {
        max-width: 450px;
    }
}
@media screen and (max-width:991px)
{
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
}
/* END HOMEPAGE SLIDESHOW */

/* GENERAL HOMEPAGE STYLES */
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 10px;
    display:flex;
    align-items:flex-end;
}
.hpTitleBarLeft
{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.hpTitle
{
    font-weight:bold;
    float:left;
    color:#163376;
    font-size:2.000em;
    line-height:1.313;
    width:auto;
    letter-spacing:0.05em;
}
.hpLink:hover
{
    color: black;
    background: #F9CE34;
}
.hpLineDiv
{
    display:flex;
    align-items:center;
    margin-top:6px;
}
.hpLine
{
    height:5px;
    width:213px;
    max-width:100%;
    background-color:#163376;
    float:left;
    margin-right:10px;
}
.hpLineDot
{
    padding:0 10px;
    filter: hue-rotate(220deg);
}
.hpTitleBarRight
{
    display:flex;
    flex-direction:column;
}
.hpLink
{
    background: transparent;
    border-radius: 0;
    text-transform: none;
    border: none;
    color: #163376;
    font-weight: 700;
    font-size:0.750em;
    padding:0;
}
.hpLink:hover
{
    color:#111;
    background:transparent;
}
.hpTitleBarRight .hpLineDiv
{
    margin-top:8px;
}
.hpTitleBarRight .hpLine
{
    width:86px;
}
@media sccreen and (max-width:1200px)
{
    .hpSlideshowPauseAndPlay
    {
        right:10px;
    }
}
@media screen and (max-width:991px)
{
    .HomepageContainer
    {
        flex-direction:column;
    }
    .hpLink
    {
        margin-top:15px;
    }
}
@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;
    }
}
@media screen and (max-width:500px)
{
    .hpTitleBarLeft
    {
        font-size:12px;
    }
    .hpLine
    {
        width:84px
    }
}
/* END GENERAL HOMEPAGE STYLES */

/* LARGE HOMEPAGE EVENTS */
.SlideshowEvents
{
    position:absolute;
    bottom:0;
    z-index:3;
    width:100%;
    padding-bottom:25px;
}
.SlideshowEvents .hpTitle
{
    color:white;
}
.SlideshowEvents .hpLine
{
    background-color:white;
}
.SlideshowEvents .hpLink
{
    color:white;
}
.EventSliderContainer
{
    float:left;
    clear:left;
    width:100%;
    display:flex; 
    align-items: flex-end;
}
.events_slider
{
    float:left; 
    width:90%; 
    margin-top:30px;
    color:white;
}
.hpEventArrows
{
    float:left;
    width:10%;
    display:flex;
    justify-content:center;
}
.hpEventArrows .slick-prev, .hpEventArrows .slick-next
{
    color:white;
}
.eventDateBubble
{
    background-color:transparent;
    width:100%;
    padding: 3px 0;
    text-align: center;
    font-weight: bold;
    color: White;
    text-transform: none;
    font-size: 1.563em;
    margin:0 auto;
}
.event_article
{
    width: 100%;
    padding: 0 5px;
    border: none;
    border-top-width: 0px;
    font-size:16px;
}
.eventMonth
{
    font-weight:bold;
}
.eventDate
{
    font-weight:bold;
}
.hpeventcomponent_linktext
{
    font-weight: 500;
    color: #FFF;
    font-size: 1.563em;
    line-height:1.2;
}
.hpeventcomponent_maintext
{
    font-weight: 500;
    color: #FFF;
    font-size: 1.563em;
    line-height:1.2;
}
.hpeventcomponent_datetext
{
    font-weight: 500;
    color: #FFF;
    font-size: 1.563em;
    line-height:1.2;
    text-transform:none;
}
@media screen and (max-width:1200px)
{
    .events_slider, .event_article
    {
        font-size:14px;
    }
}
@media screen and (max-width:991px)
{
    .SlideshowEvents
    {
        position:relative;
        bottom:auto;
        padding:20px 10px;
        background-color:#6A6A6A;
    }
}
@media screen and (max-width:580px)
{
    .eventDateBubble
    {
        text-align:left;
        padding-left:5px;
    }
}
/* END LARGE HOMEPAGE EVENTS */
/* CTA */
.CTAContainer
{
    float: left;
    clear: both;
    width: 100%;
    background-color:#163376;
    font-size:16px;
}
.CTAContainer .container-fluid
{
    display:flex;
    flex-wrap:wrap;
}
.CTALink
{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    flex:1;
    color:black;
    background-color:#163376;
    padding:48px 15px;
    text-align:center;
}
.CTALink:hover, .CTALink:focus
{
    color:black;
    background-color:#F9CE34;
    text-decoration:none;
}
.CTACircle
{
    background-color:white;
    border-radius:50%;
    aspect-ratio:1 / 1;
    padding:18px;
}
.CTALink svg
{
    font-size:3.200em;
}
.CTALinkTitle
{
    font-weight:bold;
}
.CTALink:hover .CTALinkTitle, .CTALink:focus .CTALinkTitle
{
    color:black;
}
.CTALink h2
{
    margin:20px 0 0;
    font-size:1.250em;
    line-height:1.2;
    font-family:lato, Sans-Serif;
    font-weight:500;
    color:white;
}
@media screen and (max-width:991px)
{
    .CTALink{ border:1px solid Black;}
}
@media screen and (max-width:767px)
{
    .CTALink svg{font-size:2.5em;}
    .CTALink{padding:20px 15px;}
    .CTALink h2{margin:10px 0 0;}
}
@media screen and (max-width:320px)
{
    .CTAContainer{display:block;}
}
/* End CTA */
/* HOMEPAGE NEWS */
.hpDiv1
{
    background-color:white;
    padding:50px 35px 57px;
    float:left;
    clear:both;
    width:100%;
}
.news_slider
{
    float:left; 
    margin-top:24px;
    max-width:100%;
    padding:0 10px;
}
.news_slider .slick-slide
{
    padding:0 10px 10px;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin:0 auto;
    width:auto;
    max-width:100%;
}
.HPNewsArticle
{
    background-color:#F9CE34;
    padding:20px 20px; 
    border-top:10px solid #163376;
    float:left;
    clear:left;
    text-align:center;
    box-shadow: 0px 3px 6px #00000029;
    min-height:302px;
    width:100%;
}
.HPnewscomponent_mainlink
{
    color:black;
    float:none;
    display:block;
    font-size:1.125em;
    line-height:1.389;
    font-weight:bold;
    margin-bottom:20px;
}
.HPnewscomponent_maintext
{
    color:black;
    float:none;
    font-size:0.938em;
    line-height:1.333;
    font-weight:500;
}
.HPreadMoreLink
{
    color:black;
    float:none;
    font-size:0.750em;
    font-weight:bold;
    display:block;
    margin-top:12px;
}
.HPreadMoreLink:hover, .HPreadMoreLink:focus
{
    color:#163376;
}
@media screen and (min-width:992px)
{
    .HPNewsPhoto img
    {
        width:100%;
    }
}
@media screen and (max-width:400px)
{
    .news_slider
    {
        padding:0;
    }
}
/* END HOMEPAGE NEWS */

/* HP LINK BOXES */
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #163376;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #163376;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #163376;
    font-weight: 900;
    font-size: calc(16em / 14);
}
.hpLinks
{
    background: url(../sysimages/Mountains.png);
    background-color: Black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -31px;
}
.hpLinks a
{
    text-decoration: none !important;
}
.hpLinks img
{
    width: 100%;
}
.hpLinksDiv
{
    width: 100%;
    background: white;
    border-top: 4px solid #163376;
    text-align: center;
    padding: 30px 0;
    opacity: 0.8;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.hpLinksDiv:hover
{
    opacity: 1;
}
.hpLinksDiv svg
{
    color: #163376;
    font-size: 10em;
    margin-bottom: 15px;
}
.hpLinksDiv .top
{
    font-weight: bold;
    font-size: calc(26em / 14);
    color: #313131;
}
.hpLinksDiv .bottom
{
    text-transform: uppercase;
    color: #163376;
    font-weight: 900;
    font-size: calc(16em / 14);
}
@media screen and (max-width:991px)
{
    .hpLinks .col-md-3:nth-child(1), .hpLinks .col-md-3:nth-child(2)
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 767px)
{
    .hpLinks .col-md-3:nth-child(3)
    {
        margin-bottom: 30px;
    }
}
/* END HP LINK BOXES */

/* HP TEXT AND SOCIAL */
.hpTextSocial
{
    background:transparent;
    padding:0;
    width:100%;
    float:left;
    clear:both;
    display:flex;
    align-items:stretch;
}
.hpTextSocialLeft
{
    display:flex;
    flex-direction:column;
    padding:0;
}
.hpMission
{
    background-color:#F9CE34;
    position:relative;
    padding:54px 10px 47px;
}
.hpMissionContent
{
    position:relative;
    z-index:3;
    color:black;
    text-align:center;
}
.hpMissionOverlay
{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:2;
    background-color:rgba(100,0,0, 0.8);
}
.MissionTitle
{
    display:block;
    font-weight:bold;
    font-size:1.8em;
}
.MissionText
{
    font-size:1.750em;
    font-style:italic;
    font-weight:500;
    line-height:1.536;
}
.hpSocial
{
    background-color:white;
    display:flex;
    flex:1;
    padding:32px 5px 12px;
    position:relative;
}
.hpSocialInner
{
}
.lnkSkipSocial
{
    color:#163376;
}
.ScriptColumn
{
    padding:0 5px;
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size:16px;
}
.hpSocialIcon
{
    color:#163376;
    font-size:2.500em;
    margin-bottom:25px;
}
.hpSocialIcon:hover
{
    color:#111;
}
.hpVideoBox
{
}
.hpVideoTitle
{
    margin-top:11px;
    color:#163376;
    font-size:1.375em;
    font-weight:bold;
}
.hpScriptBox
{
    display:block;
    border:3px solid black;
    width:100%;
}
.hpTextSocialRight
{
    background-color:#163376;
    padding:11px 20px 20px;
}
.hpSpotlight
{
    color:white;
    padding-top:15px;
}
.hpTextSocialRight .HomepageContainer
{
    padding:0;
}
.hpTextSocialRight .hpTitleBarLeft
{
    padding:0;
}
.hpTextSocialRight .hpTitle
{
    color:white;
}
.hpTextSocialRight .hpLine
{
    background-color:white;
}
.hpSpotlight img
{
    max-width:100%;
   /* float:right;*/
}
.hpSpotlight .textwindow_text a
{
    color:white;
    text-decoration:underline;
}
.SpotlightLink, .SpotlightReadmore
{
    color:#EEE;
    text-decoration:underline;
}
.SpotlightLink:hover, .SpotlightLink:focus, .SpotlightReadmore:hover, .SpotlightReadmore:focus
{
    color:#DDD;
}
@media screen and (min-width:1101px)
{
    .hpTextSocialLeft
    {
        width:63.2%;
    }
    .hpMission
    {
        display:flex;
        justify-content:flex-end;
    }
    .hpMissionContent
    {
        width:680px;
        max-width:100%;
        padding-right:122px;
    }
    .hpSocial
    {
        display:flex;
        justify-content:flex-end;
    }
    .hpSocialInner
    {
        width:796px;
        max-width:100%;
    }
    .hpTextSocialRight
    {
        width:36.8%;
        display:flex;
        align-items:flex-start;
        flex-direction:column;
    }
    .hpSpotlight
    {
        width:392px;
        max-width:100%;
    }
}
@media screen and (max-width:1100px)
{
    .hpTextSocial
    {
        font-size:16px;
    }
    .hpMission
    {
        font-size:13px;
    }
    .hpMissionContent
    {
        padding-right:0;
    }
}
@media screen and (max-width:991px)
{
    .hpTextSocial
    {
        flex-direction:column;
        align-items:center;
    }
    .hpSocial
    {
        flex-direction:column;
    }
    .ScriptColumn
    {
        margin:20px 0;
    }
}
/* END HP TEXT */

/* HP SCRIPT */
.hpDiv4
{
    background:#EEE;
    padding:20px 0;
    width:100%;
}
/* END HP SCRIPT */

/* HOMEPAGE FACTS */
.homepage_facts_container
{
    padding:100px 0 85px;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../sysimages/hpStatsBG.png);
    background-color:#000;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
    width:100%; 
    clear:both;
}
.hpStatsOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color:rgba(5, 150, 98, .85);
    top:0;
}
.homepage_facts_column
{
    position:relative;
    z-index:3;
}
.homepage_facts_container .slick-slider
{
    /*display:flex;*/ /*<-- Leaving this style active may cause sizing issues */
    height:auto;
}
.homepage_facts_outer
{
    display:flex;
    flex:1;
    height:auto;
    padding:0 12px;
}
.homepage_facts_box
{
    margin:0 0;
    background:rgba(255,255,255,0.45);
    border-top:10px solid rgba(255, 255, 255, 1);
    color:#FFF;
}
.homepage_facts_borderbox
{
    padding:40px 10px 54px;
    text-align:center;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homepage_facts_title
{
    font-weight:700;
    font-size:2.000em;
    line-height:1.093;
    margin:0;
    color:#000;
}
.homepage_facts_statistic
{
    font-size:4.000em;
    line-height:1.5;
    margin:0;
    color:#000;
    display:block;
    font-weight:bold;
}
.homepage_facts_description
{
    font-size:1.250em;
    margin:0;
    padding:0;
    line-height:1.100;
    color:#000;
    font-weight:bold;
}
@media screen and (max-width:991px)
{
    .homepage_facts_borderbox{font-size:12px; min-height:360px;}
    .homepage_facts_description{font-size:1.700em;}
}
@media (max-width:767.9px)
{
    .homepage_facts_container{padding:30px 0;}
    .homepage_facts_row 
    {
        margin-left:-30px;
        margin-right:-30px;
    }
    .homepage_facts_borderbox{min-height:228px;}
}
@media (max-width:500px)
{
    .homepage_facts_container{font-size:14px;}
}
/* END HOMEPAGE FACTS */

/* DYNAMIC NAV */
.DynamicNav
{
}
.DynamicNav ul li
{
    background:#fff;
}
.DynamicNav ul li a
{
    color:#26272B;
    border-bottom: 1px solid #EAEAEA;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#163376;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 1px solid #8F0C0C;
    background: #163376;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 1px solid #F9CE34 !important;
    background: #163376;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #F9CE34 !important;
    color: black !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#2B2B2B;
        color:White;
        border-bottom:1px solid #000000;
    }
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
    #mobile_left_nav .slicknav_nav a.DynamicNav_currentpage_link
    {
        background: transparent !important;
        color: #222!important;
    }
    #mobile_left_nav .slicknav_nav a:focus, #mobile_left_nav .slicknav_nav a.DynamicNav_currentpage_link
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222 !important;
    }
}
#mobile_left_nav .slicknav_nav span
{
    float:left;
    width:99%;
}
#mobile_left_nav .slicknav_nav span a
{
    width:calc(100% - 80px);
    display:block;
    float:left;
}
#mobile_left_nav .slicknav_nav span a.slicknav_item
{
    width:80px;
    display:block;
    float:left;
    background: black;
    border-radius: 5px;
    text-align: center;
}
#mobile_left_nav .slicknav_nav span a.slicknav_item:hover
{
    color:black;
    background: white;
}
#mobile_left_nav .slicknav_nav .sub-nav-group
{
    width:90%;
    float:left;
}
#mobile_left_nav .slicknav_nav span a
{
    padding: 0;
    margin: 0;
}
#mobile_left_nav .slicknav_nav a > a
{
    padding:0;
    margin:0;
}
#mobile_left_nav .slicknav_row
{
    display:flex;
    flex-direction:row;
    width:100%;
    align-items:center;
    justify-content:space-between;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0;
}
#mobile_left_nav .slicknav_nav li.nav-item
{
    clear:both;
}
#mobile_left_nav .DynamicNavChild
{
    clear:both;
}
.ButtonCloseLeftNav
{
    background:white;
    border:none;
    color:black;
    display:block;
    margin:0 auto;
}
.ButtonCloseLeftNav:hover, .ButtonCloseLeftNav:focus
{
    background:black;
    color:white;
}
@media screen and (max-width:992px)
{
    #menu
    {
        display:none;
    }
}
@media only screen and (max-width:768px) {
 .slicknav_menu, .mobile_nav 
 {
    display:block
 }
}
/* END DYNAMIC NAV */

/* CSS TOUTS, ADDS STYLES TO TOUTS, IMAGE HIDDEN IN CONTROL */

.ToutButton
{
    background-color:#BE0A14;
    border-radius:6px;
    padding:10px 15px;
    font-size:1.286em;
    color:White;
    font-weight:bold;
    display:block;
    width:100%;
    margin-bottom:5px;
    border-bottom:1px solid Black;
}
.ToutButton:hover
{
    background-color:Black;
    text-decoration:none;
    color:White;
}

/* END CSS TOUTS * /

/* EVENTS COMPONENT */
.eventcomponent_datecontainer
{
    background:#163376;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#163376;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#163376;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a, .monthly-day-event:hover .monthly-day-number, .monthly-day-event:focus .monthly-day-number
{
    background-color:#163376; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #F9CE34 !important;
    color:black !important;
}
.monthly-event-list .listed-event /* Fix for color issue in monthly.css */
{
    color:#000 !important;
}
.eventcomponent_calendarlink
{

}
/* END EVENTS COMPONENT */

/* MASTER CALENDAR PAGE */
.mastercalendar_smalltext > tbody > tr > td > span[style*=background] label
{
    color:white;
}

@media screen and (max-width:767px)
{
    .mastercalendar_filterpanel > table
    {
        display:block;
        width:100%;
    }
    .mastercalendar_filterpanel > table > tbody
    {
        display:block;
        width:100%;
    }
    .mastercalendar_filterpanel > table > tbody > tr
    {
        display:flex;
        flex-direction:column;
        width:100% !important;
    }
    .mastercalendar_filterpanel > table > tbody > tr > td
    {
        display:block;
        width:100% !important;
    }
    .mastercalendar_smalltext > tbody > tr > td > span[style*="background"]
    {
        display:block;
    }
}
/* END MASTER CALENDAR PAGE */ 

/* ARTICLES */
.BtnArticleBack {
    background-color: #090909;
    border-radius: 2px;
    color: White;
    font-size: 17px;
    padding: 6px 9px;
    font-weight: bold;
    display: inline-block;
}
.BtnArticleBack:hover {
    background-color: #545454;
    color:White;
    text-decoration: none;
}
/* END ARTICLES */

/* NEWS COMPONENT */
.newscomponent_item
{
    border-bottom:1px solid #ededed;
}
.newscomponent_imagecontainer
{
    padding-right:20px;
}
.newscomponent_imagecontainer img
{
    width:100%;
    max-width:400px !important;
}
.newscomponent_archivelink
{
}
/* END NEWS COMPONENT */

/* HOMEPAGE SPOTLIGHTS SLIDER */
.hpSpotlightContainer
{
    background-size:cover;
    background-image:url(../sysimages/hpStatsBG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color:#E9EEE7;
    padding:25px 0 50px;
    clear:both;
    position:relative;
}
.hpSpotlightContainer .container-fluid
{
    z-index:3;
}
.hpSpotlightContainer .HomepageContainer
{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.hpSpotlightSlider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.hpSpotlightSlider .slick-slide
{
    padding:0 15px;
}
.hpSpotlightSlideItem
{

}
.SpotlightPhotoCell
{
    width: 200px;
    margin: 0 auto;
    filter: drop-shadow(15px 10px 0px #000);
}
.hpSpotlightPhoto
{
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit:cover;
}
.SpotlightArticleCell
{
    margin:0 auto;
    padding:7px 29px;
    text-align:center;
}
.hpSpotlightTitle
{
    font-size:1.125em;
    font-weight:bold;
    display:block;
}
.hpSpotlightSubtitle
{
    font-size:1.025em;
    font-weight:normal;
    font-style:italic;
    padding:5px 0;
}
.hpSpotlightSubheader
{
    font-size:0.938em;
    line-height:1.250;
    font-weight:normal;
    white-space:preserve-breaks;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 59px;
    min-height: 59px;
}
.hpSpotlightLink
{
    color:#333;
    font-weight:bold;
}
.hpSpotlightReadmore
{
    color:#333;
}
.hpSpotlightSliderOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(157, 214, 232, 0.85);
    top: 0;
}
.hpSpotlightContainer .slick-dots
{
    bottom:-43px;
}
@media screen and (max-width:768px)
{
    .hpSpotlightBox
    {
        max-width:100%;
    }
}
/* END HOMEPAGE SPOTLIGHTS SLIDER */

/* FILES AND LINKS COMPONENT */
.linksList
{
    clear:both;
}
.linksList h3.component_title
{
    float:none;
    display:inline-block;
    margin-top:13px;
    margin-bottom:0px;
}
.linksList > div /* link and files & links item */
{
}
.dlList > div /* downloads item */
{
}
.linksList img
{
    margin-bottom:5px;
}
.linkSpacer
{
    margin-bottom:8px;
}
.dlSpacer
{
    margin-bottom:8px;
}
.dlLinksSpacer
{
    margin-bottom:8px;
}
.linkcomponent_table
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.linkcomponent_tablecell
{
    padding:5px 5px 10px;
    text-align:center;
}
.linkcell25
{
    width:25%;
}
.linkcell50
{
    width:50%;
}
@media screen and (max-width:991px)
{
    .linkcell25{width:50%;}
}
@media screen and (max-width:400px)
{
    .linkcomponent_tablecell{line-height:1.2;}
    .linkcell25{width:100%;}
    .linkcell50{width:100%;}
}
/* END FILES AND LINKS COMPONENT */

/* VIDEO COMPONENT */
.VideoPanel
{
    clear:both; /* Clearfix for video panel */
}
/* END VIDEO COMPONENT */

/* TEXT WINDOW */
.textwindow_text ul, .textwindow_text ol
{
    overflow:hidden; /* fix for embedded image causing issues with lists */
}
[fr-original-class="fr-text-gray"]
{
    color: #AAA !important;
}
[fr-original-class="fr-text-bordered"]
{
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}
[fr-original-class="fr-text-spaced"]
{
    letter-spacing: 1px;
}
[fr-original-class="fr-text-uppercase"]
{
    text-transform: uppercase;
}
/* END TEXT WINDOW */

/* PODCAST COMPONENT */
audio::-webkit-media-controls-panel
{
    background-color:rgba(0,0,0,.2); /* Chrome */
}
.PodcastTop hr{height:1px; background:Black; width:97%; margin:10px 0 0;}
.PodcastContainer
{
    padding:10px 0;
}
.podcast_titletext
{
    display:block;
}
.podcast_maintext{}
.podcast_mainlink
{
    color:#3174AF;
}
/* END PODCAST COMPONENT */

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
/* SKIP MAIN CONTENT */
.SkipContent
{
    position:absolute;
    color:white;
    padding:3px;
    background:black;
    left:15px;
    top:55px;
    z-index:99999;
}
.lnkSkipSocial
{
    position:absolute;
    left:-100vw;
}
.skipHover
{
    display:none;
    font-size:0.7em;
    line-height:1;
}
.SkipContent:hover .skipHover, .SkipContent:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
}
.lnkSkipSocial:hover, .lnkSkipSocial:focus
{
    position:static;
    align-self:flex-start;
}
.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 */