﻿/* 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%;}
    table {width:100% !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: "proxima-nova", Sans-Serif;
    font-size:16px;
}

*:focus
{
    outline:2px solid blue !important;
}

a{text-decoration:none; word-break: break-word; color:#0000FF;}
a:hover {text-decoration: underline;}
a img {border:none;}

h1, h2, h3, h4, h5, h6{line-height:1;}

/* Use this for page headers */
.ph
{
    width:100%;
    background:#3B7719;
    text-align:left;
    margin-bottom:30px;
    clear:both;
    padding:14px 30px;
}
h1.page_header
{
    color:#FFF;
    font-weight:bold;
    font-size:2.188em;
    padding:5px 0 5px 214px;
	text-align:left;
}

/* Use this for component headers */
h2.component_header
{
    /*text-transform:uppercase;*/
    color:Black;
    font-size:2.143em;
    margin-top:0;
    margin-bottom:0;
    padding-bottom:5px;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    /*text-transform:uppercase;*/
    color:Black;
    font-size:2.143em;
    margin-top:0;
}

/* Use this for subtitles inside of components */
/* Ex: Textwindow subtitle (depricated) */
h4.component_subtitle
{
    
}
.container-fluid
{
    max-width:1280px;
}
/* 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
{
    background: #3B7719;
    color: #FFFFFF;
    padding: 15px;
}
.dualwindow_right .component_container a 
{
    color: #FFFFFF;
}
.dualwindow_right .component_header 
{
    color: white;
    font-size: 1.250em;
}
.dualwindow_right h3.component_title
{
    color:white;
    font-size:1.125em;
}
.dualwindow_right .textwindow_text, .dualwindow_right .textwindow_text table
{
    color:white;
}
.dualwindow_right select
{
    color:#002F60;
}

/* 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:27px 0;
    width:100%;
    background:#3B7719;
    box-shadow:0 3px 6px rgba(0, 0, 0, .16);
    border-top:2px solid white;
    border-bottom:2px solid white;
}
nav a
{
    text-decoration:none;
}
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;
}
header > nav > div > ul
{
    padding-left:176px;
}
nav ul li
{
    position:relative;
    cursor:pointer;
    display:table-cell;
    vertical-align:middle;
}
nav ul li:focus-within ul
{
    display:block;
}
nav ul li a
{
    display:block;
    /*padding:0 20px;*/
    height:16px;
    line-height:16px;
    font-weight:bold;
    color:#fff;
    border-right:solid 2px #fff;
}
nav ul li a:hover, nav ul li:focus-within a
{
    color:#FFC845;
}
nav ul li:last-child a
{
    border-right:0;
}
nav ul li ul
{
    padding:10px;
    position:absolute;
    top:16px;
    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;
    -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, nav ul li:focus-within ul li a
{
    background:#ffffff;
    font-weight:normal;
    display:block;
    font-size:1em;
    color:Black;
    height:auto;
    line-height:1.6;
    border:0;
}

nav ul li ul li a:hover, nav ul li ul li a:focus
{
    background:#101010;
    color:White;
}
nav ul li:nth-child(1n+6) ul{left: calc(-300px + 100%);}
#navigation li:nth-child(6) ul 
{
 width:754px!important;
 margin-left:-450px!important
}
#navigation li:nth-child(6) ul li 
{
 display:inline-block;
 width:32%;
 text-align:left
}
#navigation li:nth-child(6) .nav_title_li 
{
 width:100%
}
#navigation li:nth-child(6) ul li [disabled=disabled] 
{
 font-size:20px!important;
 float:left!Important;
 display:block;
 width:744px!important;
 font-weight:700;
 border-bottom:1px solid #d1d1d4;
 background-color:#f0f0f0;
 text-transform:uppercase;
 color:#000!important;
 font-weight:700!important;
 margin-top:20px;
 margin-bottom:10px
}

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;}

    #mobile_top_nav{border:none;}
    #mobile_top_nav .slicknav_menu
    {
        display:block;
        top:-50px;
        position:absolute;
        width:100%;
    }
    #mobile_top_nav .slicknav_btn
    {
        display:none;
    }
    #mobile_top_nav .slicknav_menu.open
    {
        top:0;
        position:relative;
    }
}
/* END TOP NAV */

