﻿@import url("https://use.typekit.net/esb2eec.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: "calluna", 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: 25px 30px;
    background: #FFCA38;
}
h1.page_header
{
    color:#002F60;
    font-size:2.188em;
    line-height:1.229;
    font-family: "big-caslon-fb", serif;
    font-weight:500;
}

/* Use this for component headers */
h2.component_header
{
    color:#000;
    font-size:2.188em;
    line-height:1.229;
    margin-top:0;
    font-weight: 500;
    margin-bottom:10px;
    text-transform:uppercase;
    font-family: "big-caslon-fb", serif;
}
.component_header_image
{
    max-width:100%;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#000;
    font-size:1.700em;
    line-height:1.229;
    margin-top:0;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-bottom:10px;
    text-transform:uppercase;
    font-family: "big-caslon-fb", serif;
}
.dualwindow_right
{
    background: #002F60;
    color: #FFFFFF;
    padding: 15px;
}
.dualwindow_right .component_container a 
{
    color: #FFFFFF;
}
.dualwindow_right .component_header 
{
    color: white;
    font-size: 1.250em;
}
.dualwindow_right h3.component_title
{
    color:white;
    font-size:1.125em;
}
.dualwindow_right .textwindow_text, .dualwindow_right .textwindow_text table
{
    color:white;
}
.dualwindow_right select
{
    color:#002F60;
}
.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 (max-width:650px)
{
    div [src*='filecabinet']{max-width:100% !important;height: auto !important;}
}

/* TOP NAV */
.TopNav
{
    background-color:#304861;
    opacity:0;
    height:0;
    overflow:hidden;
    transition:0.3s all;

    /*display:none;*/
}
.TopNav.Open
{
    /*display:block;*/
    position:fixed;
    opacity:1;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:8;
}
.TopNav nav
{
    background: transparent;
}
.TopNav .container-fluid
{
    /*max-width:100%;*/
    padding:40px 50px 0;
    display:flex;
    align-items:flex-start;
}
.TopNav > nav > div > ul
{
    display:flex; /*helps to evenly space nav items*/
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-end;
    position:relative;
}
.TopNav > nav > div > ul > li
{
    display:flex; /*helps to evenly space nav items*/
    align-items:center;
    height:38px;
    position:static;
}
.TopNav nav ul li a
{
    height:auto;
    line-height:1.3;
    color:white;
}
.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:hover a, .TopNav > nav > div > ul > li:focus-within a
{
    color:#FFCA38;
}
.TopNav nav ul li:hover ul
{
    display:none; /* dropdown items now only appear when clicking the dropdown group. Comment out to remove this behavior, then take data-toggle="dropdown" off the dd groups.*/
}
.TopNav nav ul li:focus-within ul
{
    display:block; /* dropdown items now only appear when clicking the dropdown group. */
}
.TopNav nav ul li a:hover
{
    text-decoration: underline;
}
.TopNav nav ul li ul
{
    top:60px;
    right:380px;
    left:auto;
    min-width:0;
    box-shadow:none;
    text-align:right;
    background:transparent;
}
.TopNav nav ul li:nth-child(n+6) ul
{
    left:auto;
}
.TopNav nav ul li:hover ul li a
{
    background: transparent;
    color:#FFCA38;
}
.TopNav nav ul li:hover ul li:hover a
{
    background: transparent;
    color:white;
}
.TopNav nav ul li:focus-within li a:focus
{
    background: transparent;
    color:white;
}
.TopNav .nav_title
{
    text-align:right;
    font-weight:bold;
}
.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:#FFCA38;
    height:auto;
    line-height:1.6;
    padding:4px;
}
.ButtonCloseNav
{
    display:flex;
    align-items:center;
    color:white;
    cursor:pointer;
    margin-bottom:15px;
}
.CloseText
{
    font-size:1.000em;
    font-family: "inter-variable", sans-serif;
    font-variation-settings: "wght" 200;
    text-transform:uppercase;
    padding-top:5px;
}
.ButtonCloseNav svg
{
    font-size:2.200em;
    margin-left:10px;
}
.ButtonCloseNav:hover, .ButtonCloseNav:focus
{
    color:#FFCA38 !important;
}

