﻿@import url("https://use.typekit.net/emw1tmu.css");

*:focus
{
    outline:3px solid blue !important;
}
img
{
    max-width:100%;
}
.container-fluid
{
    max-width:1280px;
    position:relative;
}

/* GENERAL LAYOUT */
body
{
    font-family: "futura-pt-condensed", Sans-Serif;
    background: #FFF;
    font-size:18px; /* Base size is bumped up to 18px because futura pt is tiny, but EM font sizes from design are entered as if the base were 16px */
}
.component_container
{
    font-family: "elza-condensed", sans-serif;
    font-size:22px; /* Base size is bumped up to 18px because font is tiny */
}
.component_container a /* Styles for links in content */
{
    color:#2A6DA7;
}
.component_container a:hover
{
    color:#3174AF;
}

/* Use this for page headers */
.ph
{
    font-family: "elza-condensed", sans-serif;
    padding: 24px 30px;
    background: #2991D6;
}
h1.page_header
{
    font-size:2.188em;
    font-weight:500;
}

/* Use this for component headers */
h2.component_header
{
    font-family: "elza-condensed", sans-serif;
    color:#333F46;
    font-size:2.188em;
    font-weight:500;
    margin-top:0;
    margin-bottom:10px;
    text-align:center;
}
.component_header_image
{
    max-width:100%;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#333F46;
    font-size:1.800em;
    font-weight:500;
    margin-top:0;
    text-align:center;
    display: block;
    width: 100%;
    margin-bottom:10px;
}
.dualwindow_right
{
    background: #2177B0;
    padding: 15px;
    color:white;
}
.dualwindow_right h2.component_header
{
    font-size:1.5em;
    color:white;
}
.dualwindow_right h3.component_title
{
    font-size:1.250em;
    color:white;
}
.dualwindow_right a
{
    color:white;
}
.dualwindow_right a:hover
{
    color:#EEE;
}
.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%;
    }
    .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;}
}