/* HEADER */
header
{
	background:#EFF2EF;
    padding:10px 0 0px 0;
    float:left;
    width:100%;
}
header a, header a:active, header a:hover, header a:focus{text-decoration:none;}
header a
{
    color:Black;
}
.LiquidButton, .LiquidHeader
{
    display:none;
}
.HeaderContainer
{
    display:flex;
    flex-wrap:wrap;
    padding:15px 0 15px;
}
.HeaderLogo
{
}
.HeaderLogo img
{
    max-width:180px; 
    width:100%; 
    position:absolute;
    z-index:3;
    margin-left:7px;
    top:8px;
    background-color:white;
    padding:5px;
    border-radius:6px;
}
.hdrTitle
{

}
header h1
{
    font-size:3.5em;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
}
.hdrIcons
{
    display:flex;
    justify-content:center;
    text-align:right;
    align-self:flex-end;
    margin-bottom:0;
}
.hdrIcons a:hover, .NavTranslate:hover, .NavSearch:hover
{
    color:#2E5E13;
}
.NavSearch
{
    display:inline;
    background:transparent;
    border:unset;

    display:none;
}
.header_search_button
{
    color:White;
}
.hdrSlogan
{
    text-align:center;
    align-self:center;
    width: 41%;
    padding: 0;
    margin-top:10px;
    margin-bottom: 0;
}
.HeaderSloganText
{
}
header h2
{
    font-size:2em;
    font-weight:bold;
    text-align:center;
    color:black;
}
.newsNav
{
    display:none;
    
    padding:30px;
    width:32%;
    z-index:2;
    position:absolute;
    right:0;
    bottom:0;
}
.newsArrows
{
    float:right;
    position:relative;
}
.hpDivCTAContainer
{
    clear:both;
    max-width:100%;
    padding:0;
    border-top:2px solid white;
    border-bottom:2px solid white;
}
.hpDivCTA
{
    float:left;
    width:100%;
    background-color:#3B7719;
    position:relative;
    z-index:2;
    padding:11px 0;
    font-size:14px;
}
.btnCTA
{
    float:left;
    height:47px;
    width:calc(100% / 6);
    display:block;
    /*color:#FFC43A;*/
    color:#FFF;
    text-align:center;
    font-size:1.125em;
    font-weight:bold;
    border-right:solid 2px #FFF;
    transition:all 0.3s ease-out;
    text-transform:uppercase;
}
.btnCTA svg
{
    font-size:1.389em;
    color:white;
}
.btnCTA:hover, .btnCTA:focus
{
    color:#FCECC0;
    text-decoration:none;
}
.btnCTA:hover svg, .btnCTA:focus svg
{
    color:#FCECC0;
}
.btnCTA:last-child
{
    border:0;
}
/* Search Styles */
.SearchContainer
{
    position:relative;
    z-index:5;
    width:100%;
    padding-left: 30px;
    padding-right: 30px;
    background-color:#FFC845;
}
.SearchContainer.Closed
{
    display:none;
}
.SearchContainer.Open
{
    display:block;
}
.SearchDiv
{
    position:relative;
    color:Black;
    -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;
    width:100%;
    padding:0;
    height:0;
    overflow:hidden;
    width: 100%;
}
.SearchExpanded
{
    top:0;
    height:auto;
    padding:30px 0;
    -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;
}
.SearchClose
{
    position:absolute;
    top:0;
    right:0;
    padding:30px;
    color: Black;
    background:transparent;
    border:unset;
}
.GoogleSearch input
{
    width: calc(100% - 70px);
    margin-right: 15px;
}
.SearchBoxDiv
{
    border: 1px solid #CCC;
    background-color:White;
}
.SearchDiv:before, .SearchDiv:after
{
    content: "";
    display: table;
    clear: both;
}
.SearchDiv input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
}
.SearchDiv span svg
{
    color: #777;
    cursor: pointer;
}
.SearchDiv a
{
    padding-left: 0;
}
.SearchDiv svg
{
    color: #333;
    width: 24px !important;
}
/* End Search Styles */
/* Google Translate */
.NavTranslate
{
    background:transparent;
    border-radius:0;
    display:flex;
    align-items:center;
    padding:0;
    margin-right:0;
    cursor:pointer;
    text-transform:uppercase;
    font-size:0.750em;
    font-weight:bold;
    color:#5A5B5A;
}
.NavTranslate svg.fa-globe-americas
{
    font-size:1.667em;
    color:#3B7719;
    padding-left:7px;
}
.NavTranslate svg.fa-chevron-down
{
    color:#3B7719;
}
.goog-te-gadget
{
    font-family: "sofia-pro", Sans-Serif !important;
}
.goog-te-gadget-simple
{
    background: transparent !important;
    border: none !important;
}
.goog-te-menu-value
{
    display: inline !important;
}
GoogleTranslate:hover .google_translate_element
{
    background: black !important;
}
.GoogleTranslate:hover a
{
    color: #FFDA00 !important;
    background: transparent !important;
}
.goog-te-gadget-simple
{
    padding: 0 !important;
}
.GoogleTranslate [style="color: rgb(118, 118, 118);"], .GoogleTranslate [style="color: rgb(155, 155, 155);"], .GoogleTranslate [style="color: rgb(213, 213, 213);"]
{
    color: Black !important;
    transition: all 0.5s;
}
.GoogleTranslate:hover [style="color: rgb(118, 118, 118);"], .GoogleTranslate:hover [style="color: rgb(155, 155, 155);"], .GoogleTranslate:hover [style="color: rgb(213, 213, 213);"]
{
    color: #fff !important;
}
.GoogleTranslate [style="border-left: 1px solid rgb(187, 187, 187);"]
{
    border-left: none !important;
}
.goog-te-gadget-icon
{
    display: none !important;
}
.GoogleTranslate
{
    transition: all 0.5s;
}
.GoogleTranslate:hover {
    background: transparent;
}
.goog-te-gadget-simple .goog-te-menu-value span
{
    display: none;
}
#google_translate_element
{
    display:none;
}
/* End Translate */
.hdrTitleAthletics
{
    display:none;
}
.MobileButtons
{
    display:none;
}
.TopNavToggle
{
    font-size:2.188em;
    color:#3B7719;
    margin-top:16px;
    cursor:pointer;
}
.ButtonCloseNav
{
    background-color:black;
    margin-left:14px;
}
@media screen and (min-width:1250px)
{
    .hdrLogoContainer{width:17%;}
    .hdrSlogan{width:66%;}
    .hdrIcons{width:17%;}
}
@media screen and (max-width:1100px)
{
    .newsNav{bottom:-22px;}
}
@media screen and (max-width:991px)
{
    .HeaderContainer
    {
        border-bottom:20px solid #3B7719;
    }
    .hdrLogoContainer
    {
        display:flex;
        justify-content:center;
    }
    .HeaderLogo{display:block;}
    .HeaderLogo img
    {
        width:100%;
        max-width:74px;
        display:block;
        margin:0 auto;
        position:static;
        float:none;
    }
    .MobileButtons
    {
        display:block;
        margin-left:50px;
        margin-top:10px;
    }
    .hdrSlogan
    {
        width:100%;
    }
    .HeaderSloganText
    {
        width:261px;
    }
    .hdrTitle{margin-top:20px; margin-bottom:15px;width:100%;}
    .hdrTitle svg{max-width:550px;}
    .hdrIcons{display:none;}
    .newsNav
    {
        float:left;
        position:static;
        width:100%;
    }
    .HPNewsArticle
    {
        max-height:400px !important;
    }
    .hpDivCTA
    {
        display: flex;
        flex-wrap: wrap;
    }
    .btnCTA
    {
        width:50%;
        border-right:0;
    }
}
@media screen and (max-width:580px)
{
    .hpDivCTA
    {
        justify-content:center;
    }
}
/* 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:#3B7719;
    color:White;
    padding:29px 0 10px;
    width:100%;
    border-top:40px solid #3B7719;
}
footer a
{
    color:#2E5E13;
}
.FooterContainer
{
    display:flex;
}
.AthleticsFooterContainer
{
    display:none;
}
.footer_left
{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
   padding-top:24px;
}
.FooterTitleDiv
{
    border-radius:25px;
    background-color:#FFC43A;
    color:black;
    font-size:1.250em;
    font-weight:bold;
    text-transform:uppercase;
    max-width:166px;
    padding: 5px 10px;
    text-align:center;
}
.FooterAddress
{
    margin-top:29px;
    margin-bottom:37px;
}
.footer_spacer
{
    height:25px;
}
.footer_left svg
{
    color:#FFC43A;
    font-size:1.875em;
}
.footertext
{
    font-size:1.250em;
    font-weight:bold;
}
.footer_center
{
    border-left: 2px solid White;
    border-right: 2px solid White;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.footer_logo
{
    width:180px;
    max-width:100%;
    margin:0 auto;
}
.appBadges
{
    background-color:transparent;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin-top:19px;
}
.appBadges a.footer_ada
{
    display:block;
    max-width:166px;
    background: #3B7719;
    border:4px solid #FFC43A;
    padding: 5px 10px;
    border-radius:25px;
    color: white;
    font-size: 0.938em;
    font-weight:bold;
    text-transform:uppercase;
    margin: 0 0 0 10px;
    filter:none;
}
.esvLink
{
    color:white;
    font-size:0.750em;
    line-height:1.167;
    font-family:work-sans, sans-serif;
    font-weight:500;
    margin-top:20px;
}
.esvLink:hover
{
    color:white;
}
.OwnershipLabel
{
    color:white;
    font-size:0.750em;
    line-height:1.167;
    font-family:work-sans, sans-serif;
    font-weight:500;
}
.footer_right
{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    padding-top:24px;
}
.FooterQuickLinks
{
    margin:25px 0 0;
    text-align:right;
    direction:rtl;
    padding-right:25px;
}
.FooterQuickLinks li
{
    color:#FFC43A;
    padding:10px 0;
}
.FooterQuickLinks li::marker
{
    line-height:14px;
    font-size:27px;
}
.FooterQuickLinks a
{
    font-size:1.125em;
    line-height:1;
    font-weight:bold;
    color:white;
    text-transform:uppercase;
    direction:ltr;
    display:block;
    transform:translate(-2px); /* offset to line up with bullets */
}

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	font-size:1em;
	color:#AFB1B4;
}
.divCompliance a:hover
{
	color:Yellow !important;
}
/* stop ADA button */