/* Search Styles */
.SearchDiv
{
    background: white;
    border: 1px solid #CCC;
    max-width: 100%;
    width:350px;
}
.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;
}
.header_search_voice
{
    color: #777;
    cursor: pointer;
}
.header_search_button
{
    padding-left: 0;
    color: #333;
    width: 24px !important;
}
/* End Search Styles */

.NavSocial
{
    display:flex;
    justify-content:space-between;
    width:200px;
    margin-top:70px;
}
.TopNav nav ul li.NavSocial a
{
    font-size:2.000em;
    transition:0.3s all ease-out;
}
.TopNav > nav > div > ul > li.NavSocial:hover a, .TopNav > nav > div > ul > li.NavSocial:focus-within a
{
    color:white;
}
.TopNav > nav > div > ul > li.NavSocial a:hover, .TopNav > nav > div > ul > li.NavSocial a:focus
{
    color:#FFCA38;
}

#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 span a:focus,
#mobile_top_nav .slicknav_nav span a:hover
{
    background:#ccc;
    color:#222;
}
#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;
}

#mobile_top_nav{border:none;}

@media screen and (min-width:992px)
{
    #mobile_top_nav{border:none;}
}

@media screen and (max-width:991px)
{
    .TopNav nav
    {
        display:block;
    }
    .TopNav .container-fluid
    {
        max-height:calc(100vh - 100px);
        overflow-y:auto;
    }
    .TopNav ul#navigation
    {
        display:flex;
        margin-top:14px;
    }
    .TopNav > nav > div > ul > li
    {
        flex-direction:column;
        align-items:flex-end;
        min-height:38px;
        height:auto;
        transition:height 0.3s ease-out;
    }
    .TopNav > nav > div > ul > li:first-child
    {
        flex-direction:row;
    }
    .TopNav > nav > div > ul > li.NavSocial
    {
        flex-direction:row;
    }
    .TopNav nav ul li ul
    {
        position:static;

    }
    #mobile_top_nav .slicknav_menu
    {
        display:none;
    }
    #mobile_top_nav .slicknav_nav a:focus
    {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #222;
    }
}
@media screen and (max-width:550px)
{
    .TopNav .container-fluid
    {
        flex-direction:column;
    }
}
/* END TOP NAV */
/* HEADER */
header
{
    background: #002F60;
    border-top: none;
    border-bottom: none;
    padding:38px 0 39px;
}
header a
{
    color:white;
}
header a:active, header a:hover, header a:focus
{
	color:black;
}
.LiquidButton
{
    color:black;
    z-index:5;
}
.HeaderLogo
{
    float:left;
}
.HeaderLogo img
{
    float:left;
    margin-right:0;
    max-width:100%;
}
.HeaderRight
{
    display:flex;
    justify-content:flex-end;
}
.TopNavToggle
{
    display:flex;
    align-items:center;
    color:white;
    cursor:pointer;
    margin-top:10px;
}
.ToggleText
{
    font-size:1.250em;
    font-family: "inter-variable", sans-serif;
    font-variation-settings: "wght" 400;
    text-transform:uppercase;
}
.TopNavToggle svg
{
    font-size:3.600em;
    margin-left:20px;
}

/* Google Translate Styles */
.HeaderTranslateButton
{
    color:White;
    background:#5D5D5D;
    padding:6px 0;
    margin-top:5px;
    border-radius:30px;
    text-align:center;
    float:right;
    clear:right;
    width:230px;
    font-size:1em;
    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 */

header.ImageHeader
{
    position:relative;
    overflow:hidden;
    height:300px;
}
header.ImageHeader .Headercontainer
{
    position:relative;
    z-index:2;
}
.SchoolHeaderBG
{
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:300px;
    background-color:black;
}
.SchoolHeaderImage
{
    object-fit:cover;
    object-position:top center;
    position:relative;
    width:100%;
    height:100%;
    opacity:0.7;
}

@media screen and (min-width:600px)
{
    .HeaderLogo
    {
        width:270px;
    }
    .TopNavToggle
    {
        font-size:11px;
    }
}
@media screen and (min-width:992px)
{
    header
    {
        padding:15px 0;
    }       
}
@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;}
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
    .HeaderRight
    {
        padding:0;
    }
    .TopNavToggle
    {
        font-size:10px;
    }
    .ToggleText
    {
        display:none;
    }
    .TopNavToggle svg
    {
        margin:0;
    }
}
@media screen and (max-width:582px)
{
    .HeaderLogo{display: block;}
}
@media screen and (max-width:497px)
{
    .HeaderLogo
    {
        display: block;
    }
}
@media screen and (max-width:473px)
{
}
@media screen and (max-width:347px)
{
}
/* END HEADER */