/* TOP NAV */
.TopNav nav
{
    background: #FFF;
    padding:20px 0;
    position:relative;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
}
.TopNav nav ul li a
{
    height:30px;
    line-height:30px;
    color:black;
    font-size:1.563em;
    padding:0 10px;
    font-weight:500;
}
.TopNav nav ul li:hover a
{
    background: transparent;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: #2991D6;
}
.TopNav nav ul li:focus-within ul
{
    display:block;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:30px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav .nav_title
{
    text-align:left;
}
.TopNav .nav_title:hover
{
    background:transparent !important;
    color:Black;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:1.178em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;
}
.slicknav_nav
{
    font-size:1.125em;
}
#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:1300px)
{
    .TopNav > nav > div > ul
    {
        padding-left:185px;
    }
}
@media screen and (max-width:991px)
{
    #mobile_top_nav
    {
        border:none;
    }
    #mobile_top_nav .slicknav_btn
    {
        color:black;
        background:white;

        display:none;
    }
    #mobile_top_nav .slicknav_menu
    {
        top:-50px;
        position:absolute;
        background:#EFEFEF;
        width:100%;
    }
    #mobile_top_nav .slicknav_menu.open
    {
        top:0;
        position:relative;
    }
    #mobile_top_nav .slicknav_nav a
    {
        color:black;
    }
    #mobile_top_nav .slicknav_nav a:focus
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222;
    }
    #mobile_top_nav .slicknav_nav .slicknav_arrow
    {
        color:white;
    }
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #FFF;
    border-top: none;
    border-bottom: none;
    color:black;
    padding:40px 0 0;
    position:relative;
}
header a
{
    color:#2991D6;
}
header a:active, header a:hover, header a:focus
{
	color:black;
}
.LiquidButton
{
    color:black;
}
.HeaderLogo
{
    float:left;
}
.HeaderLogo img
{
    float:left;
    margin-right:15px;
    max-width:100%;
}
.TopNavToggle
{
    display:none;
}
.HeaderRight
{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:center;
}
.SocialMedia
{
    float:right;
    margin-top: 10px;
}
.SocialMedia a
{
    font-size: 1.667em;
    margin:0;
}
.SocialMedia a svg
{
    width:auto;
}
.SocialMedia a svg:hover 
{
    transform: scale(1.2);
    margin: -0px 0 0px;
    color: #1C6393;
}
/* Search Styles */
.SearchDiv
{
    background: transparent;
    border: 3px solid black;
    border-radius:10px;
    width: 100%;
    max-width:180px;
    clear:both;
    display:flex;
    align-items:center;
    padding-left:5px;
    margin-top:10px;
    margin-bottom:10px;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.header_search_box
{
    width: calc(100% - 30px);
    border: none !important;
    outline: none !important;
    padding-left: 10px;
    font-size:0.938em;
    line-height:14px;
    max-height:17px;
    background:transparent;
}
.header_search_button
{
    padding-left: 0;
    color: #000;
    width: 24px !important;
    font-size:0.555em;
}
.HeaderGrid
{
    margin-top:20px;
    display:grid;
    grid-template-columns:1fr calc(1180px * 0.49) calc(1180px * 0.51) 1fr; /* making a grid to place line across a percentage of width */
}
.HeaderLine
{
    grid-column:1 / 3;
    background-color:#2991D6;
    border-radius:0 10px 10px 0;
    width:100%;
    height:20px;
}
/* End Search Styles */
@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;}
    header
    {
        padding:10px 0 0;
    }
    .HeaderLeft
    {
        display:flex;
        justify-content:space-between;
    }
    .TopNavToggle
    {
        display:block;
        color:black;
        font-size:2.563em;
    }
    .HeaderLogo
    {
        width:270px;
    }
    .HeaderLogo img
    {
        margin-right:0;
    }
    .HeaderGrid
    {
        margin-top:5px;
    }
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:650px)
{
    .HeaderLeft
    {
        width:100%;
    }
    .HeaderRight
    {
        display:none;
    }
    .HeaderLine
    {
        height:10px;
    }
}
@media screen and (max-width:600px)
{
    .HeaderGrid
    {
        display:block;
    }
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .HeaderLogo
    {
        display: block;
    }
}
@media screen and (max-width:473px)
{
    .HeaderLogo
    {
        width:200px;
    }
}
@media screen and (max-width:347px)
{
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#FFF;
    color:black;
    padding:21px 0 0;
    width:100%;
    display:grid;
    grid-template-columns:1fr calc(1280px * 0.32) calc(1280px * 0.09) calc(1280px * 0.59) 1fr; /* Grid column layout so footer line can extend to edge*/
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
.FooterLeft
{
    display:grid;
    grid-template-columns:1fr calc(1280px * 0.32) calc(1280px * 0.09);
    grid-column:2 / 4;
    padding-top:20px;
}
.FooterLogoColumn
{
    grid-column:2;
    grid-row:1;
}
.FooterLogo
{
    display:block;
    padding-bottom:14px;
}
.FooterLogo img
{
    max-width:100%;
}
.FooterAddressColumn
{
    grid-column:2;
    grid-row:2;
    text-align:center;
}
footer h1
{
}
.footertext
{
    font-size:1.250em;
    line-height:1.250;
    font-weight:500;
}
.footertext2
{
    text-transform:uppercase;
    padding-top:14px;
    display: inline-block;
}
.FooterRight
{
    display:grid;
    grid-template-columns:calc(1280px * 0.59) 1fr;
    grid-template-rows:40px auto auto;
    grid-column:4 / 6;
}
.FooterLinksColumn
{
    grid-column:1;
    grid-row:1;
}
.FooterNav nav
{
    padding:0;
}
.FooterNav > nav > div > ul
{
    padding-left:0;
}
.FooterNav nav ul li a
{
    font-size:1.125em;
    padding:0 5px;
}
.FooterLine
{
    grid-column:1 / 3;
    grid-row:2;
    background-color:#2991D6;
    border-radius:10px 0 0 10px;
    width:100%;
    height:20px;
}
.FooterApplyColumn
{
    grid-column:1;
    grid-row:3;
}
.FooterLink
{
    color: black;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
    font-size: 2.188em;
    padding: 5px 30px;
    font-weight: 500;
    text-transform: uppercase;
    float:right;
}
.FooterLink svg
{
    color:#2991D6;
}
.FooterLink:hover
{
    color:#2991D6;
}
.subfooter
{
    width: 100%;
    background: #FFF;
    color: black;
    padding:7px 0;
}
.subfooter a
{
    color: black;
}
.FooterOwnership, .FooterCreated
{
    font-size:0.750em;
    line-height:1;
    color:black;
}
@media screen and (max-width:1280px)
{
    footer
    {
        display:block;
        float:left;
        clear:both;
    }
    .FooterLeft
    {
        display:flex;
        flex-direction:column;
        float:left;
        width:37%;
    }
    .FooterLogo
    {
        width:350px;
        max-width:100%;
        margin:0 auto;
    }
    .FooterRight
    {
        display:flex;
        flex-direction:column;
        float:left;
        width:63%;
    }
    .subfooter
    {
        float:left;
        clear:both;
        width:100%;
    }
}
@media screen and (max-width:1250px)
{
    .SubfooterContainer{display:flex; font-size:14px;}
    .subfooter .left{flex:1;} 
    .subfooter .center{flex:0.5;}
    .subfooter .right{flex:0.5;}
}
@media screen and (max-width:1200px)
{
    footer
    {
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .FooterLeft
    {
        width:450px;
        font-size:16px;
    }
    .FooterLogo
    {
    }
    .FooterRight
    {
        width:430px;
    }
    .FooterLinksColumn
    {
        display:none;
    }
    .FooterLine
    {
        display:none;
    }
    .FooterApplyColumn
    {
        font-size:12px;
        margin-top:20px;
    }
    .FooterLink
    {
        float:none;
        justify-content:center;
    }
    .subfooter .right{text-align: center; width:100%;}
}
@media only screen and (max-width : 991px)
{
    
    footer
    {
    }
    .FooterLeft
    {
        width:250px;
        font-size:14px;
        padding-top:0;
    }
    .FooterLogo
    {
        width:156px;
    }
    .FooterRight
    {
        width:230px;
    }
    .FooterApplyColumn
    {
        font-size:10px;
    }
}
@media only screen and (max-width : 767px)
{
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
    float:left;
    width:100%;
}
.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 / 800; /* 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;
    left:50%;
    right:auto;
    bottom:78px;
}
.slideshow_caption_container_inner
{
    left:-50%;
}
.slideshowOverlay
{
    z-index:3;
    top:0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.45+52,0+100 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.45) 52%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.SlideShowNavContainer
{
    position:absolute;
    top:auto;
    right:0;
}
.SlideShowNav 
{
  position: absolute;
  top: auto;
  bottom:55px;
  right:0;
}
.SlideNavItem
{
    width:450px;
}
.SlideShowNav a
{
    color: black;
    background: rgba(255,255,255,0.65);
    height:100px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
    border-radius:50px 0 0 50px;
    font-size:2.188em;
    padding:5px 30px;
    font-weight:500;
    text-transform:uppercase;
}
.SlideShowNav a svg
{
    color:#2991D6;
}
.SlideShowNav a:hover
{
    padding-left:30px;
    color:#2991D6;
}
.slick-dots
{
    bottom:78px;
    left:5%;
    width:auto;
    text-align:left;
}
.slick-dots li
{
    width:28px;
    height:28px;
}
.slick-dots li button
{
    width:28px;
    height:28px;
}
.slick-dots li button::before
{
    color:#FFF;
   -webkit-text-stroke-width: 0;
   -webkit-text-stroke-color: none;
    font-size:28px;
    width:28px;
    height:28px;
    line-height:28px;
}
.slick-dots li.slick-active button:before
{
    color:#2991D6;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#000;
}
.slick-prev svg, .slick-next svg
{
    font-size:42px; /* 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:#2991D6;
}
.slick-prev:before, .slick-next:before
{
    color:#000;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:999;
    bottom:10px;
}
.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:1480px)
{
    .SlideShowNav
    {
        font-size:12px;
    }
    .SlideShowNav a
    {
        height:50px;
    }
    .SlideNavItem
    {
        width:200px;
    }
}
@media screen and (max-width:1200px)
{
    .SlideShowNavContainer
    {
        /*clear:both;
        float:left;
        width:100%;
        position:relative;
        top:auto;
        padding:15px 0;
        background-color:#6B6767;*/
        right:auto;
        left:0;
    }
    .SlideShowNav
    {
        /*position:relative;
        top:auto;
        bottom:auto;*/
        left:0;
        right:auto;
    }
    .SlideShowNav a
    {
        border-radius:0;
    }
    .slick-dots
    {
        right:5%;
        left: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:768px)
{
    .slideshow_caption_container_outer
    {
        display:none;
    }
    .slick-dots li
    {
        width:20px;
        height:20px;
    }
    .slick-dots li button
    {
        width:20px;
        height:20px;
    }
    .slick-dots li button::before
    {
        font-size:20px;
        width:20px;
        height:20px;
        line-height:20px;
    }
    .hpSlideshowPauseAndPlay
    {
        display:none;
    }
}
@media screen and (max-width:600px)
{
    .slick-dots
    {
        bottom:0;
    }
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
}
@media screen and (max-width:430px)
{
    .SlideShowNav
    {
        bottom:16px;
        font-size:10px;
    }
    .SlideNavItem
    {
        width:100px;
    }
    .SlideShowNav a
    {
        padding:5px 9px;
    }
}
@media screen and (max-width:330px)
{
    .SlideShowNav a
    {
        height:34px;
    }
}
/* END HOMEPAGE SLIDESHOW */

/* Homepage Video */
    .hpVideoContainer {
        width: 100%;
        position: relative;
    }

    .hpVideoScript {
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%;
        position: relative;
        /* padding-top:600px;
       padding-top:0; */ /*Max height cap, uncomment to use instead of full height*/
    }

    .hpVideoContainer iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*max-height:600px;*/ /*Max height cap, uncomment to use instead of full height*/
    }

    @media screen and (max-width:991px) {
        .hpVideoScript {
            padding-top: 56.25%;
        }
    }
    /* End Homepage Video */

