﻿

/* EVENTS COMPONENT */
.events_component_container
{
}
.events_topbar
{
    text-align: right;
    padding: 10px 15px;
    margin:0 0 15px;
    line-height: 1;
    background-color: #0044AA;
}
.events_viewall
{
    color:#ffffff;
}
.events_viewall:hover
{
    color:#ffffff;
    outline:none;
}
.events_viewall:focus
{
    color:#ffffff;
    outline:none;
    text-decoration:none;
}
.events_list
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.events_list_item
{
    margin: 15px 0;
    
    display: flex;
    flex-direction: row;
    width: 100%;
}
.events_textcontainer
{
    flex:1;
    padding:20px;
    border: 1px solid #dfdfdf;
    border-left:none;
}
h3.events_eventtitle
{
    line-height:1.2;
    font-size:18px;
    margin:0;
}
.events_datecontainer
{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:#0044AA;
    user-select:none;
    color:#fff;
    width:75px;
    padding:15px 0;
    line-height:1;
}
.events_month
{
    text-transform:uppercase;
    font-size:1.125em;
}
.events_date
{
    font-size:2.25em;
}
.events_infobox
{
    font-size:.875em;
    line-height:1.6;
}
.events_info_icon
{
    display:inline-block;
    width:1.5em !important;
}
.monthly
{
    border:1px solid #dfdfdf;
    overflow:hidden;
    margin:15px auto;
}
@media (max-width:499.9px)
{
    .events_list_item
    {
        flex-direction:column;
    }
    .events_datecontainer
    {
        width:100%;
        min-height:80px;
        font-size:14px;
    }
    .events_textcontainer
    {
        border-top:0;
        border-left:1px solid #dfdfdf;
        padding:15px;
    }
    h3.events_eventtitle
    {
        font-size:16px;
    }
}

.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:#0C2E5A;
    color: #fff;
    border:none;
    font-size:1.429em;
    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.714em;
    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:#0C2E5A; /* 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;
}
/* END EVENTS COMPONENT */
/* 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;}
    .container-fluid img {max-width:100%;}
    .container-fluid table img {max-width:none !important;}
/* END CUSTOM SITE SPECIFIC CSS */

/* GENERAL LAYOUT */
html, body
{
    padding:0;
    margin:0;
    height:100%;
}
body
{
    line-height:1.6;
    color:#272727;
    font-family: brandon-grotesque, Sans-Serif;
    font-size:16px;
    font-weight: 500;
}
table, tr, td
{
    font-size:16px;
}

a{text-decoration:none; word-break: break-word; color:#2B579A;}
a:hover {text-decoration: underline;}
a img {border:none;}

h1, h2, h3, h4, h5, h6{line-height:1;}

/* Use this for page headers */
.PageTitleContainer
{
    width:100%;
    text-align:left;
    border-top: 4px solid #0044AA;
}
h1.page_header
{
    color:#212322;
    font-weight:bold;
    font-size:2.125em;
    padding:10px 0px;
    text-transform:uppercase;
    margin: 10px 0;
}

/* Use this for component headers */
h2.component_header
{
    color:Black;
    font-size:1.5em;
    margin-top:0;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    text-transform:uppercase;
    color:#0044AA;
    font-size:1.375em;
    margin-top:0;
}

/* 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:20px;
}
/* Clearfix for component container */
.component_container:after
{
    content:"";
    display:table;
    clear:both;
}
/* Error message used for things such as forms */
.errormsg
{
    font-weight: bold;
    color: Red;
}

.singlewindow
{
}
.dualwindow_left
{
}
.dualwindow_right
{
}

/* 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 */
nav
{
    padding:0;
    width:100%;
    font-weight:900;
}
nav a
{
    text-decoration:none;
    color:#212322;
}
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: flex;
    justify-content: space-between;
}
nav ul li
{
    position:relative;
    cursor:pointer;
    vertical-align:middle;
}
nav ul li a
{
    display:block;
    padding:0 0px;
    height:38px;
    line-height:37px;
    font-size:1.25em;
}
nav ul li ul
{
    padding:10px;
    position:absolute;
    top:38px;
    left:0;
    width:300px;
    min-width:100%;
    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);
}
nav ul li ul li{display:block;}
nav ul li ul li a
{
    background:#ffffff;
    display:block;
    padding: 0 10px;
    font-size:1em;
    color:Black;
    height:auto;
    line-height:1.6;
}
nav ul li ul li a:hover
{
    background:#101010;
    color:White;
}
nav ul li:nth-child(1n+6) ul{left: calc(-300px + 100%);}
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;}
@media screen and (max-width: 991px)
{
    .js #navigation, nav {display:none;}
    .js .slicknav_menu {display:block;}
    .slideshow_outer_container{margin-top:0 !important;}
}
/* END TOP NAV */