/* FOOTER */
footer
{
    background:#002F60;
    color:White;
    padding:59px 0 21px;
    width:100%;
    border-top:40px solid #FFCA38;
}
footer b
{
    font-weight: 900;
}
footer a
{
    color:White;
}
footer a:hover, footer a:focus
{
    color:#EEE;
}
.FooterLogo
{
}
.FooterLogo img
{
    max-width:100%;
}
.FooterRight
{
    padding:24px 0 0;
}
footer h1
{
    font-family: "big-caslon-fb", serif;
    font-size:1.125em;
    line-height:1.222;
    font-weight:500;
    text-transform:uppercase;
    margin:0;
}
.FooterLine
{
    background-color:#FFCA38;
    height:2px;
    width:127px;
    margin-bottom:20px;
}
.footertext
{
    font-size:1em;
}
.FooterLink
{
    font-size:1em;
}
.FooterLink:hover, .FooterLink:focus
{
    color:white;
}
.FooterLinkColumn
{
}
.FooterLinkColumn:nth-child(2)
{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:316px;
}
.FooterLinkBox
{
}
.FooterLinkColumn ul
{
    list-style:none;
    padding:0;
    margin:0;
}
.FooterLinkColumn a
{
    font-weight:normal;
    font-size:0.938em;
    line-height:1.4;
}
.subfooter
{
    width: 100%;
    background: #002F60;
    color: White;
}
.subfooter a
{
    color: White;
}
.FooterOwnership, .FooterCreated
{
    font-size:0.750em;
    color:white;
    font-weight:500;
    font-family: "work-sans", sans-serif; 
}
@media screen and (max-width:1250px)
{
}
@media only screen and (max-width : 991px)
{
}
@media only screen and (max-width : 767px)
{
    footer
    {
        padding:60px 0 20px;
    }
    .FooterLogo
    {
        display:block;
        width:380px;
        max-width:100%;
        margin:0 auto;
    }
    .FooterLine
    {
        margin-top:4px;
    }
    .FooterLinkColumn
    {
        text-align:center;
        display:flex;
        flex-direction:column;
        align-items:center;
        margin-bottom:85px;
    }
    .subfooter .left
    {
        text-align:center;
    }
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: none;
}
.slideshow_image 
{
    /*aspect-ratio: 1440 / 963;*/ /* Use this for auto-cropping images to fit set dimensions. Must set height to auto, and ratio is width divided by height */
    aspect-ratio: 1440 / 700; /* Smaller ratio */
    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:rgba(0,0,0,0.35);
}
.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:#059662;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#059662;
}
.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:#059662;
}
.slick-prev:before, .slick-next:before
{
    color:#059662;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:5;
    bottom:50px;
}
.hpSlideshowPauseAndPlay button
{
    background:transparent;
    border:none;
    color:White;
    font-size:30px;
    text-shadow: 0 0 10px #333;
}
.hpSlideshowPauseAndPlay button:focus
{
    border:2px solid blue;
}
.SlideshowText
{
    position:absolute;
    bottom:200px;
    left:0;
    right:0;
    text-align:center;
    pointer-events:none;
}
.SlideshowText h1
{
    font-family: "calluna", serif;
    color:white;
    font-size:2.063em;
    line-height:1.000;
    font-weight:400;
    margin:0;
}
.SlideshowText h2
{
    font-family: "big-caslon-fb", serif;
    color:white;
    font-size:6.25em;
    line-height:1.000;
    font-weight:500;
    margin:15px 0 7px;
}
.SlideshowText h3
{
    font-family: "big-caslon-fb", serif;
    color:white;
    font-size:14em;
    line-height:1.000;
    font-weight:500;
    margin:7px 0 0;
}
@media screen and (max-width:1530px)
{
    .SlideshowText
    {
        font-size:9px;
        bottom:6px;
    }
    .SlideshowText h2
    {
        margin:5px 0 2px;
    }
    .SlideshowText h3
    {
        margin:4px 0 0;
    }
}
@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)
{
    .slideshow_outer_container 
    {
        margin-top: -200px !important;
    }
}
@media screen and (max-width:768px)
{
    .slideshow_image
    {
        height:450px;
    }
    .SlideshowText
    {
        bottom:0;
    }
    .hpSlideshowPauseAndPlay
    {
        right:10px;
    }
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
    .hpSlideshowPauseAndPlay
    {
        display:none;
    }
}
@media screen and (max-width:400px)
{
    .SlideshowText
    {
        font-size:6px;
    }
}
/* 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;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.hpTitle
{
    color:#002F60;
    font-weight:500;
    float:left;
    font-family: "big-caslon-fb", serif;
    font-size:2.375em;
    line-height:1.211;
}
.hpTitle b
{
    font-weight: 500;
}
.hpLink
{
    background: transparent;
    border-radius: 0;
    text-transform: none;
    border: none;
    color: #002F60;
    font-weight: 500;
    font-family: "big-caslon-fb", serif;
    font-size:2.375em;
    line-height:1.211;
    display:flex;
    align-items:center;
}
.hpLink svg
{
    color:#FFCA38;
    font-size:0.526em;
    padding-left:20px;
}
.hpLink:hover, .hpLink:focus
{
    color: black;
    background: transparent;
}
.hpLink:hover svg, .hpLink:focus svg
{
    color: black;
}
.hpLine
{
    height:1px;
    width:100%;
    background-color:Black;
    float:left;
    clear:both;
    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;
    }
}
/* END GENERAL HOMEPAGE STYLES */