@media screen and (max-width:991px)
{
    .footer_logo
    {
        padding-top:20px;
        width:156px;
    }
    .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{margin:0 auto; float:none; padding:0;text-align:center;}
    .footer_info{width:100%; text-align:center;}
    .footer_list{display:none;}
    .FooterContainer
    {
        flex-direction:column;
    }
    .footer_center
    {
        border:none;
        margin-top:15px;
    }
    .footer_right
    {
        align-items: center;
    }
}


/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    border-bottom: 2px solid #3B7719;
    clear:both;
    float:left;
}
.slideshow_image 
{
    /*height: calc(80vh - 200px);*/ /* sets height to a percentage of the screen. Only use this if full height slideshow is desired. */
    /*height: calc((577 / 1280) * 100vw);*/ /* sets height based on height divided by width, multiplied by percentage of screen width */
    aspect-ratio: 1440 / 500; /* Use this for auto-cropping images to fit set dimensions. Must set height to auto, and ratio is width divided by height */
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.slideshow_caption_container_outer
{
    z-index:5;
}
.slideshow_caption_container_inner
{
}
.slideshowOverlay
{
    z-index:3;
    top:0;
}
.slideshow_caption_header
{
}
.slideshow_caption_text
{
}
.slideshow_caption_link
{
}
.SlideShowNavContainer
{
    position:absolute;
    top:0;
}
.SlideShowNav 
{
  position: absolute;
  top: 50px;
}
.SlideShowNav a
{
    color: White;
    background: #3B7719;
}
.slick-dots
{
    bottom:0;
}
.slick-dots li button::before
{
    color:#000;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    color:#3B7719;
}
.slick-prev, .slick-next
{
    margin-top: -35px;
    color:#3B7719;
}
.slick-prev svg, .slick-next svg
{
    font-size:50px; /* Must use pixel size here due to a weird thing with slick styles */
}
.slideshow_outer_container .slick-prev
{
    margin-left:0;
}
.slideshow_outer_container .slick-next
{
    margin-right:0;
}
.hpDiv2 .slick-prev, .hpDiv2 .slick-next
{
    margin-top: 0px;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    color:#3B7719;
}
.slick-prev:before, .slick-next:before
{
    color:#3B7719;
}

.hpSlideshowPauseAndPlay
{
    position: absolute;
    right: 100px;
    z-index:999;
    bottom:5px;
}
.hpSlideshowPauseAndPlay button
{
    background:transparent;
    border:none;
    color:White;
    font-size:30px;
    text-shadow: 0 0 10px #333;
}
.hpSlideshowPauseAndPlay button:focus
{
    border:2px solid blue;
}
@media screen and (max-width:1200px)
{
    .SlideShowNavContainer
    {
        clear:both;
        float:left;
        width:100%;
        position:relative;
        top:auto;
        padding:15px 0;
    }
    .SlideShowNav
    {
        position:relative;
        top:auto;
    }
}
@media screen and (max-width: 1180px)
{
    .slideshow_caption_container_outer
    {
    }
    .slideshow_caption_container_inner
    {
        max-width: 475px;
    }
    .slideshow_caption_header
    {
        font-size: 2em;
    }
}
@media screen and (max-width: 1065px)
{
    .slideshow_caption_container_outer
    {
        right: 10px;
        bottom: 10px;
    }
    .slideshow_caption_container_inner
    {
        max-width: 450px;
    }
}
@media screen and (max-width:991px)
{
}
@media screen and (max-width:500px)
{
    .slideshow_caption_container_outer{position:relative; right:auto; bottom:auto; font-size:14px;}
}
/* END HOMEPAGE SLIDESHOW */

/* Homepage Video */
.hpVideoContainer
{
    width:100%;
    position:relative;
}
.hpVideoScript
{
    display:block;
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%;
    position:relative;

   /* padding-top:600px;
       padding-top:0; */ /*Max height cap, uncomment to use instead of full height*/
}
.hpVideoContainer iframe
{
    width:100% !important;
    height:100% !important;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;

    /*max-height:600px;*/ /*Max height cap, uncomment to use instead of full height*/
}
@media screen and (max-width:991px)
{
    .hpVideoScript
    {
        padding-top:56.25%;
    }
}
/* End Homepage Video */

/* HOMEPAGE */
.HomepageContainer
{
    float:left;
    width:100%;
    text-align:center;
}
.hpTitle
{
    color:white;
    font-size:2.813em;
    line-height:1.2;
    font-weight:bold;
    text-transform:uppercase;
}
.hpLink
{
    color:black;
    font-weight:bold;
    display:inline-block;
    padding:17px 30px;
    background-color:#FFC43A;
    border-radius:32px;
    text-transform:uppercase;
    font-size:1.250em;
    line-height:1.2;
}
.hpRSS
{
    float:right;
}
.homepage_news_container
{
    float:left;
    /*margin-top:44px;*/ 
    width:100%;
    background-color:White;
    position:relative;
}
.news_slider
{
    float:left;
    width:100%;
    margin-bottom:0;
}
.news_slider .slick-slide /*Adds padding to news slides*/
{
    width:100%;
    padding:0;
    position:relative;
}
.HPNewsPhoto
{
    float:left;
    width:100%;
    border:none;
}
.HPNewsPhoto img
{
    width:100%;
    max-height:650px;
    /*object-fit:cover;*/
    background-color:#FFC845;
    margin-bottom:0;
}
.HPNewsArticle
{
    padding:15px 15px 15px;
    float:left;
    max-width:525px;
    max-height:310px;
    position:absolute;
    bottom:4px;
    right:4px;
    z-index:2;
    background-color:black;
    display:flex;
    flex-direction:column;
    opacity:.75;
}
.HPNewsArticle:before
{
    position: absolute;
    content: '';
    background-color: black;
    transform: skewX(20deg);
    height: 100%;
    width: 110px;
    top: 0;
    left: -40px;
    z-index: 2;
}
.HPNewsArticle br
{
    line-height:0;
}
.HPnewscomponent_mainlink
{
    float:left;
    clear:left;
    color:White;
    font-weight:bold;
    font-size:1.375em;
    z-index: 5;
    line-height:1.1;
}
.HPnewscomponent_maintext
{
    float:left;
    clear:left;
    color:White !important;
    font-size:1.063em;
    margin-top:10px;
    z-index: 5;
}
.HPnewscomponent_maintext span
{
    color:White !important;
}
.HPnewscomponent_maintext a, .HPnewscomponent_maintext span a, .HPnewscomponent_maintext a span
{
    color:#FFC845 !important;
}
.HPreadMoreLink
{
    color:White;
    font-weight:bold;
    display:inline-block;
    padding:3px 18px;
    background-color:#2E5E13;
    border-radius:2px;
    text-transform:uppercase;
    margin-top:5px;
    z-index: 5;
}
@media screen and (max-width:991px)
{
    .hpTitle
    {
        font-size:1.250em;
    }
    .hpLink
    {
        font-size:0.750em;
        padding:5px 17px;
    }
}
@media screen and (max-width:900px)
{
    .news_slider{background-color:Black;}
    .HPNewsPhoto{border:none;}
    .HPNewsArticle
    {
        position:static;
        width:100%;
        max-width:100%;
        max-height:none;
        opacity:1;
    }
    .HPNewsArticle:before{display:none;}
    .HPnewscomponent_mainlink
    {
        font-size:1.2em !important;
    }
    .HPnewscomponent_maintext
    {
        font-size:1em !important;
    }
    .btnCTA{font-size:.8em;}
}
@media screen and (max-width:570px)
{
    .btnCTA{font-size:.7em;}
}
.hpEvents
{
    float:left;
    clear:left;
    width:100%;
    padding:29px 30px 28px;
    position:relative;
    background:url(../sysimages/hpEventsBG.jpg) center center no-repeat #5A5B5A;
    background-size:cover;
}
.hpEvents .container-fluid
{
    z-index:3;
    position:relative;
}
.EventsOverlay
{
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    background-color:rgba(90,91,90,0.50);
    width:100%;
    height:100%;
}
.hpEvents .eventcomponent_item
{
    padding:0 25px;
    border:none;
}
.hpGallery
{
    display:table-cell;
    vertical-align:top;
    width:50%;
    padding:50px 0;
}
.hpGalleryInner
{
    float:left;
    width:100%;
    max-width:640px;
    padding:0 30px 0 15px;
}
.GalleryContainer
{
    
}
.events_slider
{
    float:left; 
    width:100%; 
    margin-top:38px;
    position:relative;
    z-index:3;
}
.event_inner
{
    display:flex;
    flex-direction:column;
    background-color:rgba(255,255,255,0.9);
    border-radius:29px 29px 0 0;
    min-height:225px;
}
.hpEventDateBubble
{
    background-color:#3B7719;
    width:100%;
    text-align:center;
    padding:6px 10px;
    border-radius:32px;
}
.eventMonth
{
    font-weight:bold;
    color:white;
    font-size:2.25em;
    line-height:1.222;
}
.eventDate
{
    font-weight:bold;
    color:white;
    font-size:2.25em;
    line-height:1.222;
}
.hpEventText
{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:7px 35px;
    text-align:center;
}
.hpeventcomponent_linktext
{
    color:#5A5B5A;
    font-size:1.125em;
    line-height:1.222;
    font-weight:bold;
    text-transform:none;
}
.hpeventcomponent_maintext
{
    color:#5A5B5A;
    font-size:1.125em;
    line-height:1.222;
    font-weight:bold;
    text-transform:none;
}
.hpLinkContainer
{
    width:100%; 
    float:left; 
    text-align:center; 
    margin-top:30px;
}
@media screen and (min-width:1201px)
{
    .slick-prev, .slick-next
    {
        display:none !important;
    }
}
@media screen and (max-width:1248px)
{
}
@media screen and (max-width:991px)
{
    .events_slider
    {
        font-size:9px;
    }
    .event_inner
    {
        min-height:125px;
    }
    .hpEventText
    {
        font-size:10px;
    }
}
@media screen and (max-width:910px)
{
}
@media screen and (max-width:610px)
{
}
@media screen and (max-width:470px)
{
}
@media screen and (max-width:400px)
{
}

.hpSocial
{
    float:left;
    clear:both;
    width:100%;
    padding:29px 0 25px;
    background:#DDDDDD;
}
.hpSocialInner
{
    float:left;
    clear:both;
    width:100%;
}
.hpSocial .HomepageContainer
{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.hpSocial .hpTitle
{
    color:#3B7719;
}
.lnkSkipSocial
{
    display: flex;
    align-items: center;
}
.lnkSkipSocial .fa-chevron-down
{
    color:#FFC43A;
    font-size:2.183em;
}
.skipHover
{
    display:none;

    color:black;
    font-size:0.938em;
}
.lnkSkipSocial:hover .skipHover, .lnkSkipSocial:focus .skipHover
{
    display:inline-block;
}
.hpScriptColumn
{
    padding:0 10px;
    margin-top:29px;
}
.hpScriptBox
{
    box-shadow:0 3px 6px #00000029;
}
.hpScriptBox iframe
{
    max-width:100%;
}
.hpSocialIcons
{
    float:left;
    clear:both;
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:33px;
}
.hpSocialIcons a
{
    margin:0 10px;
}
.hpSocialIcons .fa-layers /*size of grouping layer for fontawesome icons*/
{
    height:4.375em;
    width:4.375em;
}
.hpSocialIcons svg /*size of icon inside circle*/
{
    font-size:2.25em;
    color:white;
}
.hpSocialIcons svg.fa-circle /*size of fontawesome circle - usually should be same size as layers*/
{
    font-size:4.375em;
    color:#3B7719;
}
.hpSocialIcons a:hover svg
{
    color:#FFC43A;
}
.hpSocialIcons a:hover svg.fa-circle
{
    color:#3B7719;
}

 /* 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%; 
}
@media screen and (min-width:1450px)
{
    .hpSocialInner {

        margin-right: 10%;
    }

    .hpEventsInner {

        margin-left: 6%;
    }
}
@media screen and (max-width:991px)
{
    .hpScriptBox
    {
        text-align:center;
        box-shadow:none;
    }
    .hpScriptBox > div
    {
        margin:0 auto;
    }
}
/* 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 */
#dynamic_nav
{
    margin-bottom:10px;
	box-shadow:0 3px 6px #00000029;
}
#dynamic_nav .slicknav_menu
{
    background:transparent;
}
#dynamic_nav .slicknav_nav li a
{
    display:flex;
    flex-direction:row;
    align-items:center;
    color:#3C3C3C;
}
#dynamic_nav .slicknav_nav li > a a
{
    /*color:#3C3C3C;*/
    flex:1;
}
#dynamic_nav .slicknav_nav > li
{
    border-bottom:2px solid #FFC43A;
}
#dynamic_nav .slicknav_nav > li:first-of-type
{
  
}
#dynamic_nav .slicknav_nav .slicknav_arrow
{
    margin:0;
    padding:0 10px;
}
#dynamic_nav .slicknav_nav li .current_page
{
    text-decoration:underline;
    color:#2E5E13;
    font-weight:bold;
}
#dynamic_nav .slicknav_nav li a:hover, #dynamic_nav .slicknav_nav li a:hover a
{
    background:#2E5E13;
	border-radius: 0;
    color:#FFF;
}
@media (min-width:992px)
{
    #dynamic_nav .slicknav_menu
    {
        background:transparent;
        padding: 0;
    }
    #dynamic_nav .slicknav_nav li > a
    {
        font-size:16px;
        margin:0;
        padding:10px;
    }
    #dynamic_nav .slicknav_nav > li:first-of-type a
    {
        font-weight:bold;
        font-size:20px;
        color:#FFF;
        background-color:#3B7719;
    }
    #dynamic_nav .slicknav_nav > li:first-of-type a:hover
    {
        color:white;
        background:#2E5E13;
 
    }
    #dynamic_nav .slicknav_btn
    {
        display:none;
    }
    #dynamic_nav ul.slicknav_nav,
    #dynamic_nav .slicknav_menu
    {
        display:block !important;
    }
}
@media (max-width:991.9px)
{
    .slicknav_menu{display:block;}
    #dynamic_nav
    {
        margin:0 0 15px;
    }
    #dynamic_nav .slicknav_menu
    {
        
        border:2px solid #dfdfdf
    }
    #dynamic_nav .slicknav_btn
    {
        display:block;
    }
    #dynamic_nav ul.slicknav_nav
    {
        display:block;
    }
    #dynamic_nav .slicknav_btn,
    #dynamic_nav .slicknav_menutxt
    {
        text-shadow:none;
        color:#FFFFFF;
    }
}
/* END DYNAMIC NAV */

/* CSS TOUTS, ADDS STYLES TO TOUTS, IMAGE HIDDEN IN CONTROL */
.ToutButton
{
    /*background-color:#980B1A;
    border-radius:6px;
    padding:10px 15px;*/
    padding-left:15px;
    font-size:1.286em;
    color:White;
    font-weight:bold;
    display:block;
    width:100%;
    margin-bottom:5px;
    /*border-bottom:1px solid Black;*/
}
.ToutButton:hover
{
    /*background-color:Black;*/
    text-decoration:none;
}

/* 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:250px;
    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;
}
.monthly-today .monthly-day-number
{
    background-color:#2E5E13 !important;
}
/* 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
{
    display:table;
    width:100%;
    margin:0 !important;
}
.eventcomponent_leftcontainer
{
    display:table-cell;
    vertical-align:middle;
    width:100px;
}
.eventcomponent_datecontainer
{
    float:left;
    text-align:center;
    background:white;
    padding:8px 0px;
    line-height:1;
    font-weight:bold;
    width:85px;
    height:80px;
    border-right:solid 5px #FFC845;
}
.eventcomponent_datecontainer_bottom
{
    background-color:White;
    width:64px;
    height:29px;
    padding-top:2px;
}
.eventcomponent_month
{
    color:Black;
    font-weight:600;
    text-transform:uppercase;
    font-size:1.688em;
}
.eventcomponent_date
{
    color:#505153;
    font-size:2.875em;
}
.eventcomponent_textcontainer
{
    display:table-cell;
    vertical-align:middle;
    padding-left:10px;
}
.eventcomponent_textcontainer h3
{
    font-size:1em;
    margin-top:0;
    margin-bottom:5px;
    text-transform:none;
}
.eventcomponent_textcontainer h3 a
{
    color:#101010;
}
.eventcomponent_linktext
{
    color:Black;
    font-weight:bold;
    line-height:1.2;
    font-size:1.375em;
}
.eventcomponent_maintext
{
    color:#505153;
    font-size:1em;
    line-height:1.5;
}
.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:#2E5E13;
    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:#2E5E13;
}
.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;
}
.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 */

/* Logged In Control */
.loggedin_whitetextbold
{
    color:White;
}
.loggedin_whitetext
{
    color:White;
}
/* End Logged In Control */

/* 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
{
    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: 200px;
}
.GoogleSearch:before, .GoogleSearch:after
{
    content: "";
    display: table;
    clear: both;
}
.GoogleSearch input
{
    width: calc(100% - 60px);
    border: none !important;
    outline: none !important;
}
.GoogleSearch span svg
{
    color: #777;
    cursor: pointer;
}
.GoogleSearch svg
{
    width: 24px !important;
}
/* End Search Styles */
/* Juicer Styles */
.juicer-feed .j-twitter-text::before, .juicer-feed .j-twitter-text {
    background: #3B3B3B !important;
    border-radius: 25%;
    padding: 1px;
}

.juicer-feed .j-meta .j-twitter-intents a.j-twitter-retweet, .juicer-feed .j-meta .j-twitter-intents a.j-twitter-reply,
.juicer-feed .j-meta .j-twitter-intents a.j-twitter-like, .juicer-feed .j-meta .j-twitter-date, .juicer-feed .j-meta a,
.juicer-feed.modern .j-poster .j-date, .j-twitter-quote-screen-name, .j-twitter-display-name, .j-twitter-screen-name, .j-message,
.j-twitter-quote-display-name, .juicer-feed.image-grid li.feed-item.j-twitter .j-message p, .juicer-feed.image-grid li.feed-item.j-twitter .j-message a,
.juicer-feed.slider li.feed-item.j-twitter .j-message p, .juicer-feed.slider li.feed-item.j-twitter .j-message a, .juicer-feed.hip li.feed-item.j-twitter .j-message p,
.juicer-feed.hip li.feed-item.j-twitter .j-message a {
    color: #757575 !important;
}

.j-youtube.j-youtube-bg, .j-twitter.j-twitter-bg {
    color: black !important;
}
/* End of Juicer Styles */