/* GENERAL HOMEPAGE STYLES */
.HomepageContainer
{
    float:left;
    width:100%;
    padding:0 15px;
}
.hpTitle
{
    font-weight:500;
    float:none;
    color:#2991D6;
    text-transform:uppercase;
    font-size:2.188em;
}
.hpLink
{
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    color: black;
    font-weight: 500;
    font-size:1.250em;
    padding:0;
}
.hpLink:hover
{
    color: #2991D6;
    background: transparent;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    display:none;
}
@media only screen and (max-width : 767px)
{
    .hpTitle
    {
        float: none;
        margin: 0;
        text-align: center;
        line-height:1;
    }
    .hpl
    {
        float: none;
        margin: auto;
        text-align: center;
        padding-top: 15px;
    }
}
/* END GENERAL HOMEPAGE STYLES */

/* HOMEPAGE MISSION */
.hpDivMission
{
    background-color:#2991D6;
    background-image:url(../sysimages/hpMissionBG.png);
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    height:120px;
    width:100%;
    clear:both;
}
.MissionContainer
{
    position:relative;
    z-index:3;
    display:flex;
    height:100%;
}
.hpMissionLeft
{
    color:white;
    position:relative;
    z-index:3;
    align-items:center;
    display:flex;
}
.MissionSideContent
{
    font-size:1.563em;
    font-weight:500;
    line-height:1.24;
}
.hpMissionCenter
{
}
.hpMissionCenterBox
{
    color:black;
    background-color:white;
    background-image:url(../sysimages/hpMissionBG.png);
    background-size:cover;
    background-repeat:no-repeat;
    z-index:4;
    border-radius:14px;
    /*position:relative;
    margin-top:-50px;*/
    position:absolute;
    top:-40px;
    left:0;
    height:200px;
    box-shadow: 0px 3px 6px #00000029;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    text-align:center;
    padding:10px 15px;
}
.MissionCenterContent
{
    position:relative;
    z-index:3;
    font-size:1.250em;
    font-weight:500;
    line-height:1.500;
}
.MissionWhiteOverlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    background-color:rgba(255,255,255,.80);
}
.hpMissionRight
{
    color:white;
    position:relative;
    z-index:3;
    align-items:center;
    display:flex;
    text-align:right;
    justify-content: flex-end;
}
.MissionBlueOverlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
    background-color:rgba(41,145,214,.20);
}
@media screen and (min-width:1281px)
{
    .hpMissionLeft, .hpMissionRight
    {
        width:24%;
    }
    .hpMissionCenter
    {
        width:84%;
    }
}
@media screen and (max-width:991px)
{
    .hpDivMission
    {
        height:auto;
    }
    .MissionContainer
    {
        flex-direction:column;
        padding:0;
        height:auto;
        font-size:14px;
    }
    .hpMissionLeft
    {
        padding-top:3px;
        padding-bottom:40px;
        justify-content:center;
        font-size:12px;
    }
    .hpMissionCenter
    {
        background-color:white;
        padding:0 50px;
    }
    .hpMissionCenterBox
    {
        position:relative;
        height:168px;
        top:auto;
        margin-top:-35px;
        margin-bottom:-35px;
    }
    .hpMissionRight
    {
        padding-top:40px;
        padding-bottom:3px;
        justify-content:center;
        font-size:12px;
    }
}
@media screen and (max-width:768px)
{
    .hpMissionLeft
    {
        padding-top:7px;
    }
    .hpMissionCenterBox
    {
        height:auto;
        min-height: 168px;
    }
    .hpMissionRight
    {
        padding-bottom:7px;
    }
}
@media screen and (max-width:450px)
{

}
/* END HOMEPAGE MISSION */