/* HOMEPAGE GRID BLOCKS */
.hpGrid
{
    display:grid;
    grid-template-columns:1fr calc(1210px * 0.50) calc(1210px * 0.50) 1fr;
    clear:both;
    width:100%;
    height:580px;
    overflow:hidden;
}
.hpTextBlock
{
    background:white;
    color:#002F60;
    display:grid;
}
.hpGrid1 .hpTextBlock
{
    grid-column:1 / 3;
    grid-template-columns:1fr calc(1210px * 0.50);
    display:grid;
}
.hpTextBlockInner
{
    padding-top:94px;
}
.hpGrid1 .hpTextBlockInner
{
    grid-column:2;
    padding-right:59px;
}
.hpTextTitle
{
    display:block;
    font-family: "big-caslon-fb", serif;
    font-size:2.5em;
    line-height:1.200;
    font-weight:500;
    margin-bottom:46px;
}
.hpTextContent
{
    font-size:1.250em;
    line-height:1.4em;
}
.hpTextLink
{
    background-color:#002F60;
    color:white;
    font-weight:bold;
    font-size:1.250em;
    line-height:1.4;
    padding:18px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:380px;
    max-width:100%;
    margin-top:46px;
}
.hpTextLink:hover, .hpTextLink:focus
{
    color:#002F60;
    background-color:#FFCA38;
}
.hpImageBlock
{
    display:grid;
    justify-content: stretch;
    align-items: stretch;
}
.hpGrid1 .hpImageBlock
{
    grid-column:3 / 5;
}
.hpScript iframe
{
    width:100%;
    height:100%;
}

