﻿/* CUSTOM SITE SPECIFIC CSS */
    video{max-width:100%}
    input.gsc-search-button-v2{-webkit-box-sizing: content-box;-moz-box-sizing: content-box; box-sizing: content-box;}
    input.gsc-input{font-size: 14px !important;Color: Black !important;}
    .content {background:#FAFAFA;padding-bottom:30px;}
    #ucContentPage_pnlLeftWindowControls img, #ucContentPage_pnlRightWindowControls img, #ucContentPage_pnlControls img {max-width:100%;}
    .ui-helper-reset {padding:15px !important; margin: 0 !important;}
    @media screen and (max-width:991px)
    {
        /* Makes dual window full-width on mobile when left nav disappears */
        #ucContentPage_dualWindow{width:100%;}
      
        #closings1_divAlertBanner, #closings1_divMinimizedBanner {margin-top:20px;}
        
    }
    /* .card {border-bottom:0 !important;border-right:10px solid #EFEEEA;box-shadow:none !important;} */
/* END CUSTOM SITE SPECIFIC CSS */
.goog-te-gadget
{
    color: inherit !important;
}
.goog-te-gadget-simple 
{
    background: #0000 !important;
    border: none !important;
    font-size: 19.125px !important;
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: inherit;
    font-weight: 500;
    font-family: "poppins", Sans-Serif;
}
/* GENERAL LAYOUT */
html, body
{
    padding:0;
    margin:0;
    height:100%;
    background-color:White;
    color:Black;
}
body
{
    line-height:1.6;
    color:#272727;
    font-family: "poppins", Serif;
    font-size:16px;
}

a{text-decoration:none; }
a:hover {text-decoration: underline;}
a img {border:none;}

h1, h2, h3, h4, h5, h6{line-height:1;}

/* Use this for page headers */
.PageTitleContainer
{
    background: transparent;
}
h1.page_header
{
    margin: 15px 0;
    padding: 0;
    padding-left: 0px;
    font-size: 2.375em;
    color:Black;
}

/* Use this for component headers */
h2.component_header
{
    color:#054634;
    font-size:2em;
    margin-top:0;
    margin-bottom:5px;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#3C3C3C;
    font-size:1.675em;
    margin-top:0;
    margin-bottom:5px;
    float: left;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.dualwindow_right, .dualwindow_left, .singlewindow
{
    margin-top: -10px;
}
/*
.dualwindow_right h2.component_header
{
    font-size: calc(1.667em / 0.778);
}
.dualwindow_right h3.component_title
{
    font-size: calc(1em / 0.778);
}
*/
/* Use this for subtitles inside of components */
/* Ex: Textwindow subtitle (depricated) */
h4.component_subtitle
{
    
}

/* Container that surrounds every component */
/* Note: Also contains component headers */
.component_container
{
    margin-bottom:10px;
    margin-top:10px;
}

/* Clearfix for component container */
.component_container:after
{
    content:"";
    display:table;
    clear:both;
}
/*Used with some components, such as News. Using padding here may cause uneven sizing of different component types. */
.component_container_inner
{

    /*padding:20px;
    background:white;*/
}

@media screen and (max-width: 640px){.component_container_inner{text-align:center;}}


/* Error message used for things such as forms */
.errormsg
{
    font-weight: bold;
    color: Red;
}
/* END GENERAL LAYOUT */

/* SCHOOL CLOSINGS */
.schoolclosings_titletext
{
	font-size: 1.286em;
	font-weight: 500;
	color: White;	
}
.schoolclosings_maintext
{
	font-size: 1em;
	font-weight: normal;
	color: White;	
}
/* END SCHOOL CLOSINGS */

/* TOP NAV */
.TopNav nav
{
    padding:0;
    width:100%;
    margin-bottom: 0px;
    box-shadow: 0 1px 0 #BBBBBB, 0 2px 0 #DDDDDD;
    font-weight:bold;
    background: #FFFFFF;
    background-color: White;
    border-top: 1px solid #054634;
    margin-top: 4px;
    box-shadow: 0 -4px 0 #054634;
}
nav a
{
    text-decoration:none;
    color:Black;
}
nav a:hover{text-decoration:none;}
nav ul
{
    width:100%;
    margin:0 auto;
    list-style:none;
    z-index:9999;
    text-align:center;
    padding:0;
    text-transform:uppercase;
    display:table;
}
nav ul li
{
    position:relative;
    cursor:pointer;
    display:table-cell;
    vertical-align:middle;
}
nav ul li a
{
    display:block;
    font-size: 1.125em;
    padding:0 20px;
    height:38px;
    line-height:37px;
    font-weight: 700;
    color: #054634;
    transition: all 0.5s;
    letter-spacing: 0;
    position: relative;
}
nav ul li a:hover
{
}
nav ul li ul
{
    padding:10px;
    position:absolute;
    top:38px;
    left:0;
    width:300px;
    display:none;
    border:none;
    overflow:hidden;
    z-index:9999;
    background:white;
    text-align:left;
    text-transform:none;
    z-index:999;
    font-weight:normal;
    -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);
}
.TopNav.MegaMenu nav > .container-fluid > ul > li:hover > ul
{
    width: auto !important;
    left: auto !important;
   
}
.TopNav.MegaMenu nav > .container-fluid > ul > li > ul > .container-fluid > li
{
    min-width: 230 !important;
    width: 150px !important;

}
nav ul li ul li{display:block;}
nav ul li ul li a
{
  
    display:block;
    font-weight: 400;
    font-size:0.875em;
    color:Black;
    height:auto;
    line-height:1.6;
    padding:4px;
}
nav ul li ul li a:hover
{
    color:#000;
}
nav > div > ul > li
{
    position: relative !important;
}
nav ul li:nth-child(1n+3) ul
{
    left: auto;
    right: 0;
}
nav > div > ul > li:nth-child(4) > ul {
    right: -200px;
}
nav ul li ul ul
{
    margin-left: 0 !important;
}
nav ul li:hover ul{display:block;}

.nav_title
{
    cursor:default;
    font-weight:bold;
    text-align:center;
    border-bottom:2px solid #101010;
}
.nav_title:hover
{
    background:none;
    color:#000;
}
.slicknav_menu, .mobile_nav{display:none;}
.MobileNavLi{display:none;}
@media screen and (max-width:1100px)
{
    nav ul li a
    {
        font-size: 1em;
    }
}
@media screen and (max-width:1050px)
{
    nav ul li a
    {
        font-size: 0.778em;
    }
    .Ownership, .CMS, .HS
    {
        text-align: center !important;
        margin: 0 !important;
    }
}
@media screen and (max-width: 991px)
{
     #logo {text-align:center;margin:0 auto;width:100%;display:block;}
    .js #navigation, nav {display:none;}
    .js .slicknav_menu {display:block;}
    .slideshow_outer_container{margin-top:0 !important;}
    .MobileNavLi{display:block;}
}
/* END TOP NAV */

/* HEADER */
.header_search_container
{
    background: white;
    height: 40px;
    position: relative;
}
.header_search_box 
{
    -webkit-appearance: none;
    border: 0;
    line-height: 1;
    background: #fff;
    width: calc(100% - 25px);
    height: 40px;
    color: #2a2a2a;
    padding: 5px 0;
}
.header_search_button:focus, .header_search_button:hover 
{
    color: #0B674B;
    text-decoration: none;
    outline: none;
}
.header_search_button 
{
    position: absolute;
    display: flex;
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    color: #0B674B;
    align-items: center;
    justify-content: center;
}
header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#025767+0,007c92+100 */
    background: rgb(2,87,103); /* Old browsers */
    background: -moz-linear-gradient(to top, #054634 0%, #0B674B 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, #054634 0%, #0B674B 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #054634 0%, #0B674B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054634', endColorstr='#0B674B',GradientType=0 ); /* IE6-9 */
    background-color: Black;
    padding: 20px 0;
    font-size: 18px;
    color: White;
}
header a
{
    color: White;
}
header a, header a:active, header a:hover, header a:focus{text-decoration:none;}
header h1
{
    font-family: "poppins", Serif;
    text-decoration:none;
    text-align:left;
    font-weight:600;
    font-size:2.7em;
    margin:0;
    display:block;
    margin:10px auto 0;
    padding-left: 15px;
}
header h1 a
{
    color:#fff;
}

header h2
{
    text-align:right;
    font-size:1..75em;
    font-family: "poppins", Serif;
    text-transform:uppercase;
    font-weight:600;
    margin:0;
    color:#fff;
    letter-spacing:0.28em;
    margin-top: -5px;
    padding-right: 45px;
}
.SchoolTitle
{
    float: left;
}
.SchoolSlogan
{
    font-size: 1.125em;
    font-family: "poppins", Sans-Serif;
    font-weight: 600;
    font-style: italic;
}
header .quicklinks
{
	
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.HeaderButton
{

    width: 190px;
    padding: 5px 0;
    border-radius: 4px;
    text-align: center;
    background: #054634;
    border: 1px solid #054634;
    font-weight: 500;
    font-size: calc(17em / 16);
    transition: all 0.5s;
	margin: 5px 0;
}
.HeaderButton2
{
    width: 405px;
    max-width: 100%;
    display: inline-block;
    margin-top: 20px;
    /*-webkit-filter: hue-rotate(45deg);*/
    /*filter: hue-rotate(45deg);*/
    background: #54c571;
    color: #000;
}
.HeaderButton:hover
{
    background: white;
    color: #054634;
}
header h3
{
    text-align:center;
    font-size:1em;
    font-family: "Arial", Serif;
    text-transform:uppercase;
    font-weight:500;
    padding:0;
    margin:0;
    color:#636363;
}
header hr
{
    height:2px;
    border:none;
    width:48%;
    background:#1ED55F;
    margin:5px auto 10px;
}
@media screen and (max-width:767px)
{
   .HeaderLogo img{max-width:100% !important;}
}

/* END HEADER */

/* LOGIN FORMS */
.login_form{width:50%;}
.login_form label
{
    display:table;
    table-layout:fixed;
    width:100%;
    margin-bottom:5px;
}
.login_form label span
{
    display:table-cell;
    text-align:right;
    padding-right:5px;
}
.login_form label input
{
    display:table-cell;
    width:100%;
}
.login_form input[type="submit"]
{
    width:50%;
    float:right;
}
/* END LOGIN FORMS */

/* FORMS */
.form-error
{
    display:inline;
    color:Red;
    font-weight:normal;
}
label.no-bold
{
    font-weight:normal !important;
}
textarea.form-control
{
    resize:vertical;
}
.form-content
{
    margin:1em 0;
}
hr.form-separator
{
    margin:1em 0;
    height:1px;
    background:#ddd;
    border:none;
}
/* END FORMS */

/* CAPTCHA */
.captcha_img
{
    margin-bottom:15px;
}
.captcha-text
{
    font-size:0.714em;
}
/* END CAPTCHA */

/* FOOTER */
footer
{
    background:#054634;
    color:White;
    padding:50px 0;
    width:100%;
    font-size:1em;
}
footer .container div
{
    display:table-cell;
    vertical-align:middle;
    padding:0 15px;
}
footer a
{
    color:White;
}
.footer_logo
{
    float:left;
    width:16%;
    padding-right:25px;
}
.footer_logo img
{
    max-width: 100%;
}
.footer_info
{
    color:#cccfd5;
    float:left;
    width:38%;
    padding-left:5%;
}
footer h1
{
    margin:0;
    padding:0;
    font-size:1.5em;
}
.footertext
{
    text-align: left;
    float: left;
}
.footer_list
{
    float:left;
    width:27%;
}
.footer_list ul
{
    margin:0;
    float:left;
    padding:0;
    text-transform:uppercase;
    list-style-type:none;
    font-family: "Arial", Sans-Serif;
    font-weight:bold;
}
.footer_list ul:first-child{margin:0 40px 0 0;}
.footer_list ul li{margin:10px 0;}
.footer_buttons
{
    padding-top:20px;
    float:left;
    width:13%;
}
.social_media_buttons
{
    width:100%;
}
.social_media_buttons img
{
    width:30%;
    display:block;
    float:left;
    margin:1.666%;
    max-width:46px;
}
.SubFooter
{
    /*border-top: 1px solid #333;*/
    padding:12px 0;
    background-color:#0B674B;
    color:White;
}
.SubFooterCell1
{
    float:left;
    width:39%;
}
.SubFooterCell2
{
    float:left;
    width:21%;
    text-align:center;
}
.SubFooterCell3
{
    float:left;
    width:39%;
}
.OwnershipLabel
{
    color:White;
    float:left;
}
.esvLink
{
    color:White;
    float:right;
}
footer h1
{
    font-size: calc(50em / 16);
    color: White;
    font-weight: bold;
    font-family: "poppins", Sans-Serif;
    margin: 0;
    line-height: 27.42px;
}
footer h2
{
    font-size: calc(19em / 16);
    color: White;
    font-weight: bold;
    font-family: "poppins", Sans-Serif;
    margin: 0;
    line-height: 29.87px;
    text-align: right;
    padding-right: 27px;
    letter-spacing: 0.29em;
}
footer .SchoolName
{
    float: left;
    margin-bottom: 25px;
}
footer .textwindow_text
{
    line-height: 22px;
}
.WebAcc
{
    float: left;
    text-transform: none !important;
    padding: 6px 20px;
    background: #0B674B;
    color: White;
    border: 1px solid #0B674B;
    transition: all 0.5s;
    margin-top: 10px;
    border-radius: 4px;
    font-size: calc(17em / 16);
    font-weight: 500;
}
.WebAcc:hover
{
    background: White;
    color: #333;
    text-decoration: none;
}
.footer_Button {
    text-transform: none !important;
    padding: 6px 20px;
    background: #0B674B;
    color: White;
    border: 1px solid #0B674B;
    transition: all 0.5s;
    margin-top: 10px;
    border-radius: 4px;
    font-size: calc(17em / 16);
    font-weight: 500;
    width: 230px;
    margin: 0 auto 5px auto;
}
.footer_Button:hover {
    background: White;
    color: #333;
    text-decoration: none;
}
/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	font-size:1em;
	font-family:Sans-Serif;
	color:White;
}
.divCompliance a:hover
{
}
/* stop ADA button */
@media screen and (max-width:991px)
{
    .footer_logo
    {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:991px)
{

    .footer_info{width:40%;}
    .footer_list
    {
        width:35%;
        padding-right:0;
    }
    .footer_buttons{width:100%;}
    .social_media_buttons{text-align:center;}
    .social_media_buttons img
    {
        width:46px;
        display:inline;
        float:none;
        margin:0 5px;
    }
    .footer_logo{width:auto; margin:0 auto; float:none; padding:0;width:100%;text-align:center;}
    .footer_info{width:100%; text-align:center;}
    .footer_list{display:none;}
    .SubFooterCell1, .SubFooterCell2, .SubFooterCell3{width:100%; text-align:center;}
    .OwnershipLabel, .esvLink{float:none;}
}
/* END FOOTER */
.hpDiv2
{
    padding: 20px 0;
}
/* HOMEPAGE SLIDESHOW */

.StickyNavContainer
{
    position: relative;
    z-index: 20;
}
.StickyNav
{
    position: absolute;
    top: 60px;
}
.StickyNav a
{
    float: left;
    clear: left;
    margin-bottom: 15px;
    background-color: #FAFAFA;
    border-radius: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 15px;
    transition: padding 0.5s;
}
.StickyNav a:hover
{
    padding-left: 50px;
    text-decoration: none;
}
.StickyNav .Icon
{
    float: left;
    margin-right: 15px;
}
.StickyNav .Icon svg
{
    color: #054634;
    font-size: 36px;
}
.StickyNav .Text
{
    font-family: "poppins", Sans-Serif;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 19px;
    color: #054634;
}
.StickyNav .Text span
{
   
}
.StickyNav .SNCont 
{
    width: 150px;
}

.slideshow_outer_container
{
    width:100%;
    margin-bottom:0px;
}
.slideshow_container
{
    margin:0 !important;
}
.slideshow_slide
{
   
    position:relative;
}
.slideshow_caption_container_outer
{
    position:absolute;
    bottom:40px;
    float:left;
    left:50%;
    z-index:2;
    display:block;
}
.slideshow_caption_container_inner
{
    background:rgba(29, 29, 29, .85); 
    max-width:625px;
    left:-50%;
    float:left;
    position:relative;
    padding:20px 30px;
    text-align:center;
}
.slideshow_caption_header
{
    color:#fff;
    font-weight:bold;
    font-size:2.571em;
    display:block;
    text-align:center;
    text-transform:uppercase;
}
.slideshow_caption_text
{
    color:#fff; 
    margin-bottom:5px;
    font-size:1em;
    display:block;
}
.slideshow_caption_link
{
    color:#25a0ff;
    text-decoration:none;
    font-size:0.929em;
    text-transform:uppercase;
}
.slideshow_image
{
    width:100%;

}
.slick-slide
{
    height:auto;
}
.slick-dots
{
    bottom:-60px;
    color:Black;
}
.slick-dots li button::before
{
    font-size:14px;
    color:#000;
    opacity:1;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    opacity:1;
    color:#AC0604;
}
.slick-prev
{
    left:0;
    z-index:3;
}
.slick-next
{
    right:0;
    z-index:3;
}
.slick-prev, .slick-next
{
    color:#8F8F8F !important;
}
.slick-prev svg, .slick-next svg
{
    width: 40px !important;
    height: 40px !important;
}
.hpDiv2 .slick-prev svg, .hpDiv2 .slick-next svg
{
    border: 3px solid #8F8F8F;
    border-radius: 3px;
    border: 3px solid #8F8F8F;
    border-radius: 3px;
    transform: rotate(90deg);
}
#hpArrowContainer
{
    float: right;
}
.hpDiv2 .slick-prev, .hpDiv2 .slick-next
{
    position: relative;
    float: left;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    top: 20px
}
.slick-prev:focus, .slick-next:focus
{
    opacity:inherit;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#fff;
}
@media screen and (max-width:991px)
{
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpTitle
{
    color:#054634;
    font-size:1.875em;
    font-weight:400;
    font-family: "poppins", Sans-Serif;
}
.hpLink
{
    color:#FFF;
    font-size: calc(17em / 16);
    font-family:'poppins', Sans-Serif;
    font-weight:500;
    padding:5.5px 35px;
    background-color:#054634;
    border-radius:3px;
    border: 1px solid #054634;
    transition: all 0.5s;
    float: left;
}
.hpLink:hover
{
    background: white;
    color: #054634;
    text-decoration: none;
}
.MVButton
{
    background: #054634;
    color: White;
    padding: 5px 35px;
    border: 2px solid white;
    font-family: "poppins", Sans-Serif;
    font-weight: 500;
    font-size: calc(17em / 16);
    border-radius: 2px;
    text-decoration: none !important;
    transition: all 0.5s;
    float: left;
    margin-top: 50px;
}
.MVButton:hover
{
    background: white;
    color: #054634;
}
.hpDiv1, hpDiv2
{
    background-color:#F6F6F6;
    padding: 20px 30px;
}
.MissionVision 
{
    background: url(../sysimages/Background.png) #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 50px 30px;
}
.MissionVision .textwindow_maintext 
{
    font-family: "poppins", Sans-Serif;
    font-weight: 400;
    font-size: 1.875em;
    color: White;
}
.MissionVision .textwindow_text 
{
    font-family: "poppins", Sans-Serif;
    color: White;
    font-size: 1.125em;
    font-weight: 500;
}
.MissionVision .Vision 
{
    margin-bottom: 50px;
    float: left;
}
.Super 
{
    height: calc(100% + 100px);
    background: url(../sysimages/pic.png) black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -50px;
    margin-bottom: -50px;
    position: absolute;
    right: 0;
}
.SuperContainer 
{
    position: relative;
    height: 100%;
}
.SuperText 
{
    position: absolute;
    padding: 15px;
    bottom: 0px;
    right: -15px;
    width: 100%;
    padding-right: 0px;
}
.SuperText .Name 
{
    float: none;
    font-weight: 300;
    font-size: 1.222em;
    width: 100%;
    background: #054634FF;
    color: White;
    padding: 10px 15px;
    transition: background 0.5s;
}
.SuperText:hover .Name
{
    background: #054634FF;
}
.SuperText a 
{
    float: none;
    font-family: "poppins";
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    background: #054634FF;
    display: block;
    width: 100%;
    font-size: calc(17em / 16);
    line-height: 35px;
    padding: 3px 15px;
    border-top: 1px solid #111D;
    transition: all 0.5s
}
.SuperText:hover a
{
    background: #054634FF;
    border-top: 1px solid #111111;
} 
.news_slider .slick-slide /*Adds padding to news slides.*/
{
    padding-left:15px;
    padding-right:15px;
}
.HPNewsPhoto
{
    float:left;
    width:100%;
}
.hpDiv1 .HPNewsPhoto
{
    height: 95px;
    display: table;
    margin-bottom: 15px;
}
.imgContainer
{
    display: table-cell;
    vertical-align: middle;
}
.divTableCenterer
{
    height: 95px;
    display: table-cell;
    width: 0;
}
.hpDiv1 .HPnewscomponent_mainlink
{
    font-family: "poppins", Sans-Serif;
    font-weight: 500;
    text-align: center;
    color: #000000;
    font-size: 1em;
    text-decoration: none !important;
    transition: all 0.5s;
    display: inline-block;
    width: 100%;
}
.hpDiv1 .HPnewscomponent_mainlink:hover
{
    color: #054634;
}
.HPNewsPhoto img
{
}
.HPnewscomponent_mainlink
{
    float:left;
    clear:left;
}
.HPnewscomponent_maintext
{
    float:left;
    clear:left;
}
.HPreadMoreLink
{
    float:left;
    clear:left;
}
.HPnewscomponent_thumbimage
{
    margin:0 auto;
}

.hpDiv2 .HPnewscomponent_mainlink
{
    font-family: "poppins", Sans-Serif;
    font-weight: bold;
    color: #000000;
    font-size: 1.125em;
    line-height: 24px;
    text-decoration: none !important;
    transition: color 0.5s;
    max-height: 48px;
    overflow: hidden;
}
.hpDiv2 .HPnewscomponent_mainlink:hover
{
    color: #054634;
}
.hpDiv2 .HPnewscomponent_maintext
{
    font-family: "poppins", Sans-Serif;
    font-weight: 400;
    color: #252525;
    font-size: 1em;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.hpDiv2 .HPreadMoreLink
{
    font-family: "poppins", Sans-Serif;
    font-weight: bold;
    color: #054634;
    font-size: 1em;
    line-height: 24px;
}
.hpDiv2 .HPNewsPhoto
{
    float: left;
    width: auto;
    width: 185px;
}
.ArticleBody
{
    float: left;
    width: calc(100% - 185px);
    padding-left: 15px;
}
.NewsArticle
{
    padding: 15px 0;
}
/*Homepage events now use default event component styles for consistency*/
.events_slider .eventcomponent_linktext
{
}
.events_slider .eventcomponent_maintext
{
}
.events_slider .eventcomponent_datetext
{
}
/* End homeapge events styles */

/* responsive container to wrap around embed codes */
.embed-container  
{
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed 
{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
/* END HOMEPAGE */

.eventCalendar_main_hasEvents
{
	background-color: Silver;	
}
.gallerycomponent_titletext
{
	font-size:1.143em;
	color: black;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;	
}
.gallerygrouping_item
{
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	width: 130px;
	height: 150px;
}
.gallerycomponent_smalllink
{
	font-size: 0.857;
	color: Blue;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;	
}
/* DYNAMIC NAV */
.DynamicNav
{
    -webkit-box-shadow: 0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    -moz-box-shadow:    0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    box-shadow:         0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    width:200px;
    font-weight:normal;
    font-size:1em;
    margin-bottom:30px;
    width:100%;
}
.DynamicNav ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.DynamicNav ul li
{
    padding:0;
    margin:0;
    background:#fff;
}
.DynamicNav ul li a
{
    display:block;
    color:#000;
    font-weight:700;
    text-decoration:none;
    padding:10px 15px;
    border-bottom: 1px solid #EAEAEA;
}
.DynamicNav ul li a:hover
{
    background:#F0F0F0;
    color:#000;
}
.DynamicNav ul li ul
{
    margin:0;
}
.DynamicNav ul li ul li a
{
    color:white;
    padding-left:25px;
    font-size: 0.875em;
    border-bottom: 1px solid #003A4A;
    background: #054634;
}
.DynamicNav_currentpage
{
    background:#ddd;
}
.DynamicNav_currentpage_link 
{
    color: white !important;
    border-bottom: 1px solid #0B674B !important;
    background: #054634;
}

.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #0B674B !important;
    color: White !important;
}
#show-menu{display:none;}
#show-menu:checked ~ #menu
{
    display:block !important;
}
.DynamicNav_show-menu:after
{
    content:"Show Menu ▼";
}
#show-menu:checked ~ .DynamicNav_show-menu:after
{
    content:"Hide Menu ▲";
}
.DynamicNav_show-menu
{
    color:#fff;
    background:#101010;
    border-top:3px solid #101010;
    text-transform:uppercase;
    padding:10px 0;
    text-align:center;
    display:none;
    font-weight:bold;
    font-size:1.429em;
    line-height:1;
    cursor:pointer;
}
@media screen and (max-width: 991px)
{
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
    #menu
    {
        display:none;
    }
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#054634;
        color:White;
        border-bottom:1px solid #054634;
    }
}
/* END DYNAMIC NAV */

/* LINKS AND DOWNLOADS COMPONENTS */
.linksList
{
    list-style:none;
    margin:0;
    padding:0;
}
.liLinkTitle
{
    display:block;
    margin-top:0;
}
.linksList a
{
    display:block;
}
.liLinkDesc
{
    font-size:11px;
}

.linksList li a
{
    text-decoration:none;
}
.linksList li a:hover
{
    text-decoration:underline;
}
/* END LINKS AND DOWNLOADS COMPONENTS */

/* NEWS COMPONENT */
.newscomponent_item
{
    padding:20px 0;
    margin:0;
    border-bottom:1px solid #ededed;
    width:100%;
}
.newscomponent_item:last-child
{
    border-bottom:none;
}
.newscomponent_imagecontainer
{
    vertical-align:top;
    padding-right:20px;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
    float:left;
}
.newscomponent_imagecontainer img
{
    width:100%;
    max-width:400px !important;
    margin-bottom:8px;
}
.newscomponent_archivelink{float:right;}
.newscomponent_textcontainer
{
    vertical-align:middle;
}
.newscomponent_textcontainer span
{
    display:block;
    font-size:1.071em;
}
.newscomponent_item h3, .newscomponent_item h3 a
{
    margin-top:0;
}
.newscomponent_readmore, .newscomponent_readmore:hover
{
    font-size: 0.857em;
    color:#000;
    font-weight:bold;
    text-transform:uppercase;
    float:right;
    margin-top:20px;
}
.ArticleImage
{
    padding-left: 0;
	padding-right: 8px;
	text-align: left;
	float: left;
}

@media screen and (max-width:670px)
{
    .newscomponent_imagecontainer{width:100%; text-align:left; margin-bottom:20px;}
    .newscomponent_item{text-align:left; margin-bottom:30px;}
}
@media screen and (max-width:400px)
{
    .newscomponent_item{display:block;}
    .newscomponent_imagecontainer
    {
        display:block;
        padding:0 0 12px;
    }
    .newscomponent_imagecontainer img
    {
        margin:0 auto;
        display:block;
        width:100%;
    }
    .newscomponent_textcontainer{display:block;}
}
/* END NEWS COMPONENT */

/* VIDEO COMPONENT */
video
{
    max-width:100%;
}
.embed_container h3
{
    cursor:pointer;
    font-size:0.857em;
    color:#313131;
    text-decoration:none;
    margin-top:0px;
    margin-bottom:0px;
}
.embed_container div
{
    height:0;
    overflow:hidden;
    position:relative;
}
.embed_container div dt
{
    padding:5px;
    margin-bottom:5px;
    border:1px solid #313131;
}
.embed_container dt
{
    font-size:0.714em;
    color:#0041B5;
    text-decoration:none;
}
.video-js.vjs-fluid
{
    clear:both;
}
/* END VIDEO COMPONENT */

.fotorama__caption span, .fotorama__caption, .fotorama__caption__wrap
{
    background-color:#101010 !important;
    color:White;
    text-decoration: none;
    font-weight: normal !important;
}

.gallerycomponent_maintext
{
	font-size: 0.929em;
	color: Black;
	text-decoration: none;	
}
.gallerycomponent_smalltext
{
	font-size: 0.857em;
	color: black;
	text-decoration: none;	
}
.survey_maintext
{
	font-size: 1em;
	color: Black;
	font-weight: bold;	
}
.survey_smalltext
{
	font-size: 0.929em;
}
.survey_smalltext a
{
	font-size: 0.857em;
	color: #3e699e;
	text-decoration:none;
}
.survey_smalltext a:hover
{
	text-decoration:underline;
}
.survey_questiontext
{
	font-size: 1em;
	color: Black;	
}
.survey_mainlink
{
	font-size: 0.929em;
	color: Blue;
	text-decoration: none;	
}
.survey_spacer
{
	height: 4px;
}
.survey_divider
{
	height: 1px;
	background-color: Black;
}
.survey_background
{
	background-color: gainsboro;
}
.survey_errormsg
{
	font-weight: bold;
	font-size: 0.929em;
	color: red;
	text-decoration: none;
}

/* EMPLOYEMENT COMPONENT */
.employmentBG_item
{
    margin-top:15px;
}
.employment_titletext
{
	font-size: 1.214em;
	color: #666666;
	font-weight: bold;	
}
.employment_maintext
{
	font-size: 1.143em;
	color: Black;
	font-weight: bold;	
	text-decoration:underline;
}
.employment_smalltext
{
	font-size: 0.929em;
	color: #333333;	
}
.employment_mainlink
{
	font-size: 0.929em;
	color: Blue;
	text-decoration: none;
}
.employmentBG_itemsep
{
	height:1px;
	background-color:#ffffff;
}
.employmentBG_groupsep
{
	height:1px;
	margin:4px 0 4px 0;
	background-color:#c4c4c4;
}
.employment_bar
{
	height:1px;
	background-color:#313131;
}
/* END EMPLOYMENT COMPONENT */

.staffdirectory_gridtext
{
	font-size:0.786em;
	color: Black;
	font-weight:normal;	
}
.staffdirectory_gridtitle
{
	font-size:0.857em;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_gridlink
{
	font-size:0.786em;
	color: #001430;
	text-decoration: none;	
}
.staffdirectory_header
{
	font-size: 1.357em;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_maintext
{
	font-size:0.929em;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_mainlink
{
	font-size:0.929em;
	color: Blue;
	text-decoration: none;	
}
.staffdirectory_smalltext
{
	font-size:0.857em;
	color: #333333;	
}
.staffdirectory_smalltext_bold
{
	font-size:0.929em;
	color: #222222;
	font-weight: bold;	
}
.staffdirectory_tinytext
{
	font-size: 0.857em;
	color: Black;	
}
.staffdirectory_altBG
{
	background-color: #E7E7E7;
}
.staffdirectory_vertsep
{
	background-color: Gainsboro;
}
.adminmessage_image
{
	padding-left: 0;
	padding-right: 10px;
	text-align: left;
}
.podcast_titletext
{
	font-size: 1.143em;
	font-weight: bold;
	color: Black;	
}
.podcast_maintext
{
	font-size: 0.929em;
	font-weight: normal;
	color: #333333;	
}
.podcast_smalltext
{
	font-size: 0.857em;
	color: Black;	
}
.podcast_mainlink
{
	font-size: 0.929em;
	color: Blue;
	text-decoration: none;	
}
.podcast_altBG
{
	background-color:#dfebf7;	
}
.blog_maintext
{
	font-size: 1.071em;
	color: Black;	
}
.blog_mainlink
{
	font-size: 0.929em;
	color: Blue;
	text-decoration: none;
}
.blog_smalltext
{
	font-size: 0.714em;
	color: Black;
}
.blog_smalllink
{
	font-size: 0.714em;
	color: Blue;
	text-decoration: none;
}
.blog_titletext
{
	font-size: 1.5em;
	color: Black;
	font-weight: normal;
}
.blog_posttitle
{
	font-size: 1.143em;
	color: #222222;
	font-weight: bold;
}
.blog_sideBG
{
	background-color:#dfebf7;	
}

/* MASTER CALENDAR */
.mastercalendar_monthly_header
{
    text-align:center;
    background:#efefef;
    border:1px solid #ddd;
    border-radius:5px;
    padding:10px 15px;
    margin-bottom:10px;
}
.mastercalendar_note 
{
    margin-bottom:10px;
}
.mastercalendar_filtercontainer
{
    margin:0 0 10px;
}
.mastercalendar_filterbar
{
    padding:10px 15px;
    background:#efefef;
    border:1px solid #ddd;
    margin-bottom:10px;
    border-radius:5px;
}
.mastercalendar_filterpanel
{
    padding:10px 15px;
    background:#efefef;
    border:1px solid #ddd;
    margin-bottom:10px;
    border-radius:5px;
}
.mastercalendar_dailyitem
{
    padding:10px;
}
.mastercalendar_dailyitem:nth-child(odd)
{
    background:#dedede;
}
.mastercalendar_week_daycontainer
{
    padding:5px;
    margin:0 0 5px;
    background:#dedede;
}
.mastercalendar_week_daycontainer h3
{
    text-align:center;
    padding:5px 0;
    margin:0;
    font-weight:normal;
}
.mastercalendar_week_eventcontainer
{
    padding:10px;
    background:#fafafa;
    margin:5px 0 0;
}
.mastercalendar_week_eventcontainer h4
{
    
}
.mastercalendar_month_calendar
{
    table-layout:fixed;
    border-collapse:collapse;
    min-width: 100%;
}
.mastercalendar_month_calendar th {
    padding: 5px;
    border: 1px solid #dddddd;
    vertical-align: top;
    height: 30px;
    width: 14%;
}
.mastercalendar_month_calendar td {
    padding: 5px;
    border: 1px solid #dddddd;
    vertical-align: top;
    height: 100px;
    width: 14%;
}
.mastercalendar_month_daynum
{
    display:block;
    text-align:right;
    margin:0 0 5px;
    line-height:1;
    font-weight:bold;
}
.mastercalendar_month_dayitem
{
    font-size:0.857em;
    margin:0 0 10px;
}
.mastercalendar_month_greyedday
{
    background:#efefef;
}
.mastercalendar_rssfeed
{
    width:100%;
    padding: 5px 0 0;
    text-align: center;
    background:white;
    max-width:300px;
    margin:0 auto 10px;
    border-radius:5px;
    display:block;
}
/* END MASTER CALENDAR */

/* LOGIN FORMS */
.login_form
{
    width:50%;
}

.login_form label
{
    display:table;
    table-layout:fixed;
    width:100%;
    margin-bottom:5px;
}
.login_form label span
{
    display:table-cell;
    text-align:right;
    padding-right:5px;
}
.login_form label input
{
    display:table-cell;
    width:100%;
}
.login_form input[type="submit"]
{
    width:50%;
    float:right;
}
/* END LOGIN FORMS */

/* TEXT WINDOW */
.imagealign_left
{
    float:left;
    padding:0 1em 5px 0;
}
.imagealign_center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imagealign_right
{
    float:right;
    padding:0 0 5px 1em;
}
/* END TEXT WINDOW */

/* EVENTS COMPONENT */
.eventcomponent_item
{
    padding:13px 0;
    display:table;
    border-bottom:1px solid #ededed;
    width:100%;
    margin:0 !important;
}
.eventcomponent_item:first-child
{
    padding-top:20px;
}
.eventcomponent_item:last-child
{
    border-bottom:none;
}
.eventcomponent_leftcontainer
{
    display:table-cell;
    vertical-align:middle;
    width:83px;
}
.eventcomponent_datecontainer
{
    float:left;
    text-align:center;
    background:#054634;
    padding:0px;
    line-height:1;
    font-weight:400;
    font-size: 1.5em;
    font-family: "poppins", Sans-Serif;
    width:70px;
    height:70px;
    border: 1px solid #054634;
}
.eventcomponent_datecontainer_bottom
{
    background-color:White;
    width:68px;
    height:34px;
    color: #054634;
}
.eventcomponent_month
{
    color:#fff;
    text-transform:uppercase;
    font-size:1em;
    line-height: 34px;
}
.event_article
{
    float: left;
    width: calc(100% - 70px);
    padding-left: 15px;
}
.eventcomponent_date
{
    line-height: 33px;
}
.eventcomponent_textcontainer
{
    display:table-cell;
    vertical-align:middle;
}
.eventcomponent_textcontainer h3
{
    font-size:1em;
    margin-top:0;
    margin-bottom:5px;
}
.EventCarousel
{
    padding: 19px 0;
}
.eventcomponent_linktext
{
    color:#000;
    font-weight:700;
    line-height:24px;
    font-size:1.125em;
    max-height: 24px;
    overflow: hidden;
}
.eventcomponent_maintext
{
    color:#252525;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
    font-size:1em;
}
.eventcomponent_datetext
{
    font-family: "poppins", Sans-Serif;
    color:#252525;
    font-size:1em;
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
}
.eventcomponent_viewall
{
    font-size:0.929em;
    text-align:center;
    color:#25a0ff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:bold
}
.eventCalendar, .weeklyEventCalendar
{
    width:100%;
    font-size:1em;
    font-family:'Proxima-Nova', Sans-Serif;
    border:none !important;
    border-radius:2px;
    background:#fafafa;
    box-sizing:border-box;
    margin-left:-18px;
    margin:0 auto;
}
.eventCalendar th, .eventCalendar td
{
    border:none;
    background:none;
}
.eventCalendar_todayDayStyle
{
    background:none !important;
}
.eventCalendar th /* Day Header Style */
{
    padding:10px 0;
    color:#101010;
    background:none;
    font-weight:bold;
    font-size:1em;
}
.eventCalendar a{text-decoration:none !important;}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#054634;
    color: #fff;
    border:none;
    font-size:1.242em;
    font-weight:bold;
    text-transform:uppercase;
}
.eventCalendar_titleStyle td
{
    padding:10px 0;
}
.eventCalendar_nextPrevStyle a
{
    color:#fff !important;
    text-decoration:none !important;
    font-size:1.12em;
    text-align:center;
    padding:0 25px;
    margin-top:-2px;
}
.eventCalendar_dayStyle a, .eventCalendar_todayDayStyle a, .eventCalendar_otherMonthDayStyle a
{
    width:26px;
    height:26px;
    line-height:24px;
    padding:0;
    margin:0;
    text-align:center;
    display:block;
}
.eventCalendar_otherMonthDayStyle a
{
    display:none;
}
.eventCalendar_dayStyle a
{
    background-color:none;
    color:inherit !important;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    font-weight:bold;
    background-color:#000;
}
.eventCalendar_otherMonthDayStyle a /* Other Month is hidden on this site */
{
    background:transparent !important;
    color:transparent !important;
    padding:0;
    width:0;
    height:0;
    line-height:0;
    font-size:0;
}
.eventCalendar_dayStyle:hover a, .eventCalendar_otherMonthDayStyle:hover a, .eventCalendar_todayDayStyle:hover a
{
    background-color:#054634; /* Hover Color */
    color:#fff !important;
}
.eventCalendar_dayStyle, .eventCalendar_todayDayStyle
{
    padding:5px 0;
}
.eventCalendar tr:not(:first-child) td:first-child, .eventCalendar th td:first-child{padding-left:10px;}
.eventCalendar tr:not(:first-child) td:last-child, .eventCalendar th td:last-child{padding-right:10px;}
.eventCalendar tr:last-child td{padding-bottom:10px;}
.eventCalendarWeekly_otherMonthDayStyle
{
    padding: 5px 0;
    background:#ddd !important;
}
.eventCalendarWeekly_otherMonthDayStyle a
{
    width:24px;
    height:24px;
    line-height:24px;
    padding:0 !important;
    margin:0;
}
@media screen and (max-width:640px)
{
}
/* END EVENTS COMPONENT */

.configs
{
    font-weight: bold;
    font-size: 1.286em;
}
.cblAreas
{
    font-weight: normal;
    font-size: 0.714em; 
    color: #333333;
}
.cblAreas tr td
{
    width:33%;
}

/* Archive News */
.ddl_buildings
{
    width:210px;
}
.filterTitle
{
    font-weight: bold;
    font-size: 0.929em;
    color: #333333;
    padding:10px 0 5px 0;
}
.filterContainer
{
    width:225px;
    float:left;
    background-color:;
    padding:10px 10px 30px 10px; 
    margin:0 15px 10px 0;
    border-right:solid 1px #333;
}
.ArticleArchive_searchButton {
    width: 90%;
    display: block;
    border: 1px solid #333;
    border-radius: 4px;
    color: #333;
    font-size: 1.12em;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #eee;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    margin: 10px;
}
.pagingMenu
{
    padding:5px 5px 10px 5px;
    font-size:1em;
    font-weight:bold;
    border-bottom:solid 1px #333;
    margin-bottom:10px;
    overflow:hidden;
}
.monthDiv
{
    margin:5px 5px 15px 5px;
    padding:5px;
    background-color:#f3f3f3;	
    display:none;
    font-size:0.857em;
    border:solid 1px black;
}
.altNewsItem
{
    background-color:#f3f3f3;
}
.monthTitle
{
    margin:5px;
    padding:5px;
    font-weight:bold;
}
/* End Archive News */
.login_input {
    width: 270px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 10px 20px;
    display: block;
}

.login_button {
    width: 270px;
    display: block;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #054634;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 10px;
}
/*Intranet Login*/

/*End Intranet Login*/

/* TEXT WINDOW */

/* Text Window Dropdown */
.textWindow {display:block;}
.ui-accordion .ui-accordion-icons {border-radius:0 !important;}
.ui-widget-content a {color:#2877FA !important}
.ui-widget-content {color:#666666 !important;line-height:22px !important;}
.ui-accordion h4.ui-accordion-header {margin:0;background:#F3F3F3;color:Black; font-weight:normal; padding:15px 40px;}
/* Text Window Dropdown */
.bullet {list-style:none;}
.DynamicNav ul li ul li {list-style-type: none;}
ul.bullet li > figure {border-radius: 100%;color: #fff;display: inline-block;float: left;font-size: 17px;font-weight: 700;height: 45px;margin: -5px 10px 0 0;padding: 8px 0 8px 0;text-align: center;width: 45px;background: #231f20;}
.imagealign_left
{
float:left;
margin:0 1em 1px 0;
border:1px solid black;
}
.imagealign_center
{
display: block;
margin-left: auto;
margin-right: auto;
margin-top:10px;
margin-bottom:20px;
}
.imagealign_right
{
float:right;
padding:0 0 5px 1em;
}
/* END TEXT WINDOW */

/* LIGHTBOX */
.wrap {
    overflow: hidden;
    margin: 10px;
}
.box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
}
.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
.boxInner img {
    width: 100%;
}
.boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -200px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
}
@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .box {
        width: 100%;
        padding-bottom: 100%;
    }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
        width: 50%;
        padding-bottom: 50%;
    }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
        width: 25%;
        padding-bottom: 25%;
    }
}
/* END LIGHTBOX */


/*Public User Dashboard */
.DashboardNav
{
    width:100%;
    border:1px solid #C1C1C1;
    padding:11px;
    margin-bottom:5px;
}
/* end dashboard */

/* Hover Styles Start*/

.CssGrow
{
    transition: transform 0.5s;
}
.CssGrow:hover
{
    transform: scale(1.15);
}
.CssShrink
{
    transition: transform 0.5s;
}
.CssShrink:hover
{
    transform: scale(0.85);
}
.CssSkew
{
    transition: transform 0.5s;
}
.CssSkew:hover
{
    transform: skew(-10deg);
}
.CssSkewForward
{
    transition: transform 0.5s;
    transform: skew(0deg) perspective(1px) translateZ(0);
    transform-origin: 0 100%;
}
.CssSkewForward:hover
{
    transform: skew(-10deg) perspective(1px) translateZ(0);
}
.CssSkewBackward
{
    transition: transform 0.5s;
    transform: skew(0deg) perspective(1px) translateZ(0);
    transform-origin: 0 100%;
}
.CssSkewBackward:hover
{
    transform: skew(-10deg) perspective(1px) translateZ(0);
}
.CssFloat
{
    transition: transform 0.5s;
}
.CssFloat:hover
{
    transform: translateY(-8px);
}
.CssSink
{
    transition: transform 0.5s;
}
.CssSink:hover
{
    transform: translateY(8px);
}
.CssForward
{
    transition: transform 0.5s;
}
.CssForward:hover
{
    transform: translateX(8px);
}
.CssBackward
{
    transition: transform 0.5s;
}
.CssBackward:hover
{
    transform: translateX(-8px);
}
.CssPop:hover
{
    -webkit-animation-name: CssPop; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    animation-name: CssPop;
    animation-duration: 0.5s;
    animation-direction: alternate;
}
@-webkit-keyframes CssPop {
    0%   {transform: scale(1);}
    50% {transform: scale(1.15);}
    100%   {transform: scale(1);}
}

/* Standard syntax */
@keyframes CssPop {
    0%   {transform: scale(1);}
    50% {transform: scale(1.15);}
    100%   {transform: scale(1);}
}
.CssPush:hover
{
    -webkit-animation-name: CssPush; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate;
    animation-name: CssPush;
    animation-duration: 0.5s;
    animation-direction: alternate;
}
@-webkit-keyframes CssPush {
    0%   {transform: scale(1);}
    50% {transform: scale(0.85);}
    100%   {transform: scale(1);}
}

/* Standard syntax */
@keyframes CssPush {
    0%   {transform: scale(1);}
    50% {transform: scale(0.85);}
    100%   {transform: scale(1);}
}
.CssPulse:hover
{
    -webkit-animation-name: CssPulse; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.75s; /* Safari 4.0 - 8.0 */
    webkit-animation-iteration-count: 500;
    -webkit-animation-timing-function: linear;
    animation-name: CssPulse;
    animation-duration: 0.75s;
    animation-iteration-count: 500;
    animation-timing-function: linear;
}
@-webkit-keyframes CssPulse {
    25% {transform: scale(1.1);}
    75% {transform: scale(0.9);}
}

/* Standard syntax */
@keyframes CssPulse {
    25% {transform: scale(1.1);}
    75% {transform: scale(0.9);}
}

/* End Hover Styles*/


.MobileSlider
{
    display: none;
}
@media screen and (max-width: 991px){
    #mobile_top_nav
    {
        position: fixed;
        top: 0;
        width: 260px;
        height: 100vh;
        left: -260px;
        border: 2px solid black;
        transition: left 0.25s;
        background: #231f20;
        overflow:auto;
        padding: 10px;
    }
    body
    {
        transition: padding-left 0.25s, width 0.25s;
        padding-left: 0px;
        width: 100vw;
    }
    #mobile_top_nav.Open
    {
        left: 0;
    }
    body.Open
    {
        padding-left: 260px;
        width: calc(100vw + 260px);
    }
    .slicknav_menu
    {
    }
    .slicknav_nav
    {
        display: block !important;
    }
    .slicknav_btn
    {
        display: none;
    }
    .MobileSlider
    {
        position:fixed;
        display: block;
        width: 100%;
        float: left;
        padding: 5px 30px;
        background: #121212;
        top: 0;
        z-index: 9999999999999999999999999999999999999999999999;
    }
    header
    {
        padding-top: 45px;
    }
    .MobileSlider a
    {
        color: White !important;
        text-decoration: none !important;
        display: inline-block;
        text-transform: uppercase;
    }
    .MobileSlider .Lines
    {
        display: inline-block;
        margin-left: 5px;
    }
    .MobileSlider .Line
    {
        width: 15px;
        height: 2px;
        background: white;
        float: left;
        clear: left;
        margin: 1px 0;
    }
    body
    {
        overflow-x: hidden;
    }
}

/* Mega Menu Styles */
.TopNav
{
    position: sticky;
    z-index: 99999;
    top: 0;
}
.TopNav .DesktopLis
{
    width: 50px;
}
@media screen and (max-width: 991px)
{
    .TopNav .DesktopLis
    {
        display: none;
    }
    /*#mobile_top_nav > ul > li:nth-child()
    {
        display: none;
    }*/
    .SearchLi{display:none;}
}
.TopNav svg 
{
    margin-top: 9px;
}

/* End Mega Menu Styles */


header.Darken
{
    color: Black;
}
header.Darken a
{
    color: Black;
}
header.Darken h1
{
    color: Black;
}
header.Darken h1 a
{
    color: Black;
}
header.Darken h2
{
    color: Black;
}
footer.Darken
{
    color: Black;
}
footer.Darken a
{
    color: Black;
}
footer.Darken h1
{
    color: Black;
}
footer.Darken h1 a
{
    color: Black;
}
footer.Darken h2
{
    color: Black;
}
.DynamicNav_currentpage_link.Darken, .DynamicNav > ul > li:first-child a.Darken, .DynamicNav ul li ul li a.Darken
{
    color: Black !important;
}
.DynamicNav_currentpage_link.Darken:hover, .DynamicNav > ul > li:first-child a.Darken, .DynamicNav ul li ul li a.Darken:hover
{
    color: Black !important;
}
.SubFooter.Darken .OwnershipLabel, .SubFooter.Darken a
{
    color: Black;
}


.hiddenBreak
{
    display: none;
}
@media only screen and (max-width: 991px){
    .Super 
    {
        margin: 50px 80px 0px !important;
        width: calc(100% - 160px);
        height: 500px !important;
        position: relative;
    }
    .MV, .Super 
    {
        float: left;
    }
    .MV
    {
        width: 100%;
    }
    footer .col-md-4
    {
        float: left;
        text-align: center;
        width: 100%;
        padding-bottom: 15px;
    }
    footer .SchoolName, .footertext, .WebAcc
    {
        display: inline-block;
        float: none;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
    }
    footer .col-md-8, header .col-md-6
    {
        float: left;
        width: 100%;
    }
    .hiddenBreak
    {
        display: block;
    }
    .HeaderButton.col-sm-hidden
    {
        display: none !important;
    }
    header .quicklinks
    {
        padding-top: 15px;
        text-align: center;
    }
    .SchoolTitle
    {
        display: inline-block;
        float: none;
    }
    header
    {
        text-align: center;
    }
}

@media only screen and (max-width: 616px)
{
    .SchoolTitle
    {
        font-size: 13px;
    }
    header h2
    {
        padding-right: 1.59em;
    }
}
@media only screen and (max-width: 434px)
{
    .SchoolTitle
    {
        font-size: 11px;
    }
}
@media only screen and (max-width: 404px)
{
    .SchoolTitle
    {
        font-size: 9px;
    }
}
@media only screen and (max-width: 394px)
{
    .SchoolName
    {
        font-size: 13px;
    }
    .SchoolName h2
    {
        padding-right: 1.59em;
    }
}
@media only screen and (max-width: 330px)
{
    .SchoolName
    {
        font-size: 11px;
    }
}
@media only screen and (max-width: 342px)
{
    .SchoolTitle
    {
        font-size: 7px;
    }
}
@media only screen and (max-width: 674px)
{
    .Super 
    {
        margin: 50px 40px 0px !important;
        width: calc(100% - 80px);
        height: 500px !important;
        position: relative;
    }
}
@media only screen and (max-width: 520px)
{
    .Super 
    {
        margin: 50px 0px 0px !important;
        width: calc(100% - 0px);
        height: 500px !important;
        position: relative;
    }
}
@media only screen and (max-width: 431px)
{
    .Super 
    {
        margin: 50px -45px -50px !important;
        width: calc(100% + 90px);
        height: 500px !important;
        position: relative;
    }
}

@media screen and (max-width: 344px)
{
    .SuperText a
    {
        font-size: 0.875em;
    }   
}
.hpDiv2 .HPNewsPhoto
{
    height: 115px;
    overflow: hidden;
}
.hpDiv2 .HPNewsPhoto img
{
    width: 100%;
}
@media screen and (max-width: 540px)
{
    .hpDiv2 .HPNewsPhoto
    {
        float: none;
        margin: auto;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }
    .hpDiv2 .HPNewsPhoto img
    {
        width: auto;
        margin: auto;
    }
    .ArticleBody
    {
        width: 100%;
        padding-left: 0;
        float: none;
    }
}
@media screen and (max-width: 346px)
{
    #hpArrowContainer
    {
        float: left;
        margin-top: 15px;
        clear: left;
    }
    #hpArrowContainer button:first-child
    {
        margin-left: 0;
    }
}
.hpDiv1 .slick-arrow
{
    width: 50px;
    margin: 0 -25px;
}
.SearchArea
{
    width: 100%;
    background: #054634;
    margin-top: -60px;
    padding: 10px 0;
    transition: all 0.5s;
}
.SearchArea.Open
{
    margin-top: 0px;
}
.TopNav a
{
    transition: color 0.5s;
}
.TopNav a:hover
{
    color: #054634;
}
[style="background-color:Silver;"]
{
    padding: 0;
}

/*Purple Day Styles*/

body.PurpleDay header, body.PurpleDay footer
{
    background: #4D0050;
    border-color: #31006D;
}
body.PurpleDay .TopNav nav
{
    border-color: #8782BC;
    box-shadow: 0 -4px 0 #8782BC;
}
body.PurpleDay .TopNav a
{
    color: #31006D;
}
body.PurpleDay .TopNav a:hover
{
    color: #4D0050;
}
body.PurpleDay .SearchArea
{
    background: #8782BC;
}
body.PurpleDay .HeaderButton, body.PurpleDay .WebAcc
{
    border-color: #31006D;
    background: #31006D;
}
body.PurpleDay .HeaderButton:hover, body.PurpleDay .WebAcc:hover
{
    color: #31006D;
    background: #fff;
}
body.PurpleDay .DynamicNav > ul > li:first-child a {
    background: #8782BC;
    border-bottom: 1px solid #8782BC;
}
body.PurpleDay .DynamicNav_currentpage_link, body.PurpleDay .DynamicNav ul li ul li a
{
    background: #4D0050 !important;
    border-color: #31006D !important;
}
body.PurpleDay .DynamicNav_currentpage_link:hover, body.PurpleDay .DynamicNav ul li ul li a:hover 
{
    background: #31006D !important;
}
body.PurpleDay .eventcomponent_datecontainer
{
    background: #8782BC;  
    border: 1px solid #8782BC;  
}
body.PurpleDay .eventcomponent_datecontainer_bottom, body.Purpleday .hpDiv2 .HPreadMoreLink 
{
    color: #8782BC;    
}
body.PurpleDay .SubFooter
{
    background: #31006D;
    border-color: #31006D;
}
body.PurpleDay h2.component_header, body.PurpleDay .hpTitle
{
    color: #4D0050;
}
body.PurpleDay .hplink
{
    color: #fff;
    background:#31006D;
    border: #31006D;
}
body.PurpleDay .hplink:hover
{
    color: #31006D;
    background:#fff;
    border: 1px solid #31006D;
}
body.PurpleDay .StickyNav .Icon svg {
    color: #31006D;
}
body.PurpleDay .StickyNav .text {
    color: #4D0050;
}
body.PurpleDay .hpDiv1 
{
    filter: hue-rotate(70deg);
    -webkit-filter: hue-rotate(70deg);
}
body.PurpleDay .MissionVision 
{
    background-color: #4D0050;
    background-blend-mode: luminosity;
}
body.PurpleDay .SuperText .Name {
    background: #4D0050;
}
body.PurpleDay #ucHomepage_ViewMessage {
    background: #31006D;
}
/* Other School Styles */

body.DemoHighSchool header, body.DemoHighSchool footer
{
    background: #00BFFF;
    border-color: #009FCF;
}
body.DemoHighSchool .TopNav nav
{
    border-color: #DDDD00;
    box-shadow: 0 -4px 0 #FFFF00;
}
body.DemoHighSchool .TopNav a:hover
{
    color: #00BFFF;
}
body.DemoHighSchool .SearchArea
{
    background: #FFFF00;
}
body.DemoHighSchool .HeaderButton, body.DemoHighSchool .WebAcc
{
    border-color: #009FCF;
    background: #009FCF;
}
body.DemoHighSchool .HeaderButton:hover, body.DemoHighSchool .WebAcc:hover
{
    color: #009FCF;
    background: #fff;
}
body.DemoHighSchool .DynamicNav > ul > li:first-child a {
    background: #FFFF00;
    border-bottom: 1px solid #FFFF00;
}
body.DemoHighSchool .DynamicNav_currentpage_link, body.DemoHighSchool .DynamicNav ul li ul li a
{
    background: #00BFFF !important;
    border-color: #009FCF !important;
}
body.DemoHighSchool .DynamicNav_currentpage_link:hover, body.DemoHighSchool .DynamicNav ul li ul li a:hover
{
    background: #009FCF !important;
}
body.DemoHighSchool .SubFooter
{
    background: #009FCF;
    border-color: #009FCF;
}
body.DemoHighSchool h2.component_header
{
    color: #0094ff;
}

/**/

body.DemoMiddleSchool header, body.DemoMiddleSchool footer
{
    background: #0000A0;
    border-color: #000070;
}
body.DemoMiddleSchool .TopNav nav
{
    border-color: #B49013;
    box-shadow: 0 -4px 0 #D4A017;
}
body.DemoMiddleSchool .TopNav a:hover
{
    color: #0000A0;
}
body.DemoMiddleSchool .SearchArea
{
    background: #D4A017;
}
body.DemoMiddleSchool .HeaderButton, body.DemoMiddleSchool .WebAcc
{
    border-color: #000070;
    background: #000070;
}
body.DemoMiddleSchool .HeaderButton:hover, body.DemoMiddleSchool .WebAcc:hover
{
    color: #000070;
    background: #fff;
}
body.DemoMiddleSchool .DynamicNav > ul > li:first-child a {
    background: #D4A017;
    border-bottom: 1px solid #D4A017;
}
body.DemoMiddleSchool .DynamicNav_currentpage_link, body.DemoMiddleSchool .DynamicNav ul li ul li a
{
    background: #0000A0 !important;
    border-color: #000070 !important;
}
body.DemoMiddleSchool .DynamicNav_currentpage_link:hover, body.DemoMiddleSchool .DynamicNav ul li ul li a:hover
{
    background: #000070 !important;
}
body.DemoMiddleSchool .SubFooter
{
    background: #000070;
    border-color: #000070;
}
body.DemoMiddleSchool h2.component_header
{
    color: #0000A0;
}

/**/

body.DemoElementary1 header, body.DemoElementary1 footer
{
    background: #27408B;
    border-color: #21306B;
}
body.DemoElementary1 .TopNav nav
{
    border-color: #B49013;
    box-shadow: 0 -4px 0 #D4A017;
}
body.DemoElementary1 .TopNav a:hover
{
    color: #27408B;
}
body.DemoElementary1 .SearchArea
{
    background: #D4A017;
}
body.DemoElementary1 .HeaderButton, body.DemoElementary1 .WebAcc
{
    border-color: #21306B;
    background: #21306B;
}
body.DemoElementary1 .HeaderButton:hover, body.DemoElementary1 .WebAcc:hover
{
    color: #21306B;
    background: #fff;
}
body.DemoElementary1 .DynamicNav > ul > li:first-child a {
    background: #D4A017;
    border-bottom: 1px solid #D4A017;
}
body.DemoElementary1 .DynamicNav_currentpage_link, body.DemoElementary1 .DynamicNav ul li ul li a
{
    background: #27408B !important;
    border-color: #21306B !important;
}
body.DemoElementary1 .DynamicNav_currentpage_link:hover, body.DemoElementary1 .DynamicNav ul li ul li a:hover
{
    background: #21306B !important;
}
body.DemoElementary1 .SubFooter
{
    background: #21306B;
    border-color: #21306B;
}
body.DemoElementary1 h2.component_header
{
    color: #27408B;
}

/**/

body.DemoElementary2 header, body.DemoElementary2 footer
{
    background: #7851A9;
    border-color: #684189;
}
body.DemoElementary2 .TopNav nav
{
    border-color: #DFAC23;
    box-shadow: 0 -4px 0 #FFCC33;
}
body.DemoElementary2 .TopNav a:hover
{
    color: #7851A9;
}
body.DemoElementary2 .SearchArea
{
    background: #FFCC33;
}
body.DemoElementary2 .HeaderButton, body.DemoElementary2 .WebAcc
{
    border-color: #684189;
    background: #684189;
}
body.DemoElementary2 .HeaderButton:hover, body.DemoElementary2 .WebAcc:hover
{
    color: #684189;
    background: #fff;
}
body.DemoElementary2 .DynamicNav > ul > li:first-child a {
    background: #FFCC33;
    border-bottom: 1px solid #FFCC33;
}
body.DemoElementary2 .DynamicNav_currentpage_link, body.DemoElementary2 .DynamicNav ul li ul li a
{
    background: #7851A9 !important;
    border-color: #684189 !important;
}
body.DemoElementary2 .DynamicNav_currentpage_link:hover, body.DemoElementary2 .DynamicNav ul li ul li a:hover
{
    background: #684189 !important;
}
body.DemoElementary2 .SubFooter
{
    background: #684189;
    border-color: #684189;
}
body.DemoElementary2 h2.component_header
{
    color: #7851A9;
}

/**/

body.DemoElementary3 header, body.DemoElementary3 footer
{
    background: #E72030;
    border-color: #C50000;
}
body.DemoElementary3 .TopNav nav
{
    border-color: #000020;
    box-shadow: 0 -4px 0 #000033;
}
body.DemoElementary3 .TopNav a:hover
{
    color: #E72030;
}
body.DemoElementary3 .SearchArea
{
    background: #000033;
}
body.DemoElementary3 .HeaderButton, body.DemoElementary3 .WebAcc
{
    border-color: #C50000;
    background: #C50000;
}
body.DemoElementary3 .HeaderButton:hover, body.DemoElementary3 .WebAcc:hover
{
    color: #C50000;
    background: #fff;
}
body.DemoElementary3 .DynamicNav > ul > li:first-child a {
    background: #000033;
    border-bottom: 1px solid #000033;
}
body.DemoElementary3 .DynamicNav_currentpage_link, body.DemoElementary3 .DynamicNav ul li ul li a
{
    background: #E72030 !important;
    border-color: #C50000 !important;
}
body.DemoElementary3 .DynamicNav_currentpage_link:hover, body.DemoElementary3 .DynamicNav ul li ul li a:hover
{
    background: #C50000 !important;
}
body.DemoElementary3 .SubFooter
{
    background: #C50000;
    border-color: #C50000;
}
body.DemoElementary3 h2.component_header
{
    color: #E72030;
}

/**/

body.WayneMiddleHighAcademy .TopNav nav
{
    border-color: #212121;
    box-shadow: 0 -4px 0 #000;
}
body.WayneMiddleHighAcademy .SearchArea
{
    background: #000;
}
body.WayneMiddleHighAcademy .DynamicNav > ul > li:first-child a {
    background: #000;
    border-bottom: 1px solid #000;
}

body[class*="i"] header h2, body[class*="i"] header h1, body[class*="a"] header h2, body[class*="a"] header h1
{
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-transform: uppercase;
}
body[class] header h1
{
    margin-left: -3px;
}
header .SchoolSlogan
{
    float: left;
}
@media screen and (max-width: 1074px)
{
    .HeaderButton
    {
        width: 180px;
    }
}
@media screen and (max-width: 1026px)
{
    .HeaderButton
    {
        width: 170px;
    }
}
@media screen and (max-width: 991px)
{
    .HeaderButton
    {
        width: 190px;
    }
    body[class] header h2, body[class] header h1
    {
        text-align: center !important;
    }
}
@media screen and (max-width: 1185px)
{
    .StickyNav
    {
        top: 30px;
    }
}
@media screen and (max-width: 1100px)
{
    .StickyNav
    {
        top: 10px;
    }
}
@media screen and (max-width: 1036px)
{   
    .StickyNav a
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px)
{   
    .StickyNavContainer
    {
        display: none;
    }
}
@media screen and (max-width: 991px)
{
    .GoogleTranslate, header .quicklinks
    {
        display: none !important;
    }
}
.Safari .slick-arrows
{
    display: none !important;
}
#sthoverbuttons #sthoverbuttonsMain
{
    padding: 0px !important;
}
#sthoverbuttons .sthoverbuttons-label
{
    margin-left: -4px !important;
}
.sthoverbuttons-chicklets
{
    margin-left: -8px !important;
}
#closings1_divAlertBanner, #closings1_divMinimizedBanner
{
    position: relative;
    z-index: 2;
    background: black;
}