/* HORIZONTAL SLIDER EVENTS */
.hpDivEvents
{
    background: white;
    padding:50px 0 40px;
    background-image:url(../sysimages/hpEventsBG.png);
    background-size:cover;
    background-position:center center;
    position:relative;
}
.hpDivEvents .container-fluid
{
    position:relative;
    z-index:3;
}
.hpEventsTop
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hpDivEvents .slick-prev, .hpDivEvents .slick-next
{
    position:static;
    left:auto;
    right:auto;
    top:auto;
    margin-top:0;
}
.events_slider_horiz
{
    float:left; 
    width:100%; 
    margin-top:25px;
}
.eventHorizItem
{
    aspect-ratio: 1 / 1;
    width:180px;
    height:180px;
    background:rgba(41,145,214,0.85);
    border-radius:50%;
    padding:10px;
    margin:0 auto;
}
.eventHorizItem:hover, .EventCarouselHoriz:focus .eventHorizItem, .EventCarouselHoriz:focus-within .eventHorizItem
{
    background:rgba(33,122,181,1);
}
.eventcomponent_datecontainerHoriz
{
    background-color:transparent;
    width:100%;
    height:100%;
    text-align:center;
    float:left;
    padding-top:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.eventHorizItem:hover .eventcomponent_datecontainerHoriz, .EventCarouselHoriz:focus .eventcomponent_datecontainerHoriz, .EventCarouselHoriz:focus-within .eventcomponent_datecontainerHoriz
{
    display:none;
}
.eventcomponent_monthHoriz
{
    font-weight:900;
    color:White;
    font-size:2.938em;
    text-transform:uppercase;
    line-height:1.000;
}
.eventcomponent_dateHoriz
{
    font-weight:900;
    color:white;
    font-size:2.938em;
    line-height:1.000;
}
.event_articleHoriz
{
    float:left;
    width:100%;
    height:100%;
    max-height:160px;
    overflow-y:auto;
    margin-left:0;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:7px;

    display:none;
}
.eventHorizItem:hover .event_articleHoriz, .EventCarouselHoriz:focus-within .eventHorizItem .event_articleHoriz, .EventCarouselHoriz:focus .eventHorizItem .event_articleHoriz
{
    display:flex;
}
.eventcomponent_dateHoriz2
{
    color:black;
    font-size:1.025em;
    line-height:1.1;
    font-weight:900;
}
.eventcomponent_linktextHoriz
{
    color:white;
    font-size:0.888em;
    line-height:1.1;
    font-weight:900;
}
.eventcomponent_linktextHoriz:hover, .eventcomponent_linktextHoriz:focus
{
    color:white;
}
.eventcomponent_maintextHoriz
{
    color:white;
    font-size:0.888em;
    line-height:1.1;
    font-weight:900;
}
.eventcomponent_datetextHoriz
{
    color:white;
    font-size:0.888em;
    line-height:1.1;
    font-weight:900;
    text-transform:none;
}
.hpEventsBottom
{
    text-align:center;
    margin-top:13px;
}
.hpEventsOverlay
{
    background-color:rgba(255,255,255,0.6);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
@media screen and (max-width:991px)
{
    .hpDivEvents
    {
        padding:15px 10px 30px;
    }
}
@media screen and (max-width:768px)
{
    .hpDivEvents
    {
        background-image:none;
    }
    .hpDivEvents .slick-prev, .hpDivEvents .slick-next
    {
        margin-bottom:-296px;
    }
    .eventHorizItem
    {
        background:rgba(41,145,214,1);
    }
    .eventcomponent_datecontainerHoriz
    {
        display:none;
    }
    .event_articleHoriz
    {
        display:flex;
    }
}
/* END HORIZONTAL SLIDER EVENTS */

/* HP SCRIPT */
.hpDivWhoWhere
{
    /*background:#2991D6;*/
    background:#2177B0;
    padding:20px 0;
    width:100%;
    display:grid;
    grid-template-columns:1fr calc(1280px * 0.7) calc(1280px * 0.3) 1fr;
}
.hpDivWho
{
    display:grid;
    grid-template-columns:1fr calc(1280px * 0.62);
    grid-column:1 / 3;
    background-color:white;
    border-radius:0 180px 180px 0;
    padding-right:100px;
    padding-bottom:40px;
}
.homepage_facts_container
{
    grid-column:2;
    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;
}
.homepage_facts_column
{
    position:relative;
    z-index:3;
    grid-column:2 / 3;
}
.hpDivWho .hpTitle
{
    color:black;
}
.homepage_facts_bg_container
{
    background-image:url(../sysimages/hpFactsBG.png);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    padding:44px 50px;
    clear:both;
    position:relative;
}
.hpStatsOverlay
{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color:rgba(255,255,255, .80);
    top:0;
    left:0;
}
.homepage_facts_column .slick-slider
{
    /*display:flex;*/ /*<-- Leaving this style active may cause sizing issues */
    height:auto;
    position:relative;
    z-index:3;
}
.homepage_facts_outer
{
    display:flex;
    flex:1;
    height:auto;
    padding:0 12px;
}
.homepage_facts_box
{
    margin:0 auto;
    background:rgb(33 122 181);
    border-top:0;
    color:#FFF;
    border-radius:13px;
    width:163px;
    max-width:100%;
}
.homepage_facts_borderbox
{
    padding:10px;
    text-align:center;
    min-height: 163px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homepage_facts_title
{
    font-weight:700;
    font-size:2.188em;
    line-height:1.093;
    margin:0;
    color:white;
}
.homepage_facts_statistic
{
    font-size:1.250em;
    line-height:1.2;
    margin:0;
    color:white;
    display:block;
    font-weight:500;
}
.homepage_facts_description
{
    font-size:1.250em;
    margin:0;
    padding:0;
    line-height:1.2;
    color:white;
    font-weight:500;
}
.hpDivWho .slick-prev
{
    display:none !important;
}
.hpDivWho .slick-next
{
    margin-right:-127px;
    margin-top:-50px;
}
.hpDivWhere
{
}
.hpDivWhere .hpTitle
{
    color:white;
    text-align:right;
}
.hpWhereInner
{
    text-align:right;
}
.hpAddress
{
    color:white;
    font-size:1.250em;
    line-height:1.25;
    font-weight:500;
}
.hpWhereScript
{
    max-width:180px;
    display: inline-block;
    margin: 15px 0;
}
.hpWhereScript iframe
{
    max-width:100%;
}
.hpPhone
{
    color:white;
    font-size:1.250em;
    line-height:1.25;
    font-weight:500;
    text-transform:uppercase;
}
@media screen and (min-width:1451px)
{
    .hpDivWho .HomepageContainer
    {
        padding:0;
    }
}
@media screen and (max-width:1450px)
{
    .hpDivWhoWhere
    {
        grid-template-columns:0 70vw 30vw 0;
    }
    .hpDivWho
    {
        grid-template-columns:0 60vw;
    }
    .hpDivWhere
    {
        padding-right:30px;
    }
}
@media screen and (max-width:991px)
{
}
@media (max-width:768px)
{
    .hpDivWhoWhere
    {
        display:block;
    }
    .hpDivWho
    {
        display:block;
        background:transparent;
        padding:0;
    }
    .homepage_facts_column
    {
        max-width:322px;
        margin:0 auto;
    }
    .hpDivWho .hpTitle
    {
        color:white;
    }
    .hpDivWho .slick-prev
    {
        display:block !important;
    }
    .hpDivWho .slick-next
    {
        margin-right:-35px;
        margin-top:-35px;
    }
    .hpDivWhere
    {
        padding:25px 30px 5px;
    }
    .hpDivWhere .hpTitle
    {
        text-align:center;
    }
    .hpWhereInner
    {
        text-align:center;
    }
}
@media (max-width:500px)
{
}
/* END HOMEPAGE FACTS */

/* HOMEPAGE NEWS */
.hpDiv1
{
    padding: 30px 50px;
    background: #2991D6;
    background: linear-gradient(#2177B0, #2991D6);
}
.hpDiv1 .container-fluid
{
    border-radius:75px;
    background: rgba(255,255,255,1);
}
.news_slider
{
    float:left; 
    margin-top:30px;
    max-width:100%;
}
.hpNewsTop
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hpNewsTop .slick-prev, .hpNewsTop .slick-next
{
    position:static;
    left:auto;
    right:auto;
    top:auto;
    margin-top:0;
}
.HPNewsPhoto
{
}
.HPNewsPhoto img
{
    margin:0 auto 20px;
    width:auto;
    max-width:100%;
}
.HPnewscomponent_mainlink
{
    color:Black;
}
.HPnewscomponent_maintext
{
    color:Black;
}
.hpNewsBottom
{
    text-align:center;
    margin-top:13px;
    margin-bottom:13px;
}
/* END HOMEPAGE NEWS */

/* DYNAMIC NAV */
.DynamicNav
{
    font-family: "elza-condensed", sans-serif;
    font-size:22px; /* Adjustment for font being tiny */
}
.DynamicNav ul
{
    background:#FFF;
    padding:0 19px 40px;
}
.DynamicNav ul li
{
    background:#FFF;
}
.DynamicNav ul li a
{
    color:black;
    border-bottom: 1px solid black;
    font-size:1.000em;
    font-weight:500;
}
.DynamicNav ul li a:hover
{
    background:#2991D6;
    color:#FFF;
}
.DynamicNav ul li ul li a
{
    color:black;
    border-bottom: 2px solid black;
    background: white;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 2px solid white !important;
    background: #2177B0;
    font-weight:bold;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #94C8EB !important;
    color: black !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#2991D6;
        color:White;
        border-bottom:32px solid #FFF;
        font-size:1.250em;
        width:calc(100% + 38px);
        margin-left:-19px;
    }
    .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_item
{
    border:none;
    display:flex;
    justify-content:center;
    border-bottom: 1px solid #2991d6;
}
.eventcomponent_leftcontainer
{
    width:120px;
}
.eventcomponent_datecontainer
{
    background:rgba(255,255,255,0.5);
    border-radius:50%;
    width:120px;
    height:80px;
    aspect-ratio: 1/ 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*.eventcomponent_item:hover .eventcomponent_leftcontainer, .eventcomponent_item:focus .eventcomponent_leftcontainer
{
    display:none;
}*/
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#2991D6;
    color: #fff;
}
.eventcomponent_month
{
    color:#000;
}
.eventcomponent_date
{
    color:#000;
}
.eventcomponent_textcontainer
{
    background:rgba(255,255,255,1);
    border-radius:50%;
    width:120px;
    height:80px;
    aspect-ratio: 1/ 1;

    /*display:none;*/
}
/*.eventcomponent_item:hover .eventcomponent_textcontainer, .eventcomponent_item:focus .eventcomponent_textcontainer*/
.eventcomponent_item .eventcomponent_textcontainer
{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.eventcomponent_textcontainer h3
{
    font-size:0.800em;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.dualwindow_right .eventcomponent_textcontainer h3 a:hover
{
    color:black;
}
.eventcomponent_maintext
{
    font-size:0.800em;
    color:#2177B0;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#2071A7;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#2991D6; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #2991D6 !important;
    color:black !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 */

/* PROTECTED PAGES */
.protectedContent
{
    font-size:20px;
}
.search_searchresult_title
{
    font-size:1em;
}
.search_searchresult_itemlink
{
    font-size:0.938em;
}
/* END PROTECTED PAGES */

/* NEWS COMPONENT */
.newscomponent_item
{
    border-bottom:1px solid #ededed;
}
.newscomponent_imagecontainer
{
    padding-right:20px;
}
.newscomponent_imagecontainer img
{
    width:100%;
    max-width:400px !important;
}
.newscomponent_archivelink
{
}
/* END NEWS COMPONENT */

/* FILES AND LINKS COMPONENT */
.linksList
{
    clear:both;
}
.linksList h3.component_title
{
    float:none;
    display:inline-block;
    margin-top:13px;
    margin-bottom:0px;
}
.linksList > div /* link and files & links item */
{
}
.dlList > div /* downloads item */
{
}
.linksList img
{
    margin-bottom:5px;
}
.linkSpacer
{
    margin-bottom:8px;
}
.dlSpacer
{
    margin-bottom:8px;
}
.dlLinksSpacer
{
    margin-bottom:8px;
}
.linkcomponent_table
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.linkcomponent_tablecell
{
    padding:5px 5px 10px;
    text-align:center;
}
.linkcell25
{
    width:25%;
}
.linkcell50
{
    width:50%;
}
@media screen and (max-width:991px)
{
    .linkcell25{width:50%;}
}
@media screen and (max-width:400px)
{
    .linkcomponent_tablecell{line-height:1.2;}
    .linkcell25{width:100%;}
    .linkcell50{width:100%;}
}
/* END FILES AND LINKS COMPONENT */

/* VIDEO COMPONENT */
.VideoPanel
{
    clear:both; /* Clearfix for video panel */
}
/* END VIDEO COMPONENT */

/* TEXT WINDOW */
.textwindow_text ul, .textwindow_text ol
{
    overflow:hidden; /* fix for embedded image causing issues with lists */
}
[fr-original-class="fr-text-gray"]
{
    color: #AAA !important;
}
[fr-original-class="fr-text-bordered"]
{
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}
[fr-original-class="fr-text-spaced"]
{
    letter-spacing: 1px;
}
[fr-original-class="fr-text-uppercase"]
{
    text-transform: uppercase;
}
/* END TEXT WINDOW */

/* PODCAST COMPONENT */
audio::-webkit-media-controls-panel
{
    background-color:rgba(0,0,0,.2); /* Chrome */
}
.PodcastTop hr{height:1px; background:Black; width:97%; margin:10px 0 0;}
.PodcastContainer
{
    padding:10px 0;
}
.podcast_titletext
{
    display:block;
}
.podcast_maintext{}
.podcast_mainlink
{
    color:#3174AF;
}
/* END PODCAST COMPONENT */

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
/* SKIP MAIN CONTENT */
.SkipContent
{
    position:absolute;
    color:white;
    padding:3px;
    background:black;
    left:-150px;
    top:55px;
    z-index:99999;
}
.SkipContent:focus,.SkipContent:hover
{
    left:15px;
}
.skipHover
{
    display:none;
    font-size:0.7em;
    line-height:1;
}
.SkipContent:hover .skipHover, .SkipContent:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
    color:white;
}
.lnkSkipSocial:hover .skipHover, .lnkSkipSocial:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
}
@media screen and (max-width:991px)
{
    .SkipContent{top:20px;}
    .skipHover{display:inline-block;padding-left:10px;}
}
/* END SKIP */

/* Juicer Styles */
.juicer-feed .j-twitter-text::before, .juicer-feed .j-twitter-text
{
    background:#3B3B3B !important;
    border-radius:25%;
    padding:1px;
}
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet, .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply,
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-like, .juicer-feed .j-meta .j-twitter-date, .juicer-feed .j-meta a,
.juicer-feed.modern .j-poster .j-date, .j-twitter-quote-screen-name, .j-twitter-display-name, .j-twitter-screen-name, .j-message,
.j-twitter-quote-display-name, .juicer-feed.image-grid li.feed-item.j-twitter .j-message p, .juicer-feed.image-grid li.feed-item.j-twitter .j-message a,
.juicer-feed.slider li.feed-item.j-twitter .j-message p, .juicer-feed.slider li.feed-item.j-twitter .j-message a, .juicer-feed.hip li.feed-item.j-twitter .j-message p,
.juicer-feed.hip li.feed-item.j-twitter .j-message a
{
    color:#757575 !important;
}
.j-youtube.j-youtube-bg, .j-twitter.j-twitter-bg
{
    color:black !important;
}
/* End of Juicer Styles */