.hpGrid2 .hpImageBlock
{
    grid-column:1 / 3;
}
.hpGrid2 .hpImageBlock img
{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}
.hpGrid2 .hpTextBlock
{
    grid-column:3 / 5;
    grid-template-columns:calc(1210px * 0.50) 1fr;
    display:grid;
    background:#E3E3E3;
}
.hpGrid2 .hpTextBlockInner
{
    grid-column:1;
    padding-left:59px;
}
@media screen and (max-width:1250px)
{
    .hpGrid
    {
        display:flex;
        flex-direction:column;
        height:auto;
    }
    .hpGrid1 .hpTextBlock, .hpGrid2 .hpTextBlock
    {
        display:flex;
        flex-direction:column;
    }
    .hpTextBlockInner
    {
        padding:22px 30px;
    }
    .hpImageBlock
    {
        display:flex;
        justify-content:center;
    }
    .hpImageBlock .hpScript
    {
        width:100%;
    }
    .hpImageBlock iframe
    {
        width: 100% !important;
        height:  calc((608 / 1080) * 100vw) !important;
        max-width:100%;
    }
}
@media screen and (max-width:580px)
{
    .hpGrid1 .hpTextBlock, .hpGrid2 .hpTextBlock
    {
        font-size:11px;
    }
    .hpTextTitle
    {
        margin-bottom:31px;
    }
    .hpTextLink
    {
        padding:15px 19px;
        margin-top:44px;
    }
}
/* END HOMEPAGE GRID */

/* HOMEPAGE CALL TO ACTION BOXES */
.hpCtaBoxes
{
    background:#002F60;
    padding:106px 0;
}
.hpCtaBoxes .container-fluid
{
    display:flex;
    justify-content:space-between;
    max-width:1210px;
    padding:0;
}
.hpCtaBox
{
    background:#FFCA38;
    border-radius:15px;
    padding:46px 30px 32px;
    color:#002F60;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    height:187px;
    width:284px;
    text-align:center;
    transition:0.3s all;
}
.hpCtaBox:hover, .hpCtaBox:focus
{
    background:#E3E3E3;
}
.hpCtaTextBox
{
    display:flex;
    align-items:center;
    height:48px;
}
.hpCtaText
{
    font-size:1.250em;
    line-height:1.2;
    font-weight:bold;
    text-transform:uppercase;
}
.hpCtaBox .fa-layers /*size of grouping layer for fontawesome icons*/
{
    height:2.1875em;
    width:2.1875em;
}
.hpCtaBox svg /*size of icon inside circle*/
{
    font-size:1.000em;
}
.hpCtaBox svg.fa-circle /*size of fontawesome circle - usually should be same size as layers*/
{
    font-size:2.1875em;
}
@media screen and (max-width:991px)
{
    .hpCtaBoxes
    {
        padding:20px 0;
    }
    .hpCtaBoxes .container-fluid
    {
        flex-wrap:wrap;
        justify-content:center;
        padding:0 15px;
    }
    .hpCtaBox
    {
        width:calc(50% - 8px);
        margin:10px 4px;
    }
}
@media screen and (max-width:600px)
{
    .hpCtaBox
    {
        height:103px;
        font-size:11px;
        padding:13px 15px;
    }
}
/* END HOMEPAGE CALL TO ACTION BOXES */

/* HOMEPAGE NEWS */
.hpDiv1
{
    background-color:#FFF;
    padding:97px 35px 97px;
    clear:both;
}
.news_slider
{
    float:left; 
    margin-top:44px;
    max-width:100%;
}
.HPNewsPhoto
{
    border-radius:15px;
    overflow:hidden;
    width:380px;
    margin:0 auto 45px;
    max-width:100%;
    aspect-ratio:380 / 253;
    float:none;
}
.HPNewsPhoto img
{
    margin:0;
    width:100%;
    height:100%;
    max-width:100%;
    object-fit:cover;
    object-position:center center;
}
.HPnewscomponent_mainlink
{
    color:#002F60;
    font-size:1.563em;
    font-weight:normal;
    line-height:1.4;
    margin-bottom:30px;
}
.HPnewscomponent_maintext
{
    color:Black;
}
.HPreadMoreLink
{
    font-size:1.250em;
    color:#FFCA38;
}
@media screen and (max-width:1250px)
{
    .hpDiv1
    {
        padding:40px 35px;
    }
    .HomepageContainer
    {
        font-size:11px;
    }
}
@media screen and (max-width:768px)
{
    .hpDiv1 .container-fluid
    {
        max-width:352px;
    }
    .HomepageContainer
    {
        flex-direction:column;
        align-items:flex-start;
        font-size:9px;
    }
    .hpLink
    {
        padding-left:0;
    }
}
/* END HOMEPAGE NEWS */

