﻿@import url("https://use.typekit.net/ybr2inz.css");

*: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: "lato", 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: 5px 30px;
    background: #3B4775;
    margin-bottom:43px;
}
h1.page_header
{
    display:none;
}

/* Use this for component headers */
h2.component_header
{
    color:#3B4775;
    font-size: 1.875em;
    margin-top:0;
    font-weight: 800;
    margin-bottom:10px;
    text-transform:uppercase;
}
.component_header_image
{
    max-width:100%;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#000;
    font-size: 1.6em;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-bottom:10px;
}
.dualwindow_right
{
    background: #3B4775;
    color: #FFFFFF !important;
    padding: 15px;
}
.dualwindow_right .component_container a 
{
    color: #FFFFFF !important;
}
.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;
    border-top: 40px solid black;
}
.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%;
        padding:0 1px;
    }
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav nav
{
    background: #FFF;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    justify-content:space-between;
    align-items:center;
    height:120px;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
    align-items:center;
    height:auto;
    justify-content:center;
    transition:0.2s all;
}
.TopNav nav > div > ul > li:nth-child(1)
{
    flex-grow:2;
}
.TopNav nav > div > ul > li:nth-child(2)
{
    flex-grow:1;
}
.TopNav nav > div > ul > li:nth-child(3)
{
    flex-grow:3;
}
.HeaderLogo
{
    float:left;
    z-index:4;
}
.HeaderLogo img
{
    float:left;
    margin-right:0;
    max-width:100%;
}
.TopNav nav > div > ul > li:nth-child(4)
{
    flex-grow:2;
}
.TopNav nav > div > ul > li:nth-child(5)
{
    flex-grow:2;
}
.TopNav nav > div > ul > li:nth-child(6)
{
    flex-grow:1;
}
.TopNav nav > div > ul > li:nth-child(n+4) 
{
    /*text-align: right;*/
    justify-content:center;
}

.TopNav nav ul li a
{
    height:auto;
    line-height:1.3;
    color:#3B4775;
    font-size:0.938em;
    font-weight:bold;
}
.TopNav nav ul li a.NavSocial
{
    text-transform:none;
    font-size:0.750em;
}
.TopNav nav ul li a.NavSocial svg
{
    font-size:1.667em;
}
.TopNav nav ul li:hover a
{
    background: transparent;
}
.TopNav nav ul li:hover, .TopNav nav ul li:focus-within
{
    background: transparent;
}
.TopNav nav > div > ul > li:nth-child(3):hover, .TopNav nav > div > ul > li:nth-child(3):focus-within
{
    background-color:transparent;
}
.TopNav nav ul li:focus-within ul
{
    display:block;
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav > nav > div > ul > li:hover a
{
    color:black;
}
.TopNav nav ul li ul
{
    top:18px;
}
.TopNav nav ul li:hover ul li a
{
    background: white;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: black;
}
.TopNav nav ul li:focus-within li a:focus
{
    background: black;
    color:white;
}
.TopNav .nav_title
{
    text-align:left;
}
.TopNav .nav_title:hover
{
    background:transparent !important;
    color:Black;
}
.TopNav nav ul li ul li a
{
    display:block;
    font-weight: 400;
    font-size:1.000em;
    color:Black;
    height:auto;
    line-height:1.3;
    padding:4px;
}
.TopNavToggle1
{
    display:block;
    color:#3B4775;
    font-size:2.563em;
    cursor:pointer;
}
#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;}
    .TopNav > nav > div > ul > li.NavToggleLi
    {
        display:none;
    }
}