/* HEADER */
header
{
    background: #fff;
    padding: 30px 0;
    font-size:16px;
}
header > div
{
    display: flex;
    align-items: center;
}
.UpperHeader
{
    background: #0044AA;
    padding: 10px 0;
}
.UpperHeader > div
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.UHLinkContainer
{
    float: right;
    padding: 0 15px;
}
.UHLinkContainer a
{
    float: left;
    font-size: 1.25em;
    margin-left: 35px;
    color: White;
    font-weight: 500;
    text-decoration: none !important;
}
header a, header a:active, header a:hover, header a:focus{text-decoration:none;}
.HeaderLogo
{
    
}
header h1
{
    font-family: "Arial", Sans-Serif;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    font-weight:normal;
    font-size:4.286em;
    margin:0;
    display:block;
    margin:10px auto 0;
    text-shadow: 0px 2px 4px #101010;
}
header h1 a
{
    color:#fff;
}
header h2
{
    text-align:center;
    font-size:1.929em;
   font-family: "Arial", Sans-Serif;
    text-transform:uppercase;
    font-weight:500;
    margin:0;
    color:#fff;
    letter-spacing:10px;
}
header hr
{
    height:1px;
    border:none;
    width:90%;
    background:#979797;
    margin:5px auto 10px;
}
.SearchContainer
{
    background: #2F2F2F;
    padding: 10px 0;
    margin-top: -49px;
    -webkit-transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s;
}
.SearchContainer.Open
{
    margin-top: 0;
}
.header_search_button
{
    color:Black;
}
@media screen and (max-width:991px)
{
    .HeaderLogo img
    {
        width:100%;
        display:block;
        margin:0 auto;
    }
}
@media screen and (max-width:767px)
{
    header h1{font-size:2.5em;}
}