/* HOMEPAGE CALL TO ACTION BOXES */
.hpCtaBoxes2
{
    background:#002F60;
    padding:106px 0;
}
.hpCtaBoxes2 .container-fluid
{
    display:flex;
    justify-content:space-between;
    max-width:1210px;
    padding:0;
}
.hpCtaBox2
{
    padding:20px 30px 32px;
    border-radius:15px;
    color:#FFCA38;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    height:220px;
    width:284px;
    text-align:center;
    transition:0.3s all;
}
.hpCtaBox2:hover, .hpCtaBox2:focus
{
    background:#FFCA38;
    color:#002F60;
    text-decoration:none;
}
.hpCtaTextBox2
{
    display:flex;
    align-items:center;
    height:48px;
}
.hpCtaText2
{
    font-size:2.375em;
    line-height:1.2;
    font-weight:bold;
    text-transform:none;
    color:white;
}
.hpCtaBox2:hover .hpCtaText2, .hpCtaBox2:focus .hpCtaText2
{
    color:#002F60;
}
.hpCtaBox2 .fa-layers /*size of grouping layer for fontawesome icons*/
{
    height:2.1875em;
    width:2.1875em;
}
.hpCtaBox2 svg /*size of icon inside circle*/
{
    font-size:1.000em;
}
.hpCtaBox2 svg.fa-circle /*size of fontawesome circle - usually should be same size as layers*/
{
    font-size:2.1875em;
}
.hpCtaBox2 .hpCtaIcon2 svg /* top icon */
{
    font-size:4.375em;
}
.hpCtaBox2 .hpCtaIcon3 svg /* top icon with layers */
{
    font-size:4.375em;
}
.hpCtaBox2 .hpCtaIcon3 .fa-layers /*size of grouping layer for fontawesome icons*/
{
    height:4.375em;
    width:5.5em;
}
.hpCtaBox2 .hpCtaIcon3 svg:nth-child(2) /* top icon with layers */
{
    font-size:2.000em;
}
@media screen and (max-width:991px)
{
    .hpCtaBoxes2
    {
        padding:20px 0;
    }
    .hpCtaBoxes2 .container-fluid
    {
        flex-direction:column;
        align-items:center;
    }
}
/* END HOMEPAGE CALL TO ACTION BOXES */

/* HP APPLY AND VISIT BUTTONS */
.hpApplyDiv
{
    display:flex;
}
.hpButton
{
    background-color:#FFCA38;
    color:#002F60;
    font-weight:normal;
    text-align:center;
    width:50%;
    padding:85px 20px;
    font-size:5em;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hpButton2
{
    background-color:#E3E3E3;
    color:#002F60;
}
.hpButton svg
{
    font-size:0.25em;
    padding-left:40px;
}
.hpButton:hover, .hpButton:focus
{
    background:#15487B;
    color:white;
    text-decoration:none;
}
@media screen and (max-width:991px)
{
    .hpApplyDiv
    {
        flex-direction:column;
        width: 100%;
        font-size:9px;
    }
    .hpButton
    {
        width:100%;
        padding:46px 30px;
        line-height:1;
    }
}
/* END HP APPLY AND VISIT BUTTONS */

/* 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: 2px solid #FFCA38;
    font-size:0.875em;
    font-weight:normal;
}
.DynamicNav ul li a:hover
{
    background:#002F60;
    color:white;
}
.DynamicNav ul li ul li a
{
    color:black;
    border-bottom: 2px solid #FFCA38;
    background: white;
}
.DynamicNav_currentpage_link
{
    color:white !important;
    border-bottom: 2px solid black !important;
    background: #002F60;
}
 
.DynamicNav ul li ul li a:hover
{
    background: #44486C !important;
    color: white !important;
}
.DynamicNav_currentpage_link:hover
{
    background: #002F60 !important;
    color: white !important;
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#002F60;
        color:White;
        border-bottom:32px solid #fff;
        font-size:1.250em;
        width:calc(100% + 38px);
        margin-left:-19px;
        text-transform:uppercase;
        font-weight:700;
        font-family: "big-caslon-fb", serif;
    }
    .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:#059662;
}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#059662;
    color: #fff;
}
.eventcomponent_month
{
    color:#FFF;
}
.eventcomponent_date
{
    color:#FFF;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    background-color:#059662;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#059662; /* Hover Color */
    color:#fff !important;
}
.monthly-today .monthly-day-number 
{
    background: #05744C !important;
}
.monthly-event-list .listed-event /* Fix for color issue in monthly.css */
{
    color:#000 !important;
}
.eventcomponent_calendarlink
{

}
p[data-f-id="pbf"] 
{
  display: none !important; /* Hides Froala glitch text in events */
}
/* END EVENTS COMPONENT */