@media screen and (max-width:991px)
{
    .TopNav nav
    {
        display:block;
    }
    .TopNav #navigation
    {
        display:flex;
    }
    .TopNav .nav-item, .TopNav .NavSocialLi
    {
        display:none;
    }
    .TopNav > nav > .container-fluid
    {
        padding:0 35px;
    }
    .TopNav > nav > div > ul
    {
        height:55px;
    }
    .TopNav nav > div > ul > li:nth-child(3)
    {
        flex-grow:0;
    }
    .HeaderLogo img
    {
        width:156px;
    }
    #mobile_top_nav{border:none;}
    #mobile_top_nav .slicknav_menu
    {
        display:block;
        top:-50px;
        position:absolute;
        width:100%;
    }
    #mobile_top_nav .slicknav_btn
    {
        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;
    }
    #mobile_top_nav li.NavToggleLi
    {
        display:none;
    }
}
/* END TOP NAV */
/* HEADER */
.HeaderTextWindow
{
    background-color:#9BACBF;
    padding:7px 0;
}
.hpTextTitle
{
    margin-bottom:7px;
    display:block;
}
.hpTextContent
{
    font-size:0.833em;
    line-height:1.2;
}
header
{
    background: #B5B5B5;
    border-top: none;
    border-bottom: none;
    padding:12px 0;
}
header a
{
    color:white;
}
header a:active, header a:hover, header a:focus
{
	color:black;
}
.LiquidButton
{
    color:black;
    margin-top:0;
}

/* Google Translate Styles */
.HeaderTranslateButton
{
    color:White;
    background:#476CA0;
    padding:4px 5px;
    margin-top:0;
    border-radius:30px;
    text-align:center;
    float:left;
    width:137px;
    font-size:0.833em;
    font-weight:bold;
    text-transform:uppercase;
}
.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 */

.HeaderRight
{
    display:flex;
    justify-content:flex-end;
}
.search
{
    width:260px;
}
.gsc-input
{
    background-image:none !important;
}
.TopNavToggle2
{
    color:white;
    font-size:1.250em;

}
@media screen and (min-width:992px)
{
    .TopNavToggle2
    {
        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;}
    header
    {
        padding:0;
        height:70px;
    }
    .HeaderContainer
    {
        display:flex;
        align-items:center;
        height:100%;
    }
    .search
    {
        margin:10px 0 10px 10px;;
    }
    .slicknav_nav .HeaderTranslateButton
    {
        margin-bottom:5px;
        margin-left:10px;
    }
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .HeaderLogo
    {
        display: none;
    }
    .SchoolName
    {
        float: none !important;
        width: 100%;
    }
}
@media screen and (max-width:473px)
{
    .SchoolName
    {
        font-size: 0.857em;
    }
}
@media screen and (max-width:347px)
{
    .SchoolName
    {
        font-size: 0.714em;
    }
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#FFFFFF;
    color:black;
    padding:18px 0;
    width:100%;
    border-top:10px solid #3B4775;
}
footer a
{
    color:#3B4775;
}