/* 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
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#161616+0,2f2f2f+35 */
    background: rgb(22,22,22); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(22,22,22,1) 0%, rgba(47,47,47,1) 35%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(22,22,22,1) 0%,rgba(47,47,47,1) 35%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(22,22,22,1) 0%,rgba(47,47,47,1) 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-9 */
    color:White;
    padding:60px 0 35px;
    width:100%;
    font-size:1em;
    position: relative;
}
footer .container-fluid svg path, footer .container-fluid svg rect
{
    color: White;
    fill: white;
}
footer .container-fluid
{
    position: relative;
    z-index: 2;
}
.FooterLogoContainer
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
footer nav
{
    margin-top: 38px;
    max-width: 450px;
    float: right;
}
footer nav a
{
    text-transform: none;
}
footer nav ul li a
{
    font-size: 1.625em;
}
header svg, footer svg
{
    max-width: 410px;
}
@media screen and (max-width: 991px)
{
    header a, header a svg
    {
        display: block;
    }
    .UpperHeader > div
    {
        justify-content: center;
    }
    .UHLinkContainer a:last-child
    {
        display: none;
    }
    .UHLinkContainer a:first-child
    {
        margin-left: 0;
    }
    header
    {
        text-align: center;
    }
    header svg, footer svg
    {
        margin: auto;
    }
    .SearchContainer
    {
        margin-top: 0;
    }
    footer
    {
        text-align: center;
    }
    #FooterTextBasedLink
    {
        float: none !important;
        margin-top: 0 !important;
    }
    .esvLink, .OwnershipLabel
    {
        display: block;
    }
    footer nav
    {
        display: block;
        float: none;
        margin: 15px auto;
    }
    footer nav:before,
    footer nav:after
    {
        content: "";
        display: table;
        clear: both;
    }
    footer nav li
    {
        width: 50%;
        float: left;
        display: block;
    }
}
@media screen and (max-width: 471px)
{
    .UHLinkContainer 
    {
        float: none;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .UHLinkContainer a
    {
        margin-left: 0;
    }
}
@media screen and (max-width: 460px)
{
    footer nav ul
    {
        display: block;
    }
}
.FooterLogoContainer svg
{
    width: 220px;
    max-width: 100%;
    opacity: 0.1;
    display: inherit;
}
footer a
{
    color:White;
}
.footertext
{
    font-size:1.25em;
    display: block;
    margin-top: 35px;
    font-weight: 500;
}
.footer_logo
{
    float:left;
    width:22%;
    padding-right:25px;
}
footer h1
{
    margin:0;
    padding:0;
    font-size:1.5em;
}
#FooterTextBasedLink
{
    float: right;
    clear: right;
    margin-top: 22px;
}
.esvLink, .OwnershipLabel
{
    float: right;
    clear: right;
}
.footer_info
{
    font-size:1.071em;
    color:#cccfd5;
    font-family:'Arial', Sans-Serif;
    float:left;
    width:38%;
    padding:20px 25px 0;
}
.footer_list
{
    float:left;
    padding:20px 25px 0;
    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 svg
{
    color:White;
    font-size:1.750em;
}
.social_media_buttons img
{
    width:30%;
    display:block;
    float:left;
    margin:1.666%;
    max-width:46px;
}
.SubFooter
{
    background-color:#161616;
    color:White;
}
.SubFooterCell1
{
    float:left;
    width:39%;
}
.SubFooterCell2
{
    float:left;
    width:21%;
    text-align:center;
}
.SubFooterCell3
{
    float:left;
    width:39%;
}
.OwnershipLabel
{
    color:White;
    font-size: 1.25em;
	font-weight: 500;
}
.esvLink
{
    color:White;
    float:right;
    font-size: 1.25em;
	font-weight: 500;
}

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	color:White;
	font-weight: 500;
    font-size: 1.25em;
}
/* stop ADA button */

@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;
    }
    .SubFooterCell1, .SubFooterCell2, .SubFooterCell3{width:100%; text-align:center;}
    .OwnershipLabel, .esvLink{float:none;}
}
@media screen and (max-width:767px)
{
    .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;}
}
.appBadges
{
    display:block ruby;
	text-align:center;
}
.appBadges a
{
    font-size:1.333em;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .7));
    border-radius:!important 8px;
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    background:#101010;
    width:100%;
    position:relative;
}
.slideshow_container
{
    margin:0 !important;
}
.slideshow_container .slideshow_slide
{
    position:relative;
}
.slideshow_caption_container_outer
{
    position:absolute;
    bottom:60px;
    float:left;
    left:calc(50vw - 600px);
    z-index:2;
    display:block;
}
.slideshow_caption_container_inner
{
    max-width:625px;
    float:left;
    position:relative;
    padding:0;
    text-align:left;
}
.slideshow_caption_header
{
    color:#fff;
    font-weight:500;
    font-size:2.5em;
    display:block;
    line-height: 51px;
    max-height: 102px;
    overflow: hidden;
    text-align:left;
}
.slideshow_caption_text
{
    display: none;
}
.slideshow_caption_link
{
    color:#fff;
    font-weight: 900;
    text-decoration:none;
    font-size:1em;
    text-transform:uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid white;
    background: #0044AA;
    width: 170px;
    text-transform:uppercase;
    margin-top: 30px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.slideshow_caption_link:hover
{
    text-decoration:none;
    background: #262D75;
}
.slideshow_spacer
{
    height:40px;
    display:flex;
    width:170px;
    margin-top:30px;
}
.slideshow_image
{
    width: 100%;
    height:48.6vw;
    max-height: 650px;
    object-fit: cover;
    display:block;
}
.SlideOverlay
{
    display: block;
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+60 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    height: 28vw;
    max-height: 400px;
    opacity: 0.3;
    bottom: 0;
    width: 100vw;
}

.slick-slide
{
    height:auto;
}
.slick-dots
{
    bottom: -75px;
}
.slideshow_outer_container .slick-dots
{
    position: static;
    margin-left: 20px;
}
.SlickItemContainer
{
    position: absolute;
    bottom: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    left:calc(50vw - 400px);
}
@media screen and (max-width: 1230px)
{
    .SlickItemContainer
    {
        left: 230px;
    }
    .slideshow_caption_container_outer
    {
        left: 30px;
    }
}
.slick-dots li button::before
{
    font-size:14px; /*Using em font size here can cause issues with the dots not appearing*/
    color:#FFF;
    opacity:1;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.hpDiv3 .slick-dots li button::before
{
    color: #0044AA;
   -webkit-text-stroke-color: #0044AA;
}
.slideshow_outer_container .slick-dots li
{
    display: block;
    float: left;
}
.slick-dots:before, .slick-dots:after 
{
    content: "";
    display: table;
    clear: both;
}
.slick-dots li.slick-active button:before
{
    opacity:1;
    color: rgba(0, 0, 0, 0);
}
.slideshow_outer_container  .slick-prev
{
    left:0;
    z-index:3;
    position: static;
    padding-right: 3px;
}
.slideshow_outer_container  .slick-next
{
    right:0;
    z-index:3;
    position: static;
    padding-left: 2px;
}
.SlideDots
{
    float: left;
}
.slick-prev, .slick-next
{
    transform: none;
    float: left;
    background:rgba(0, 0, 0, 0.6);
    color:#fff;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:24px;
    border: 1px solid white;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.slick-next
{
    border-left: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    background:rgba(0, 0, 0, 0.6);
    height:40px;
    width:40px;
}
.slick-prev:hover, .slick-next:hover
{
    background:rgba(0, 0, 0, 0.8);
}
.hpDiv1  .slick-next, .hpDiv1  .slick-prev
{
    background: transparent !important;
    border: none !important;
    font-size: 36px;
    transform: translateY(-50%);
    margin: 0 -5px;
}
.slick-prev:before
{
    /*content:"❬";*/
    padding-right:5px;
}
.slick-next:before
{
    /*content:"❭";*/
    padding-left:5px;
}
.slick-prev:before, .slick-next:before
{
    font-size: 47px; /*Using em font sizes here may cause issues with the arrows not appearing */
    margin-top: -7px;
    color: #486DBE;
    display: block;
}
.slick-prev:focus, .slick-next:focus
{
    opacity:inherit;
}
@media screen and (max-width:991px)
{
    .slideshow_caption_header{font-size:1.2em;}
    .slideshow_caption_text{font-size:0.9em;}
    .slideshow_caption_link{font-size:0.8em;}
}
.SlickItemContainer .slick-dots
{
    max-width: 860px;
}
@media screen and (max-width: 1230px)
{
    .SlickItemContainer .slick-dots
    {
        max-width: calc(100vw - 340px);
    }
}
@media screen and (max-width:800px)
{
    .slideshow_caption_container_outer{display:none;}
    .SlickItemContainer
    {
        left: 30px;
        bottom: 30px;
    }
    .SlickItemContainer .slick-dots
    {
        max-width: calc(100vw - 140px);
    }
}
@media screen and (max-width:500px)
{
    .SlickItemContainer
    {
        display: none;
    }
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpTitle
{
    font-family: minion-3, serif;
    color:#121212;
    font-size:2.625em;
    font-weight:600;
    float:left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}
.hpTitle:before,
.hpTitle:after
{
    content: "";
    display: block;
    width: 75px;
    background: #121212;
    height: 2px;
    margin: 0 20px;
}
@media screen and (max-width: 890px)
{
    .hpTitle:before,
    .hpTitle:after
    {
        display: none;
    }
}
.hpLink
{
    color:#0044AA;
    font-size:1em;
    font-weight:900;
    text-transform: uppercase;
    float:right;
}
.hpLink2
{
    color: White;
}
@media screen and (max-width: 700px)
{
    .hpTitle
    {
        display: block;
        position: static;
        text-align: center;
        float: none;
        transform: none;
        line-height: 1.2;
        white-space: normal;
    }
    .hpDiv3 .hpTitle
    {
        display: flex;
    }
    .hpLink
    {
        display: block;
        float: none;
        text-align: center;
        position: static;
    }
    .hpDiv3 .col-xs-12
    {
        height: auto !important;
    }
}
.hpDiv1
{
    background-image: url(../sysimages/buildingimages3860.png?v=1);
    background-color:#fff;    
    background-position: 82% calc(100% + 400px);
    background-repeat: no-repeat;
    background-size: 2500px;
    padding:70px 15px 150px;
}
.eventsTitle
{
    color: White;
}
.eventsTitle:before,
.eventsTitle:after
{
    background: white;
}
.hpRSS
{
    float:right;
}
.news_slider
{
    float:left;
    margin-top:30px; 
    width:100%;
}
.news_slider2
{
    float:left;
    margin-top:30px; 
    width:100%;
}
.news_slider .slick-slide /*Adds padding to news slides*/
{
    padding-left:15px;
    padding-right:15px;
}
.HPNewsPhoto
{
    float:left;
    width:100%;
    overflow: hidden;
}
.HPNewsArticle
{
    background: rgba(15, 18, 66, 0.8);
    padding: 15px 20px;
    float:left;
    clear:left;
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    bottom: 0;
}
.HPnewscomponent_mainlink
{
    float:left;
    clear:left;
    color: White;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 25px;
    overflow: hidden;
    max-height: 50px;
}
.HPnewscomponent_maintext
{
    float:left;
    clear:left;
    display: none;
}
.NewsArticlePanel
{
    position: relative;
}
.HPreadMoreLink
{
    float:left;
    clear:left;
    display: none;
}
.HPnewscomponent_thumbimage
{
    width:100%;
    margin:0 auto;
}
/* Grid Block News Styles, Can be Removed if not Used */
.HomepageBlocksDiv .HPNewsPhoto
{
    width:30%;
}
.HomepageBlocksDiv .HPNewsArticle
{
    clear:none;
    width:70%;
    padding:0 10px;
}
/* End Grid Block News */

/* Uncomment to load News Photos as responsive background image on Panel instead of Image. Make sure to uncomment code on homepage too. */
/*
.HPNewsPhoto
{
    float:left;
    width:100%;
    height:0;
    overflow-y:hidden;
    padding-bottom:calc(17600% / 256);
}
.HPnewscomponent_thumbimage
{
    width:100%;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center center;
    padding-bottom:calc(17600% / 256);
    transition:0.3s all ease-out;
}
.HPnewscomponent_thumbimage:hover
{
    background-size:120%;
}
.HPnewscomponent_mainlink
{
    float:left;
    clear:left;
    color:Black;
    font-size:1.143em;
    font-weight:bold;
}
.HPnewscomponent_maintext
{
    float:left;
    clear:left;
}
.HPreadMoreLink
{
    float:left;
    clear:left;
    color:#4A1E7D;
    font-size:1.143em;
    font-weight:800;
    margin-top:10px;
}
*/
.hpDiv3
{
    padding: 100px 0px 70px;
}
.NewsArticlePanel
{
    padding: 0 15px;
}
.NewsArticlePanel a
{
    display: block;
    position: relative;
    color: White;
}
.hpDiv3 .NewsArticlePanel a:after
{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background: rgba(15, 18, 66, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.hpDiv3 .NewsArticlePanel a:hover:after
{
    background: rgba(15, 18, 66, 0.75);
}
.hpDiv1 .NewsArticlePanel img
{
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.NewsArticlePanel img
{
    height: 275px;
}
.hpDiv1 .NewsArticlePanel:hover img
{
    transform: scale(1.15);
}
.hpDiv3 .NewsArticlePanel img
{
    width: 100%;
    display: block;
    object-fit: cover;
    height: calc(((100vw - 180px) / 3) * (275 / 370));
}
@media screen and (max-width: 1230px)
{
    .NewsArticlePanel img
    {
        height: calc(((100vw - 120px) / 3) * (275 / 370));
    }
    .hpDiv3 .NewsArticlePanel img
    {
        height: calc(((100vw - 180px) / 3) * (275 / 370));
    }
}
@media screen and (max-width: 991px)
{
    .NewsArticlePanel img
    {
        height: calc(((100vw - 90px) / 2) * (275 / 370));
    }
    .hpDiv3 .NewsArticlePanel img
    {
        height: calc(((100vw - 150px) / 2) * (275 / 370));
    }
}
@media screen and (max-width: 767px)
{
    .NewsArticlePanel img
    {
        height: calc(((100vw - 60px)) * (275 / 370));
    }
    .hpDiv3 .NewsArticlePanel img
    {
        height: calc(((100vw - 120px)) * (275 / 370));
    }
}
.hpDiv3 .NewsArticlePanel .TextHolder
{
    z-index: 2;
    position: absolute;
    top: 50%;
    width: calc(100% - 30px);
    left: 15px;
    text-align: center;
    transform: translateY(-50%);
}
.hpExploreTop
{
    font-family: minion-3, serif;
    font-weight: bold;
    font-style: italic;
    font-size: calc(37em / 16);
    line-height: 47px;
}
.hpExploreBottom
{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3em;
    line-height: 58px;
}
@media screen and (max-width: 425px)
{
    .hpExploreTop
    {
        font-size: 1.5em;
        line-height: 28px;
    }
    .hpExploreBottom
    {
        font-size: 2em;
        line-height: 37px;
    }
}
.hpDiv2
{
    padding:0 15px;
    background-color:#D5DCDF;
}
.hpDiv2 > div > div
{
    margin-top: -60px;
    margin-bottom: -60px;
    float: left;
}
.hpDiv2 a
{
    display: block;
    float: left;
    margin: 15px;
    width: calc(33.333% - 30px);
    position: relative;
}
.hpDiv2 a img
{
    width: 100%;
    height: 275px;
    object-fit: cover;
    display: block;
}
.hpDiv2 a .ButtonText
{
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: White;
    font-weight: bold;
    font-size: 1.625em;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
}
.hpDiv2 a .Outline
{
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #D9D9D9;
    pointer-events: none;
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}
.hpDiv2 a:hover .Outline
{
    border-width: 4px;
}
.hpDiv2 a.linkEmployment:before
{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    background:rgba(0,0,0,.4);
}
@media screen and (max-width: 991px)
{
    .hpDiv2 a
    {
        width: calc(50% - 30px);
    }
}
@media screen and (max-width: 650px)
{
    .hpDiv2 a
    {
        width: calc(100% - 30px);
    }
}

.hpeventcomponent_item
{
    background: white;
    border-top: 3px solid #A2AAAD;
    display: table;
    height: 200px;
    width: 100%;
}
.hpeventcomponent_leftcontainer
{
    display: table-cell;
    width: 91px;
    vertical-align: middle;
    text-align: center;
}
.hpeventcomponent_datecontainer
{
    border-right: 1px solid #A9A9A9;
}
.hpeventcomponent_textcontainer
{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.hpeventcomponent_month
{
    font-weight: 900;
    font-size: 1.25em;
    line-height: 1;
    color: #4C4C4C;
}
.hpeventcomponent_date
{
    display: block;
}
.hpeventcomponent_date
{
    font-family: minion-3, serif;
    font-weight: 600;
    color: #0044AA;
    font-size: 3.25em;
    line-height: 1;
}
.hpeventcomponent_textcontainer h3
{
    margin-top: 0;
}
.hpeventcomponent_linktext
{
    color: #00000C;
    display: block;
    font-size: 1.25em;
    line-height: 28px;
    font-weight: 500;
    max-height: 56px;
    overflow: hidden;
}
.hpeventcomponent_maintext
{
    font-weight: 500;
    font-size: 1em;
    color: #4C4C4C;
}
.hplocationtext
{
    font-weight: 500;
    color: #4C4C4C;
    font-weight: 500;
}

.events_slider
{
    float:left; 
    width:100%; 
    margin-top:30px;
}
.events_slider .slick-slide
{
    padding: 0 15px;
}
.eventDateBubble
{
    background-color:#F0C42E;
    width:58px;
    height:58px;
    text-align:center;
    border:1px solid #949494;
    margin:0 auto;
}
.eventDateBubbleBottom
{
    background-color:White;
    width:56px;
    height:27px;
}
.eventMonth
{
    font-weight:bold;
}
.eventDate
{
    font-weight:bold;
}
.hpeventcomponent_datetext
{
    color:#1C5495;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
 /* 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%; 
}

/* HOMEPAGE GRID BLOCKS - ENABLE THIS CONTROL IN CONTENT.ASPX.CS TO USE */
.HomepageBlocksDiv
{
    background-color:#C1C1C1;
    padding:68px 0 50px;
}
.HomepageBlocksDiv h2.component_header
{
    background:#000;
    border-top:3px solid #486DBE;
    color:White;
    padding:10px 10px 13px;
    font-size:1.875em;
    font-weight:300;
    text-align:center;
    display:block;
    margin-bottom:0 !important;
    margin-top:0;
}
.HomepageBlocksDiv .component_container
{
    background: #fff;
    box-shadow: 0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    padding:20px 0;
    margin-bottom:20px;
}
.image_container
{
    padding:3px 5px;
    height:407px;
    line-height:1;
    text-align:center;
    width:100%;
}
.homepage_container
{
    height:410px;
    overflow-y:hidden;
}
.scroll_container
{
    height:350px;
    overflow-y:auto;
    padding:0 20px;
}
.SchoolImages
{
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: White;
    text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode:multiply;
    padding: 5px;
    text-align: center;
    float: left;
    padding-top: 46px;
    font-size: 1.125em;
    transition: font-size 0.25s;
    -webkit-transition: font-size 0.25s;
}
.SchoolImages:hover
{
    font-size: 1.25em;
    background-color:rgba(0, 0, 0, .1);
}
.FindItFastImages
{
    width: 100%;
    background-color: Black;
    color: White;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:rgba(0,0,0,.4);
    background-blend-mode: multiply;
    padding: 5px;
    text-align: center;
    float: left;
    padding-top: 23px;
    font-size: 1.325em;
    transition: font-size 0.25s;
    -webkit-transition: font-size 0.25s;
}
.FindItFastImages svg
{
    font-size:2em;
}
.FindItFastImages:hover
{
    font-size: 1.5em;
    background-color:rgba(0,0,0,.2);
}
.FindItFastImages:hover svg
{
}
.image_row
{
    display:table;
    width:100%;
}
.image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(404px / 2);
}
.FindItFast .image_row a
{
    padding: 5px;
    float: left;
    width: 50%;
    display: block;
    height: calc(404px / 3);
}
.image_container img
{
    max-width:50%;
    display:block;
    float:left;
    padding:2px;
}
.image_container img:hover{opacity:.9;}
.image_container img:active{opacity:.7;}

.tab_container_outer
{
    position:relative;
    width:100%;
    float:left;
    margin-top:56px;
    margin-bottom:20px;
}
.tab_buttons
{
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    margin-top:-56px;
    width:100%;
}
.tab_buttons li
{
    width:33%;
    margin:0;
    padding:0;
    display:block;
    float:left;
    color:White;
    height:56px;
    line-height:48px;
    font-weight:bold;
    text-align:center;
    font-size:0.875em;
    cursor:pointer;
    background-color:#000;
    text-align:center;
    border-top:4px solid #486DBE;
    margin:0;
}
.tab_buttons li:hover
{
    background-color:#303030;
}
.tab_buttons li a
{
    color:White;
}
.tab_buttons li a:hover
{
    text-decoration:none;
}
.tab_buttons .btn_inactive
{
}
.tab_buttons li.facebook
{
    border-right:1px solid #fff;
}
.tab_buttons li.twitter
{
    border-right:1px solid #fff;
}
.tab_container
{
    background:#fff;
    height:410px;
    color:#000;
    overflow:hidden;
    text-align:center;
    padding:10px 10px;
}
.tab_container iframe
{
    height:360px !important;
}
#facebook .facebook_container
{
    display:table;
    margin:0 auto;
    padding:15px 0;
    overflow:hidden;
}
@media screen and (max-width:767px)
{
    .image_container
    {
        height:auto;
    }
    .homepage_container
    {
        height:auto;
        overflow-y:visible;
    }
}
/* END GRID BLOCKS */

/* TILE HOMEPAGE STYLES - ENABLE THIS CONTROL IN CONTENT.ASPX.CS TO USE */
.TileContainerDiv
{
    background-color:#C0D0D6;
    padding:50px 0;
}
.TileContainerDiv .hpLink
{
    background-color:#d6c398;
    color:Black;
    text-transform:uppercase;
    font-weight:900;
    height:30px;
    width:100%;
    float:left;
    padding-top:4px;
    padding-left:15px;
    transition:0.3s background-color ease-out, 0.3s color ease-out;
    -webkit-transition:0.3s background-color ease-out, 0.3s color ease-out;
}
.TileContainerDiv .hpLink:hover
{
    background-color:Black;
    color:White;
    text-decoration:none;
    box-shadow:inset 0 0 0 2px #D6C398;
}
.TileContainerDiv .tile_events_slider
{
    float:left; 
    width:100%; 
    margin-bottom:0;
}
.TileContainerDiv .tile_events_slider .eventcomponent_item
{
    width: 100%;
    height: 268px;
    position: relative;
}
.TileContainerDiv .tile_events_slider .eventcomponent_item:first-child
{
    padding-top:13px;
}
.TileContainerDiv .tile_events_slider .eventcomponent_leftcontainer
{
    display:block;
    margin:23px auto 0;
    width:110px;
}
.TileContainerDiv .tile_events_slider .eventcomponent_datecontainer
{
    float:left;
    text-align:center;
    background:#d6c398;
    padding:22px 0px 0;
    line-height:1;
    font-weight:bold;
    width:110px;
    height:110px;
    border-radius:50%;
    border:5px solid White;
}
.TileContainerDiv .tile_events_slider .eventcomponent_datecontainer_bottom
{
}
.TileContainerDiv .tile_events_slider .eventcomponent_month
{
    color:Black;
    text-transform:uppercase;
    font-size:2.000em;
}
.TileContainerDiv .tile_events_slider .eventcomponent_date
{
    color:Black;
    font-size:2.371em;
}
.TileContainerDiv .tile_events_slider .eventcomponent_textcontainer
{
    float:left;
    clear:left;
    width:100%;
    color:White;
    background-color:rgba(0,0,0,.8);
    padding:15px 15px;
    position:absolute;
    bottom:0;
}
.TileContainerDiv .tile_events_slider .eventcomponent_linktext
{
    color:White;
    font-weight:bold;
    font-size:1.143em;
}
.TileContainerDiv .tile_events_slider .eventcomponent_maintext
{
    color:White;
}
.TileContainerDiv .hpRSS
{
    float:right;
}
.TileContainerDiv .tile_news_slider
{
    float:left;
    width:100%;
    margin-bottom:0;
}
.TileContainerDiv .HPNewsArticle
{
    float:left;
    clear:left;
    width:100%;
    color:White;
    background-color:rgba(0,0,0,.8);
    padding:15px 15px;
    position:absolute;
    bottom:0;
}
.TileContainerDiv .HPnewscomponent_mainlink
{
    float:left;
    clear:left;
    color:White;
    font-weight:bold;
    font-size:1.143em;
}
.TileContainerDiv .HPnewscomponent_maintext
{
    float:left;
    clear:left;
}
.TileContainerDiv .HPreadMoreLink
{
    float:left;
    clear:left;
}
.TileContainerDiv .HPnewscomponent_thumbimage
{
    width:220px;
    margin:0 auto;
}
.TileContainerDiv .div25
{
    width:25%;
    overflow: hidden;
    float: left;
    height: 300px;
    padding:2px;
    position:relative;
}
.TileContainerDiv .div25 img
{
    width: 100%;
}
.TileContainerDiv .TOcontainer
{
    position: relative;
    height:300px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+70,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.TileContainerDiv .TextOverlay
{
    position: absolute;
    top:0;
    opacity: 0;
    width: 100%;
    height:300px;
    padding: 10px;
}
.TileContainerDiv .TextOverlayTitle
{
    font-family:'Lato', Sans-Serif;
    font-size:2.143em;
    line-height: 1.2;
    text-transform:uppercase;
    font-weight:900;
    color:White;
    bottom:30px;
    padding-left:30px;
    padding-right:30px;
    position:absolute;
    transition:all 0.2s ease-out; 
    -webkit-transition:all 0.2s ease-out; 
}
.TileContainerDiv .SchoolLink
{
    transition:all 0.2s ease-out;
}
.TileContainerDiv .SchoolLink:hover .TextOverlayTitle
{
    color:#D6C398;
}
.TileContainerDiv .SchoolBackground
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    width:100%;
    height:300px;
    position:relative;
}
.TileContainerDiv .EventsBackground
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    width:100%;
    height:268px;
    position:relative;
}
.TileContainerDiv .NewsBackground
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    width:100%;
    height:268px;
    position:relative;
}
.TileContainerDiv .SocialContainer
{
    position:relative;
    height:268px;
    overflow:hidden;
    width:100%;
    float:left;
}
.TileContainerDiv .SocialLinkBar
{
    float:left;
    clear:left;
    width:100%;
}
.TileContainerDiv .SocialLinkBar a
{
    float:left;
    width:calc((100% / 3) - 3px);
    text-align:center;
    color:White;
    font-size:1.286em;
    height:30px;
    padding-top:0px;
    transition:0.3s all ease-out;
}
.TileContainerDiv .BtnFB
{
    background-color:#385999;
}
.TileContainerDiv .SocialLinkBar a.BtnTW
{
    background-color:#1DA1F2;
    border-left:3px solid Black;
    border-right:3px solid Black;
    width:calc(100% / 3 + 5px);
}
.TileContainerDiv .BtnIG
{
    background-color:#3C58D9;
}
.TileContainerDiv .SocialLinkBar a:hover
{
    background-color:Black;
}
@media screen and (max-width:1230px)
{
    .TileContainerDiv .SchoolBackground .TOcontainer{font-size:12px;}
}
@media screen and (max-width:1100px)
{
    .TileContainerDiv .div25{width:50%;}
}
@media screen and (max-width:768px)
{
    .TileContainerDiv .SchoolBackground .TOcontainer{font-size:10px;}
}
@media screen and (max-width:620px)
{
    .TileContainerDiv .div25{width:100%;}
}
/* END TILE HOMEPAGE STYLES */

/* END HOMEPAGE */

.eventCalendar_main_hasEvents
{
	background-color: Silver;	
}
.gallerycomponent_titletext
{
	font-size:1.143em;
	color: black;
	font-family: 'Arial', 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: 'Arial', sans-serif;
	text-decoration: none;	
}
.fotorama__caption__wrap
{
    background-color:rgba(0, 0, 0, 0.7) !important;
}
/* 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:500;
    font-size:1.25em;
    margin-bottom:30px;
    width:100%;
    line-height: 1.2;
}
.DynamicNav ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.DynamicNav ul li
{
    padding:0;
    margin:0;
    background:#f6f6f6;
}
.DynamicNav ul li a
{
    display:block;
    color:#212322;
    font-weight:700;
    text-decoration:none;
    padding:10px 15px;
    border-bottom: 1px solid #DDD;
}
.DynamicNav ul li a:hover
{
    background:#DDD;
}
.DynamicNav ul li ul
{
    margin:0;
}
.DynamicNav ul li ul li a
{
    color:white;
    padding-left:25px;
    font-weight:500;
    background: #0044AA;
    border-bottom: 1px solid #262D75;
}
.DynamicNav_currentpage
{
    background:#ddd;
}
.DynamicNav_currentpage_link
{
    font-weight:700;
    background: #0044AA !important;
    border-bottom: 1px solid #262D75 !important;
    color: White !important;
}
.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #262D75;
}
#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
    {
        border-bottom: 1px solid #262D75;
        background:#0044AA;
        color:White;
        font-size:1em;
        font-weight: 700;
        line-height: 1.2;
    }
}
/* END DYNAMIC NAV */

/* CSS TOUTS, ADDS STYLES TO TOUTS, IMAGE HIDDEN IN CONTROL */

.ToutButton
{
    background-color:#0044AA;
    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;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
.ToutButton:hover
{
    background-color:#262D75;
    text-decoration:none;
}

/* END CSS TOUTS * /

/* LINKS AND DOWNLOADS COMPONENTS */
.linksList
{
    list-style:none;
    margin:0;
    padding:0;
}
.linksList li
{
    display:block;
    margin:10px 0;
}
.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;
    max-width:100px;
    float:left;
}
.newscomponent_imagecontainer img
{
    max-width:100%;
}
.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;
    display:grid;
}
.newscomponent_readmore, .newscomponent_readmore:hover
{
    font-size: 0.857em;
    color:#b20200;
    font-weight:bold;
    text-transform:uppercase;
    float:right;
}
.ArticleImage
{
    padding-left: 0;
	padding-right: 8px;
	text-align: left;
	float: left;
}
@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;
}
/* END VIDEO COMPONENT */

.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%;
}
.monthlyDateHeader
{
	font-size:24px;
}
.mastercalendar_monthly_header
{
	width:100%;
	text-align:center;
}
.mastercalendar_month_calendar td, .mastercalendar_month_calendar th
{
    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:#0044AA;
    padding:6px 0px;
    line-height:1;
    font-weight:bold;
    width:63px;
    height:63px;
}
.eventcomponent_datecontainer_bottom
{
    background-color:White;
    width:64px;
    height:29px;
    padding-top:2px;
}
.eventcomponent_month
{
    color:#fff;
    text-transform:uppercase;
    font-size:1.286em;
}
.eventcomponent_date
{
    color:White;
    font-size:2.286em;
}
.eventcomponent_textcontainer
{
    display:table-cell;
    vertical-align:middle;
    padding-left:10px;
}
.eventcomponent_textcontainer h3
{
    font-size:1em;
    margin-top:0;
    margin-bottom:5px;
}
.eventcomponent_linktext
{
    color:#1E449B;
    font-weight:700;
    line-height:1.2;
    font-size:1em;
}
.eventcomponent_maintext
{
    color:#000000;
    font-size:1em;
    line-height:1.2;
}
.eventcomponent_viewall
{
    font-size:0.929em;
    text-align:center;
    color:#2B579A;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:bold
}
.eventCalendar, .weeklyEventCalendar
{
    width:100%;
    font-size:1em;
    font-family:'Arial', Sans-Serif;
    border:none !important;
    border-radius:2px;
    background:#fafafa;
    box-sizing:border-box;
    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:#0044AA;
    color: #fff;
    border:none;
    font-size:1.429em;
    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.714em;
    text-align:center;
    padding:0 25px;
    margin-top:-2px;
}
.eventCalendar_nextPrevStyle:last-child a
{
    padding-left:0;
}
.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:#0044AA;
}
.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:#35516e; /* 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;
}
/* 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;
    max-width:100%;
}
.filterTitle
{
    font-weight: bold;
    font-size: 0.929em;
    color: #333333;
    padding:10px 0 5px 0;
}
.filterContainer
{
    width:225px;
    float:left;
    background-color:#f3f3f3;
    padding:10px 10px 30px 10px; 
    margin-bottom:10px;
    border:solid 1px black;
}
.pagingMenu
{
    padding:5px 5px 10px 5px;
    font-size:1em;
    font-weight:bold;
    background-color:#f3f3f3;
    border:solid 1px black;
    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;
}
.ArticleButton
{
    background-color:#252525;
    color:White;
    padding:10px 15px;
    font-size:18px;
    border-radius:4px;
    box-shadow:2px 2px 2px 0 rgba(57, 57, 57, .8);
    margin:10px 0 15px;
    float:left;
    clear:left;
    transition:0.3s all ease-out;
    -webkit-transition:0.3s all ease-out;
}
.ArticleButton:hover
{
    background-color:White;
    color:#252525;
    text-decoration:none;
}
@media screen and (max-width:991px)
{
    .ArticlePanel img
    {
        max-width:100%;
        min-width:220px;
    }
}
@media screen and (max-width:768px)
{
    .filterContainer{width:100%;}
    .ArticlePanel{width:100% !important;}
    .ArchiveThumbnail{width:100% !important; display:block !important; text-align:center; margin-top:30px;}
    .ArchiveArticle{width:100% !important; display:block !important;}
}
/* End Archive News */

/* QUICK EDIT */
.modalEditor
{
    position:absolute !important;
    left:50% !important;
    top:100px !importantt;
}
.modalBackground
{
    background-color:rgba(0, 0, 0, .75);
    z-index: 0 !important;
    position:absolute !important;
}
.modalWindowOn
{
    top:0 !important;
    margin-left:-300px;
    width:600px;
    min-height:230px;
    background:white;
    padding:20px;
    z-index: 2;
    border:1px solid #DDD;
}
.modalWindowOnLogin
{
    position:fixed;
    top:50% !important;
    left:50% !important;
    margin:-250px 0 0 -250px !important;
    width:500px;
    height:500px;
    background:white;
    padding:20px 40px;
    z-index: 2;
    border:1px solid #DDD;
}
.modalWindowOff
{
    display: none;
}
.modalWindowOn .form_item
{
    margin:0 0 10px;
}
.modalWindowOn .form_item span
{
    display:block;
}
.modalWindowOn input[type="text"], .modalWindowOn textarea
{
    width:100%;
    padding:5px 10px;
}
.ceifdialog
{
    z-index:999999 !important;
}
.ajax__tab_tab
{
     -webkit-box-sizing: content-box!important;
     -moz-box-sizing: content-box!important;
     box-sizing: content-box!important;
     margin-bottom: -4px !important;
}
@media screen and (max-width:600px)
{
    .modalWindowOn
    {
        width:100%;
        position:relative;
        margin-left:0 !important;
    }
    .modalEditor
    {
        position:fixed !important;
        top:0 !important;
        left:0 !important;
        width:100%;
        height:calc(100%);
        height:-moz-calc(100%);
        height:-webkit-calc(100%);
        overflow-y:auto;
    }
}

/* END QUICK EDIT */


/* 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 */

.dashboardLink
{
    font-size:18px;
}

/* 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
{
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    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*/

/* Search Styles */
.GoogleSearch
{
    background: white;
    border: 1px solid #CCC;
    width: 100%;
}
.GoogleSearch:before, .GoogleSearch:after
{
    content: "";
    display: table;
    clear: both;
}
.GoogleSearch input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
    padding: 1px 10px;
}
.GoogleSearch span svg
{
    color: #777;
    cursor: pointer;
}
.GoogleSearch svg
{
    width: 24px !important;
}
/* End Search Styles */
.slicknav_nav .slicknav_row:hover
{
    background: #383838;
}
.slicknav_nav li.MobileNavLinks, nav ul li.MobileNavLinks
{
    display: none;
}
@media screen and (max-width: 471px)
{
    .UpperHeader
    {
        display: none;
    }
    .slicknav_nav li.MobileNavLinks, nav ul li.MobileNavLinks
    {
        display: block;
    }
}