/* MASTER CALENDAR PAGE */
.mastercalendar_smalltext > tbody > tr > td > span[style*=background] label
{
    color:white;
}
.mastercalendar_filterbar a
{
    color:#2F6FA7
}
@media screen and (max-width:767px)
{
    .mastercalendar_filterpanel > table
    {
        display:block;
        width:100%;
    }
    .mastercalendar_filterpanel > table > tbody
    {
        display:block;
        width:100%;
    }
    .mastercalendar_filterpanel > table > tbody > tr
    {
        display:flex;
        flex-direction:column;
        width:100% !important;
    }
    .mastercalendar_filterpanel > table > tbody > tr > td
    {
        display:block;
        width:100% !important;
    }
    .mastercalendar_smalltext > tbody > tr > td > span[style*="background"]
    {
        display:block;
    }
}
/* END MASTER CALENDAR PAGE */ 

/* ARTICLES */
.BtnArticleBack {
    background-color: #090909;
    border-radius: 2px;
    color: White;
    font-size: 17px;
    padding: 6px 9px;
    font-weight: bold;
    display: inline-block;
}
.BtnArticleBack:hover {
    background-color: #545454;
    color:White;
    text-decoration: none;
}
/* END ARTICLES */

/* NEWS COMPONENT */
.newscomponent_item
{
    border-bottom:1px solid #ededed;
}
.newscomponent_imagecontainer
{
    padding-right:20px;
}
.newscomponent_imagecontainer img
{
    width:100%;
    max-width:400px !important;
}
.newscomponent_archivelink
{
}
/* END NEWS COMPONENT */

/* FILES AND LINKS COMPONENT */
.linksList
{
    clear:both;
}
.linksList h3.component_title
{
    float:none;
    display:inline-block;
    margin-top:13px;
    margin-bottom:0px;
}
.linksList > div /* link and files & links item */
{
}
.dlList > div /* downloads item */
{
}
.linksList img
{
    margin-bottom:5px;
}
.linkSpacer
{
    margin-bottom:8px;
}
.dlSpacer
{
    margin-bottom:8px;
}
.dlLinksSpacer
{
    margin-bottom:8px;
}
.linkcomponent_table
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.linkcomponent_tablecell
{
    padding:5px 5px 10px;
    text-align:center;
}
.linkcell25
{
    width:25%;
}
.linkcell50
{
    width:50%;
}
@media screen and (max-width:991px)
{
    .linkcell25{width:50%;}
}
@media screen and (max-width:400px)
{
    .linkcomponent_tablecell{line-height:1.2;}
    .linkcell25{width:100%;}
    .linkcell50{width:100%;}
}
/* END FILES AND LINKS COMPONENT */

/* VIDEO COMPONENT */
.VideoPanel
{
    clear:both; /* Clearfix for video panel */
}
/* END VIDEO COMPONENT */

/* TEXT WINDOW */
.textwindow_text ul, .textwindow_text ol
{
    overflow:hidden; /* fix for embedded image causing issues with lists */
}
[fr-original-class="fr-text-gray"]
{
    color: #AAA !important;
}
[fr-original-class="fr-text-bordered"]
{
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}
[fr-original-class="fr-text-spaced"]
{
    letter-spacing: 1px;
}
[fr-original-class="fr-text-uppercase"]
{
    text-transform: uppercase;
}
/* END TEXT WINDOW */