footer a:hover, footer a:focus
{
    color:#6585B4;
}
.FooterContainer
{
    display:flex;
}
.FooterLeft
{
    display:flex;
    padding-top:10px;
}
.FooterLogo
{
    width:100px;
    min-width:100px;
    display:block;
}
.FooterLogo img
{
    max-width:100%;
}
.FooterAddress
{
    padding-left:20px;
}
footer h1
{
    color:#3B4775;
    font-weight:900;
    font-size:1.875em;
    line-height:1;
    margin-bottom:10px;
}
.footertext
{
    color:black;
    font-weight:bold;
    font-size:0.938em;
    line-height:1;
}
.FooterCenter
{
}
.FooterRight
{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:space-between;
}
/* Quicklinks*/
.quicklinks
{
    position:relative;
    clear:right;
}
.quicklinks_button
{
    padding:8px 15px;
    width:235px;
    max-width:100%;
    background-color:rgba(59,71,117,0.65);
    border:none;
    border-radius:22px;
    line-height:1.2;
    font-size:0.938em;
    text-transform:uppercase;
    font-weight:bold;
    float:right;
    color:#FFF;
    transition:all 0.3s ease-out;
}
.quicklinks_button svg
{
    font-size:0.667em;
}
.quicklinks_button:hover, .quicklinks_button:focus
{
    background-color:#3B4775;
    color: white;
}
.quicklinks ul
{
    margin:0;
    padding:10px;
    display:none;
    list-style-type:none;
    position:absolute;
    bottom:20px;
    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;
}
/* End Quicklinks */
.FooterInfo
{
    text-align:right;
}
.FooterOwnership, .FooterCreated
{
    font-size:0.750em;
    line-height:1.1;
    color:black;
}
@media screen and (max-width:1250px)
{
}
@media only screen and (max-width : 991px)
{
    footer
    {

    }
    .FooterContainer
    {
        flex-direction:column;
        align-items:center;
    }
    .FooterLeft
    {
        flex-direction:column;
        align-items:center;
    }
    .FooterAddress
    {
        padding:0;
        margin-top:7px;
        margin-bottom:5px;
    }
    .FooterCenter
    {
        display:none;
    }
    .FooterRight
    {
        align-items:center;
        margin-top:10px;
    }
    .FooterInfo
    {
        text-align:center;
        margin-top:20px;
    }
}
@media only screen and (max-width : 767px)
{
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
}
.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 / 825; /* 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;
    background-color:rgba(167,182,197,0.2);
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.SlideShowNavContainer
{
    position:absolute;
    top:0;
    right:0;
}
.SSquicklinks_button
{
    display:none;
}
.SlideShowNav 
{
  position: absolute;
  top: 240px;
  right:0;
}
.SlideShowNav a
{
    color: White;
    background: rgba(59,71,117,0.65);
    border-radius:22px 0 0 22px;
    font-size:0.750em;
    line-height:1em;
    font-weight:bold;
    width:182px;
    float:right;
    clear:right;
    transition:all 0.5s;
    padding:11px 15px;
    margin-bottom:20px;
}
.SlideShowNav a:hover
{
    width:235px;
    padding:11px 15px;
}
.FilterSearchContainer
{
    pointer-events:none;
    position: absolute;
    top: 340px;
    left:0;
    width:100%;
}
.FilterSearchContainer .container-fluid
{
    pointer-events:none;
}
.FSLeft
{
    background-color:rgba(255,255,255,0.80);
    border-radius:5px;
    padding:25px 10px;
    width:350px;
    height:350px;
    float:left;
    pointer-events:all;
}
.FSLeft h1
{
    margin:0 0 20px;
    text-align:center;
}
.FSInfo
{
    font-style:italic;
    display:block;
}
.FSCenter
{
    background-color:rgba(255,255,255,0.80);
    border-radius:5px;
    width:350px;
    height:350px;
    padding:25px 15px;
    float:left;
    margin-left:20px;
    pointer-events:all;
}
.FSLinkList
{
    height:300px;
    overflow-y:auto;
}
.FSLinkItem
{
    float:left;
    clear:left;
}
.FSLink
{
    color:#0C2752;
    font-weight:bold;
    font-size:1.125em;
    line-height:1.6;
}
.FSLink:hover, .FSLink:focus
{

}
.FSLinkDescription
{
    display:none;
}
.FSLinkKeywords
{
    display:none;
}
.KeywordBox
{
    width: 230px;
    max-width: 100%;
}
.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:#3B4775;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#000000;
}
.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:#3B4775;
}
.slick-prev:before, .slick-next:before
{
    color:#000000;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    left: 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:1250px)
{
    .FilterSearchContainer
    {
        top:220px;
    }
    .FSLeft
    {
        width:300px;
        height:300px;
    }
    .FSCenter
    {
        width:300px;
        height:300px;
    }
    .FSLinkList
    {
        height:150px;
    }
}
@media screen and (max-width:1200px)
{
}
@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:1100px)
{
    .slideshow_image
    {
        height:600px;
    }
}
@media screen and (max-width: 1065px)
{
    .hpSlideshowPauseAndPlay
    {
        bottom:156px;

        display:none;
    }
    .slideshow_caption_container_outer
    {
        left: 10px;
        bottom: 10px;
    }
    .slideshow_caption_container_inner
    {
        max-width: 450px;
    }
}
@media screen and (max-width:991px)
{
    .SlideShowNavContainer
    {
    }
    .SlideShowNav
    {
    }
    .SSquicklinks
    {
        position:absolute;
        top:auto;
        bottom: 20px;
        right:36px;
    }
    .SSquicklinks_button
    {
        display:block;
        padding:18px 5px;
        width:167px;
        max-width:100%;
        background-color:rgba(59,71,117,0.85);
        border:none;
        border-radius:27px;
        text-align:center;
        text-transform:none;
        font-size:0.875em;
        line-height:1.214;
        font-weight:bold;
        margin-top: 0;
        float:right;
        color:#FFF;
        transition:all 0.3s ease-out;
    }
    .SSquicklinks_button:hover, .SSquicklinks_button:focus
    {
        background-color:White;
        color: #000;
    }
    .SSquicklinks_nav
    {
        margin:0;
        padding:10px;
        display:none;

        position:absolute;
        bottom:40px;
        top:auto;
        right:0;
        width:280px;
        background:transparent;
        z-index:999;
        border:none;
    }
    .SSquicklinks_nav a
    {
        display:block;
        padding:5px;
        color:white;
        height:auto;
        width: 131px;
        margin-bottom:7px;
        text-align:center;
        border-radius:22px;
    }
    .SSquicklinks_nav a:hover
    {
        background:  #000;
        color:White;
        width: 131px;
        padding: 5px;
    }
    .SSquicklinks_button:focus-within ~ .SSquicklinks_nav,
    .SSquicklinks_button:hover ~ .SSquicklinks_nav, .SSquicklinks .SSquicklinks_nav:hover, .SSquicklinks:focus-within .SSquicklinks_nav
    {
        display:block;
    }
}
@media screen and (max-width:768px)
{
    .FilterSearchContainer
    {
        position:relative;
        top:auto;
        float:left;
        clear:both;
        background-color:#6585B4;
        padding:5px 0;
    }
    .FSLeft
    {
        width:50%;
    }
    .FSCenter
    {
        width:calc(50% - 20px);
    }
    .SSquicklinks
    {
        bottom:auto;
        top:450px;
    }
}
@media screen and (max-width:580px)
{
    .FSLeft
    {
        width:100%;
        height:200px;
    }
    .FSCenter
    {
        width:100%;
        height:200px;
        margin:10px 0 0;
        clear:both;
    }
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer
    {
        font-size:14px;
        bottom:78px;
    }
}
/* 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:780px;
    max-width:100%;
    padding:0 15px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    flex-wrap:wrap;
}
.hpTitle
{
    font-weight:bold;
    font-size:1.875em;
    line-height:1.2;
    float:left;
    text-transform:uppercase;
    color:#3B4775;
}
.hpLink
{
    background: none;
    border-radius: 0;
    text-transform: none;
    border: none;
    color: black;
    font-weight: 500;
    font-size:0.938em;
    font-style:italic;
    padding:0;
}
.hpLink:hover
{
    color: #3B4775;
    background: transparent;
}
.hpLine
{
    height:3px;
    width:100%;
    background-color:#3B4775;
    float:left;
    clear:both;
    margin-top:7px;
}
@media screen and (max-width:991px)
{
    .HomepageContainer
    {
        flex-direction:column;
        align-items:center;
    }
    .hpLink
    {
        align-self:flex-end;
    }
}
@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:600px)
{
    .HomepageContainer
    {
        padding:0;
    }
    .hpTitle
    {
        font-size:1.250em;
    }
}
/* END GENERAL HOMEPAGE STYLES */

/* HOMEPAGE NEWS */
.hpDiv1
{
    background-color:#FFF;
    padding:50px 35px 72px;
    clear:both;
}
.news_slider
{
    float:left; 
    clear:both;
    margin-top:67px;
    max-width:100%;
}
.news_slider .slick-slide
{
    padding:0 15px;
}
.hpNewsSlideInner
{
    width:280px;
    max-width:100%;
    margin:0 auto;
}
.HPNewsPhoto
{
    border-bottom:3px solid #3B4775;
    padding-bottom:10px;
    margin-bottom:10px;
}
.HPNewsPhoto img
{
    margin:0 auto;
    width:auto;
    max-width:100%;
    box-shadow: 0px 3px 6px #00000029;
}
.HPnewscomponent_mainlink
{
    color:Black;
    font-size:1.125em;
    font-weight:bold;
    line-height:1.222;
    float:none;
    text-align:left;
}
.HPnewscomponent_maintext
{
    color:Black;
}
.HPreadMoreLink
{
    float:none;
    text-align:left;
    font-weight:500;
    font-style:italic;
    font-size:0.938em;
    color:#3B4775;
}
@media screen and (max-width:991px)
{
    .hpDiv1
    {
        padding:20px 35px;
    }
}
/* END HOMEPAGE NEWS */