/* SCRIPT SLIDER COMPONENT */
.component_container_scriptslider
{
}
.ScriptSliderItem
{

}
.ScriptSliderBox
{
    width:300px;
    min-height:200px;
    padding:7px;
    background-color:#D6D6D6;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border:2px solid #11223F;
    border-radius:7px;
}
.ScriptSliderTitle
{
    font-size:1.500em;
    font-weight:bold;
}
.ScriptSliderSubtitle
{
    font-size:1.125em;
    font-weight:normal;
    font-style:italic;
    padding:5px 0;
}
.ScriptSliderDescription
{
    font-size:1em;
    font-weight:normal;
}
.ScriptSliderRichText
{
    font-size:1em;
}
.ssLine
{
    height:5px;
}
/* END SCRIPT SLIDER COMPONENT */

/* PODCAST COMPONENT */
audio::-webkit-media-controls-panel
{
    background-color:rgba(0,0,0,.2); /* Chrome */
}
.PodcastTop hr{height:1px; background:Black; width:97%; margin:10px 0 0;}
.PodcastContainer
{
    padding:10px 0;
}
.podcast_titletext
{
    display:block;
}
.podcast_maintext{}
.podcast_mainlink
{
    color:#3174AF;
}
/* END PODCAST COMPONENT */

/* BLOG COMPONENT */
.PanelReplies
{
}
.blog_posttitle
{
}
.blog_maintext
{
}
.blog_maintext2
{
}
.blog_smalltext
{
}
.blog_smalllink, .ui-widget-content a.blog_smalllink
{
}
.blog_reply_title
{
}
/* END BLOG COMPONENT */

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
}
/* stop ADA button */
/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */
/* SKIP MAIN CONTENT */
.SkipContent
{
    position:absolute;
    color:white;
    padding:3px;
    background:black;
    left:-150px;
    top:55px;
    z-index:99999;
}
.SkipContent:focus,.SkipContent:hover
{
    left:15px;
}
.skipHover
{
    display:none;
    font-size:0.7em;
    line-height:1;
}
.SkipContent:hover .skipHover, .SkipContent:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
    color:white;
}
.lnkSkipSocial:hover .skipHover, .lnkSkipSocial:focus .skipHover
{
    display:inline-block;
    padding-left:10px;
}
@media screen and (max-width:991px)
{
    .SkipContent{top:20px;}
    .skipHover{display:inline-block;padding-left:10px;}
}
/* END SKIP */

/* Juicer Styles */
.juicer-feed .j-twitter-text::before, .juicer-feed .j-twitter-text
{
    background:#3B3B3B !important;
    border-radius:25%;
    padding:1px;
}
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet, .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply,
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-like, .juicer-feed .j-meta .j-twitter-date, .juicer-feed .j-meta a,
.juicer-feed.modern .j-poster .j-date, .j-twitter-quote-screen-name, .j-twitter-display-name, .j-twitter-screen-name, .j-message,
.j-twitter-quote-display-name, .juicer-feed.image-grid li.feed-item.j-twitter .j-message p, .juicer-feed.image-grid li.feed-item.j-twitter .j-message a,
.juicer-feed.slider li.feed-item.j-twitter .j-message p, .juicer-feed.slider li.feed-item.j-twitter .j-message a, .juicer-feed.hip li.feed-item.j-twitter .j-message p,
.juicer-feed.hip li.feed-item.j-twitter .j-message a
{
    color:#757575 !important;
}
.j-youtube.j-youtube-bg, .j-twitter.j-twitter-bg
{
    color:black !important;
}
/* End of Juicer Styles */

/* Collapsible Styles */
.panel_blog_root
{
    padding:10px !important;
}
.panel_blog_root h2.ui-accordion-header
{
    margin-bottom:0;
    font-size:1em;
    float:left;
    width:100%;
    padding:5px;
}
.panel_blog_root h3.ui-accordion-header
{
    margin-bottom:0;
    font-size:1.1em;
    float:left;
    width:100%;
    padding:10px;
    margin-top:0;
}
.panel_blog_root .ui-accordion-header-icon
{
    display: block;
    float: left;
    margin-top: 2px;
}
.component_container .panel_blog_root .ui-widget-content
{
    font-family:inherit !important; /*This will be based on schools font family for body of text*/
    font-size:.85em; /*This will be based on schools text*/
    float:left;
    width:100%;
}
[id*="pnlStyle"] > .blog_spacer
{
    display: none;
}
.blog_smalllink, .ui-widget-content a.blog_smalllink
{
    background-color: #059662;
    border-color: #059662;
    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 */