/* HP SCRIPT */
.hpSocialCalendarGrid
{
    display:grid;
    grid-template-columns:1fr calc(1280px * 0.55) calc(1280px * 0.45) 1fr;
}
.hpSocialPanel
{
    background-color:#3B4775;
    display:grid;
    grid-column:1 / 3;
    grid-template-columns:1fr calc(1280px * 0.55);
}
.hpSocialContent
{
    grid-column:2;
    padding-top:50px;
    padding-left:15px;
    padding-right:15px;
}
.hpSocialContent .HomepageContainer
{
    padding:0;
}
.hpSocialContent .hpTitle
{
    color:white;
    text-transform:none;
}
.hpSocialButton
{
    color:white;
    font-size:1.875em;
}
.hpSocialButton:hover, .hpSocialButton:focus
{
    color:#D1DCED;
}
.hpSocialContent .hpLine
{
    background-color:white;
}
.lnkSkipSocial
{
    float:left; 
    display:block; 
    color:black;
    margin-bottom:10px;
    position:absolute;
    left:-100vw;
}
lnkSkipSocial:hover, lnkSkipSocial:focus
{
    position:static;
}
.hpSocialScriptDiv
{
    float:left;
    clear:left;
    width:780px;
    max-width:100%;
    background-color:rgba(255,255,255,.40);
    padding:16px 120px 16px 12px;
    margin-top:10px;
}
.hpSocialScript
{

}
@media screen and (max-width:1300px)
{
    .hpSocialCalendarGrid
    {
        grid-template-columns:1fr 54% 44% 1fr;
    }
    .hpSocialPanel
    {
        grid-template-columns:15px calc(100% - 15px);
    }
}
@media screen and (max-width:991px)
{
    .hpSocialCalendarGrid
    {
        display:flex;
        flex-direction:column;
    }
    .hpSocialPanel
    {
        display:block;
    }
    .hpSocialContent
    {
        float:left;
        width:100%;
    }
}
/* END HP SCRIPT */

/* STANDARD NON-SLIDER EVENTS */
.hpCalendarPanel
{
    background-image:url(../sysimages/hpCalendarBG2.jpg);
    background-color: white;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    grid-column:3 / 5;
    display:grid;
    grid-template-columns:calc(1280px * 0.45) 1fr; 
    border-top:10px solid #3B4775;
    position:relative;
}
.hpCalendarContent
{
    grid-column:1;
    grid-row:1;
    z-index:2;
    position:relative;
    padding:40px 0 40px 20px;
}
.hpCalendarContent .HomepageContainer
{
    padding:0;
}
.hpCalendarScroll
{
    max-height:600px;
    overflow-y:auto;
    padding-right:20px;
    margin-top:10px;
    float:left;
    clear:left;
    width:100%;
    /* first color is the thumb, second color is the track */
    scrollbar-color: #3B4775 #FFF;
}
/* width */
.hpCalendarScroll::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.hpCalendarScroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
/* Handle */
.hpCalendarScroll::-webkit-scrollbar-thumb {
    background: #888; 
}
/* Handle on hover */
.hpCalendarScroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.EventCarouselStandard
{
    background:white;
    margin-bottom:20px;
    float:left;
    clear:both;
    width:100%;
    display:flex;
    align-items:center;
    padding:16px 20px;
}
.eventDateBubbleStandard
{
    background-color:transparent;
    width:70px;
    height:70px;
    text-align:center;
    float:left;
}
.eventMonthStandard
{
    font-weight:900;
    color:#3B4775;
    font-size:1.875em;
    text-transform:uppercase;
    line-height:1;
}
.eventDateStandard
{
    font-weight:900;
    color:#3B4775;
    font-size:1.875em;
    line-height:1;
}
.eventLine
{
    width:3px;
    background-color:#3B4775;
    align-self: stretch;
    margin-left:20px;
}
.hpeventcomponent_linktextStandard
{
    color:Black;
    font-weight:600;
    font-size:0.938em;
    line-height:1;
}
.hpeventcomponent_maintextStandard
{
}
.hpeventcomponent_datetextStandard
{
    color:Black;
    font-size:0.938em;
    font-weight:500;
    text-transform:none;
    font-style:italic;
}
.event_articleStandard
{
    float:left;
    width:70%;
    margin-left:5%;
}
.hpCalendarOverlay
{
    background-color:rgba(255,255,255,0.72);
    z-index:1;
    grid-column:1 / 3;
    grid-row:1;
}
@media screen and (max-width:1300px)
{
    .hpCalendarPanel
    {
        grid-template-columns:calc(100% - 15px) 15px;
    }
}
@media screen and (max-width:991px)
{
    .hpCalendarPanel
    {
        display:block;
    }
    .hpCalendarContent
    {
        float:left;
        width:100%;
    }
    .hpCalendarOverlay 
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
/* END STANDARD NON-SLIDER EVENTS */

/* DYNAMIC NAV */
.DynamicNav
{
    font-size:1em;
    box-shadow: 0px 3px 6px #00000029;
}
.DynamicNav ul
{
    background:#FFF;
    padding:0 19px 10px;
}
.DynamicNav ul li
{
    background:#FFF;
}
.DynamicNav ul li a
{
    color:#000000;
    border-bottom: 1px solid black;
    font-size:0.875em;
    font-weight:normal;
}
.DynamicNav ul li a:hover
{
    background:#5274A7;
    color:white;
}
.DynamicNav ul li ul li a
{
    color:white;
    border-bottom: 2px solid black;
    background: #3B4775;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 2px solid black !important;
    background: #3B4775;
}
 
.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #5172A4 !important;
    color: white !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#3B4775;
        color:White;
        border-bottom:32px solid #fff;
        font-size:1.875em;
        width:calc(100% + 38px);
        margin-left:-19px;
        text-transform:uppercase;
        font-weight:bold;
    }
    .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:#FFF;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#3B4775;
    color: #fff;
}
.eventcomponent_item
{
    background-color:white;
}
.eventcomponent_month
{
    color:#3B4775;
}
.eventcomponent_date
{
    color:#3B4775;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.dualwindow_right .component_container .eventcomponent_textcontainer h3 a
{
    color:#101010 !important;
}
.dualwindow_right .component_container .eventcomponent_maintext
{
    color:#101010 !important;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#3B4775;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#3B4775; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #3B4775 !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;
}
.imagealign_left
{
    padding:0;
}
/* 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: #3B4775;
    border-color: #3B4775;
    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%;
}
/* End of Collapsible */