﻿@import url(normalize.css); /* Normalize */

/* CUSTOM SITE SPECIFIC CSS */
    video{max-width:100%}
    #google_translate_element{position:absolute !important;right:10px;}
    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;}
/* END CUSTOM SITE SPECIFIC CSS */

/* GENERAL LAYOUT */
html, body
{
    padding:0;
    margin:0;
    height:100%;
    background-color: #F7F7F7;
}
body
{
    line-height:1.6;
    color:#272727;
    font-family: "acumin-pro", Serif;
    font-size: 18px;
}
.header
{
    font-size: 26px;
    font-weight: bold;
    color: #4169E1;
}
form{min-height:100%;display:flex;flex-direction:column;} /* Sticky Footer */
.content{flex:1;} /* Sticky Footer */

a{text-decoration:none; }
a:hover {text-decoration: underline;}
a img {border:none;}

h1, h2, h3, h4, h5, h6{line-height:1;}

/* Use this for page headers */
h1.page_header
{
    text-align:left;
    color:#0a0b0b;
    font-weight:700;
    font-size:35px;
    margin-top:35px;
    margin-bottom:1px;
    padding:15px 30px;
    padding-left: 0px;
}
.textwindow_maintext
{
    font-weight: 700;
    font-size: 20px;
}
.newscomponent_mainlink
{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
/* Use this for component headers */
h2.component_header
{
    background:#3A5DC7;
    /*border-top:3px solid #101010;*/
    text-transform:uppercase;
    color:White;
    padding:10px 10px 13px;
    font-size:30px;
    text-align:center;
    display:block;
    margin-bottom:0 !important;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.title
{
    
}

/* Use this for subtitles inside of components */
/* Ex: Textwindow subtitle (depricated) */
h4.subtitle
{
    
}

/* Container that surrounds every component */
/* Note: Also surrounds component headers */
.component_container
{
    margin-bottom:20px;
}

/* Error message used for things such as forms */
.errormsg
{
    font-weight: bold;
    color: Red;
}
/* END GENERAL LAYOUT */

/* SCHOOL CLOSINGS */
.schoolclosings_titletext
{
	font-size: 14pt;
	font-weight: 500;
	color: White;	
}
.schoolclosings_maintext
{
	font-size: 14px;
	font-weight: normal;
	color: White;	
}
/* END SCHOOL CLOSINGS */

/* TOP NAV */
nav
{
    padding:0;
    width:100%;
    font-weight:bold;
    background-color: White;
    padding: 5px 0px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "acumin-pro", Serif;
    z-index:6;
    position:relative;
}
nav a
{
    text-decoration:none;
    color: Black;
}
nav a:hover{text-decoration:none;}
nav ul
{
    width:100%;
    margin:0 auto;
    list-style:none;
    z-index:9999;
    text-align:center;
    padding:0;
    text-transform:uppercase;
    display:table;
}
nav ul li
{
    position:relative;
    cursor:pointer;
    display:table-cell;
    vertical-align:middle;
}
nav ul li a
{
    display:block;
    padding:0 20px;
    height:38px;
    line-height:37px;
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 700;
    font-size: 20px;
}
nav ul li a:hover
{
    background:#101010;
    color:white;
}
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;
   font-size:15px;
    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
{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

padding:20px 0;

}
.HeaderAddress
{
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 400;
    font-size: 16px;
    color: White;
    background-color: #395BC3;
}
.HeaderButton
{
    display: block;
    float: right;
    background-color: #FF8910;
    color: White;
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #163285;
    width: 120px;
    height: 48px;
    margin-left: 20px;
    margin-top: 20px;
    line-height: 45px;
    text-align: center;
}
header a, header a:active, header a:hover, header a:focus{text-decoration:none;}
header h1, header h1 a, footer h1, footer h1 a
{
    font-family: "Arial", Serif;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    font-weight:normal;
    font-size:60px;
    margin:0;
    color:#fff;
    display:block;
    margin:10px auto 0;
    font-family: 	"vendetta", Sans-Serif;
    font-weight: 500;
    font-size: 65px;
    text-decoration: none !important;
  
}
footer h1, footer h1 a
{
    background-color: #1E1F24;
}
footer h2, footer h2 a
{
    background-color: #1E1F24 !important;
}
.Logo img
{
    position: relative;
    z-index: 10;
}
header img
{
    display:block;
    margin:0 auto;
}
@media screen and (max-width:767px)
{
    header h1, header h1 a{font-size:35px;}
}
header h2, footer h2
{
    text-align:center;
    font-size:27px;
    font-family: "acumin-pro", Serif;
    text-transform:uppercase;
    font-weight:700;
    margin:0;
    color:#FF8910;
    letter-spacing:6px;
   
}
header h3
{
    text-align:center;
    font-size:14px;
   font-family: "Arial", Serif;
    text-transform:uppercase;
    font-weight:500;
    padding:0;
    margin:0;
    color:#636363;
}
header hr
{
    height:1px;
    border:none;
    width:90%;
    background:#979797;
    margin:5px auto 10px;
}

/* 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 */

/* FOOTER */
footer
{

    background-repeat: no-repeat;
    background-position: 45% 0%;
    color:White;
    background:#000000;
    padding:20px 0;
    width:100%;
    font-size:15px;
    border-top: 6px solid #FF8910;
}
footer .container div
{
    display:table-cell;
    vertical-align:middle;
    padding:0 15px;
}
footer a
{
    color:White;
}
.footer_logo
{
    float:left;
  
    padding-right:25px;
}

.footer_info
{
    font-size:15px;
    color:#cccfd5;
    font-family:'nimbus-sans', Sans-Serif;
    float:left;
    width:51%;
    padding:20px 25px 0;
}
.footertext
{
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
}
.footerowner, .footerowner a
{
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 400;
    font-size: 16px;
    color: #B2B2B2;
}
.footer_list
{
    float:left;
    padding:0px 25px 0;
    margin-top: -5px;
    width:32%;
}
.footer_list ul
{
    margin:0;
    float:left;
    padding:0;
    text-transform:uppercase;
    list-style-type:none;
    font-family: "Arial", 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:25px;
    float:left;
    width:7%;
}
.social_media_buttons
{
    width:100%;
}
.social_media_buttons img
{
    display:block;
    float:left;
    margin:1.666%;
    max-width:46px;
    margin-right: 20px;
}
.cms_login_button
{
    border:1px solid white;
    border-radius:33px;
    text-transform:uppercase;
    display:table;
    padding:5px 15px;
    font-size:13px;
    margin:15px auto 0;
    font-family: 'nimbus-sans', sans-serif;
}
.cms_login_button:hover
{
    text-decoration:none;
    background:rgba(0, 0, 0, .2);
}
.cms_login_button:active
{
    background:rgba(0, 0, 0, .5);
}
@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;
    }
}
@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;}
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{

    width:100%;
}
.TopNavContainer
{
    
    box-shadow:0 6px 0 0 #FF8910;
    margin-bottom:6px;
}
@media screen and (max-width:650px)
{
div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
.slideshow_container
{
    margin:0 !important;
}
.slideshow_slide
{
   
    position:relative;
}
.slideshow_caption_container_outer
{
    position:absolute;
    bottom:40px;
    float:left;
    left:50%;
    z-index:2;
    display:block;
}
.slideshow_caption_container_inner
{
    background:rgba(29, 29, 29, .85); 
    max-width:625px;
    left:-50%;
    float:left;
    position:relative;
    padding:20px 30px;
    text-align:center;
}
.slideshow_caption_header
{
    color:#fff;
    font-weight:bold;
    font-size:36px;
    display:block;
    text-align:center;
    text-transform:uppercase;
}
.slideshow_caption_text
{
    color:#fff; 
    margin-bottom:5px;
    font-size:14px;
    display:block;
}
.slideshow_caption_link
{
    color:#25a0ff;
    text-decoration:none;
    font-size:13px;
    text-transform:uppercase;
}
.slideshow_image
{
    width:100%;

}
.slick-slide
{
    height:auto;
}
.slick-dots
{
    bottom:-60px;
}
.slick-dots li button::before
{
    font-size:12px;
    color:#000;
    opacity:1;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: white;
}
.slick-dots li.slick-active button:before
{
    opacity:1;
    color:#101010;
}
.slick-prev
{
    left:0;
    z-index:3;
}
.slick-next
{
    right:0;
    z-index:3;
}
.slick-prev, .slick-next
{
    height:89px;
    width:47px;
    line-height:89px;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus
{
    height:89px;
    width:47px;
    background-color: transparent !important;
}
button:hover
{
    background:none !important;
}
.slick-prev:before
{
    content:"❬";
    padding-right:5px;
    color: White !important;
    opacity: 0.75 !important;
    background: none !important;
}
.slick-next:before
{
    content:"❭";
    padding-left:5px;
    color: White !important;
    opacity: 0.75 !important;
    background: none !important;
}
.slick-prev:before, .slick-next:before
{
    font-size: 89px;
    margin-top: 10px;
    display: block;
    background: none;
}
.slick-prev:focus, .slick-next:focus
{
    opacity:inherit;
}
.SlideShowButtons
{
    position: absolute;
    top: -470px;
    z-index: 5;
}
.SlideButton
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#323337+0,1c1d21+100 */
    background: #323337; /* Old browsers */
    background: -moz-linear-gradient(top,  #323337 0%, #1c1d21 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #323337 0%,#1c1d21 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #323337 0%,#1c1d21 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323337', endColorstr='#1c1d21',GradientType=0 ); /* IE6-9 */
    padding: 13px 0px;
    padding-left: 8px;
    width: 128px;
    color: White;
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 700;
    font-size: 13px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    float: left;
    clear: left;
    background-color: #25262A;
}
.SSB
{
    position: relative;
    height: 0px;
}
/* END HOMEPAGE SLIDESHOW */


.eventDateBubble
{
    background-color:#FF8910;
    width:121px;
    height:121px;
    text-align:center;
    border-bottom:1px solid #C7C7C7;
    margin:0 auto;
}
.eventDateBubbleBottom
{
    background-color:White;
    width:121px;
    margin-top:3px;
    height:60px;
}
.eventMonth
{
    font-weight:700;
    color: #2C4FB7;
    font-family: "acumin-pro", Sans-Serif;
    font-size: 36px;
}
.eventDate
{
    font-weight:700;
    color: #2C4FB7;
    font-family: "acumin-pro", Sans-Serif;
    font-size: 36px;
}
.eventcomponent_linktext
{
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 700;
    font-size: 18px;
    color: #3a5dc7;
}
.event_article
{
    margin-top: 20px !important;
    width: 200px;
    margin: auto;
}
.eventcomponent_maintext
{
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 400;
    font-size: 16px;
    color: #3a5dc7;
}
.hpTitle
{
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 700;
    font-size: 35px
}
.hpDiv2 .hpTitle
{
    color: white;
}
.hpLink
{
    background-color: White;
    border-radius: 3px;
    border: 1px solid #4169E1;
    color: #4169E1;
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 175px !important;
    height: 40px !important;
}
.SMH
{
    font-family: "acumin-pro", Sans-Serif;
    font-weight: 900;
    font-size: 46px;
    color: #4169E1;
    text-align: center;
    margin-top: 20px;
}
.hpDiv5
{
    background-color: #EAEAEA;
    padding: 40px 140px;
}
.SM img
{
    margin: 20px 0px 10px 0px;
}
/* END HOMEPAGE */

.eventCalendar_main_hasEvents
{
	background-color: Silver;	
}
.gallerycomponent_titletext
{
	font-size:12pt;
	color: black;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;	
}
.gallerygrouping_item
{
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	width: 130px;
	height: 150px;
}
.gallerycomponent_smalllink
{
	font-size: 9pt;
	color: Blue;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;	
}
/* DYNAMIC NAV */
.DynamicNav
{
    margin-top: 50px;
    -webkit-box-shadow: 0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:    0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.21);
    box-shadow:         0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.21);
    width:200px;
    font-weight:normal;
    font-size:14px;
    margin-bottom:30px;
    width:100%;
    font-family: "acumin-pro", Serif;
    font-size: 15px;
    font-weight: 700;
}
.DynamicNav ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.DynamicNav ul li
{
    padding:0;
    margin:0;
    background:#FFF;
}
.DynamicNav ul li a
{
    display:block;
    color:#005696;
    font-weight:700;
    text-decoration:none;
    padding:10px 15px;
}
.DynamicNav ul li a:hover, .DynamicNav ul li:hover
{
    background:#F2F2F2;
    color:#FF8910;
}

.DynamicNav ul li ul
{
    margin:0;
}
.DynamicNav ul li ul li a
{
    color:white;
    padding-left:25px;
    font-weight:400;
    background-color: #4169E1;
    border-bottom: 1px solid #163285;
}
.DynamicNav ul li ul li a:hover
{
    color:white;
    padding-left:25px;
    font-weight:400;
    background-color: #2D50B8;
    border-bottom: 1px solid #163285;
}
.DynamicNav a:active
{
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.DynamicNav_currentpage, .DynamicNav_currentpage:hover
{
    background:#4169E1 !important;
    color: White !important;
    border-bottom: 1px solid #163285;
}
#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:20px;
    line-height:1;
    cursor:pointer;
}
@media screen and (max-width: 991px)
{
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
    #menu
    {
        display:none;
    }
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#FF8910;
        color:White;
        text-align:left;
        font-size:20px;
        border-bottom: 1px solid #E8E8E8;
    }
}
/* END DYNAMIC NAV */

/* LINKS AND DOWNLOADS COMPONENTS */
.linksList
{
    list-style:none;
    margin:0;
    padding:0;
}
.linksList li
{
    margin:10px 0; /* This margin controls link spacing */
    word-wrap:break-word;
} 
.linksList li:first-child{margin-top:0;}
.linksList li:last-child{margin-bottom:0;}
.linksList a /* Styles the link */
{
    font-weight:bold;
}
.linksList span /* Styles the link description */
{
    display:block;
    word-wrap:break-word;
}
/* END LINKS AND DOWNLOADS COMPONENT */

/* NEWS COMPONENT */
.newscomponent_item
{
    padding:20px 0;
    margin:0;
    display:table;
    border-bottom:1px solid #ededed;
    width:100%;
}
.newscomponent_item:last-child
{
    border-bottom:none;
}
.newscomponent_imagecontainer
{
    display:table-cell;
    vertical-align:top;
    padding-right:20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    max-width:100px;
}
.newscomponent_imagecontainer img
{
    max-width:100%;
}
.newscomponent_archivelink{float:right;}
.newscomponent_textcontainer
{
    display:table-cell;
    vertical-align:middle;
}
.newscomponent_textcontainer span
{
    display:block;
    font-size:15px;
}
.newscomponent_textcontainer h3, .newscomponent_textcontainer h3 a
{
    color:#000000;
    font-size:18px;
    margin-top:0;
}
.newscomponent_readmore, .newscomponent_readmore:hover
{
    font-size: 12px;
    color:#b20200;
    font-weight:bold;
    text-transform:uppercase;
}
@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 */
.gallerycomponent_maintext
{
	font-size: 10pt;
	color: Black;
	text-decoration: none;	
}
.gallerycomponent_smalltext
{
	font-size: 9pt;
	color: black;
	text-decoration: none;	
}
.survey_maintext
{
	font-size: 11pt;
	color: Black;
	font-weight: bold;	
}
.survey_smalltext
{
	font-size: 10pt;
}
.survey_smalltext a
{
	font-size: 9pt;
	color: #3e699e;
	text-decoration:none;
}
.survey_smalltext a:hover
{
	text-decoration:underline;
}
.survey_questiontext
{
	font-size: 11pt;
	color: Black;	
}
.survey_mainlink
{
	font-size: 10pt;
	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: 10pt;
	color: red;
	text-decoration: none;
}
.employment_titletext
{
	font-size: 12pt;
	color: #666666;
	font-weight: bold;	
}
.employment_maintext
{
	font-size: 10pt;
	color: Black;
	font-weight: bold;	
}
.employment_smalltext
{
	font-size: 10pt;
	color: #333333;	
}
.employment_mainlink
{
	font-size: 10pt;
	color: Blue;
	text-decoration: none;
}
.staffdirectory_gridtext
{
	font-size:11px;
	color: Black;
	font-weight:normal;	
}
.staffdirectory_gridtitle
{
	font-size:12px;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_gridlink
{
	font-size:11px;
	color: #001430;
	text-decoration: none;	
}
.staffdirectory_header
{
	font-size: 14pt;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_maintext
{
	font-size:13px;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_mainlink
{
	font-size:13px;
	color: Blue;
	text-decoration: none;	
}
.staffdirectory_smalltext
{
	font-size:12px;
	color: #333333;	
}
.staffdirectory_smalltext_bold
{
	font-size:13px;
	color: #222222;
	font-weight: bold;	
}
.staffdirectory_tinytext
{
	font-size: 9pt;
	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: 12pt;
	font-weight: bold;
	color: Black;	
}
.podcast_maintext
{
	font-size: 10pt;
	font-weight: normal;
	color: #333333;	
}
.podcast_smalltext
{
	font-size: 9pt;
	color: Black;	
}
.podcast_mainlink
{
	font-size: 10pt;
	color: Blue;
	text-decoration: none;	
}
.podcast_altBG
{
	background-color:#dfebf7;	
}
.blog_maintext
{
	font-size: 11pt;
	color: Black;	
}
.blog_mainlink
{
	font-size: 10pt;
	color: Blue;
	text-decoration: none;
}
.blog_smalltext
{
	font-size: 8pt;
	color: Black;
}
.blog_smalllink
{
	font-size: 8pt;
	color: Blue;
	text-decoration: none;
}
.blog_titletext
{
	font-size: 16pt;
	color: Black;
	font-weight: normal;
}
.blog_posttitle
{
	font-size: 12pt;
	color: #222222;
	font-weight: bold;
}
.blog_sideBG
{
	background-color:#dfebf7;	
}

/* MASTER CALENDAR */
.mastercalendar_filtercontainer
{
    margin:0 0 10px;
}
.mastercalendar_filterbar
{
    padding:5px 10px;
    background:#dedede;
}
.mastercalendar_filterpanel
{
    padding:5px 10px;
    background:#dedede;
    margin:0 0 10px;
}
.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;
}
.mastercalendar_month_calendar td, .mastercalendar_month_calendar th
{
    padding:5px;
    border:1px solid #dddddd;
    vertical-align:top;
}
.mastercalendar_month_daynum
{
    display:block;
    text-align:right;
    margin:0 0 5px;
    line-height:1;
    font-weight:bold;
}
.mastercalendar_month_dayitem
{
    font-size:12px;
    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:#000000;
    padding:8px 0px;
    line-height:1;
    font-weight:bold;
    width:63px;
    height:63px;
}
.eventcomponent_month
{
    color:#101010;
    text-transform:uppercase;
    font-size:18px;
}
.eventcomponent_date
{
    color:White;
    font-size:32px;
}
.eventcomponent_textcontainer
{
    display:table-cell;
    vertical-align:top;
}
.eventcomponent_textcontainer h3, .eventcomponent_textcontainer h3 a
{
    font-size:18px;
    color:#101010;
    text-transform:uppercase;
    font-weight:bold;
}
.eventcomponent_viewall
{
    font-family:'nimbus-sans', Sans-Serif;
    font-size:13px;
    text-align:center;
    color:#25a0ff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:bold
}
.eventCalendar, .weeklyEventCalendar
{
    width:100%;
    font-size:14px;
    font-family:'Proxima-Nova', 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:14px;
}
.eventCalendar a{text-decoration:none !important;}
.eventCalendar_titleStyle /* Month and Year Style */
{
    background-color:#3A5DC7;
    color: #fff;
    border:none;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
}
.eventCalendar_titleStyle td
{
    padding:10px 0;
}
.eventCalendar_nextPrevStyle a
{
    color:White !important;
    text-decoration:none !important;
    font-size:24px;
    text-align:center;
    padding:0 25px;
    margin-top:-2px;
}
.eventCalendar_dayStyle a, .eventCalendar_todayDayStyle a, .eventCalendar_otherMonthDayStyle a
{
    width:24px;
    height:24px;
    line-height:24px;
    padding:0;
    margin:0;
    text-align:center;
    border-radius:100%;
    display:block;
}
.eventCalendar_dayStyle a
{
    background-color:none;
    color:inherit !important;
}
.eventCalendar_todayDayStyle a
{
    color:#fff !important;
    font-weight:bold;
    background-color:#ff794d;
}
.eventCalendar_otherMonthDayStyle a /* Other Month is hidden on this site */
{
    background:#DEDEDE;
    color:#1B1B1B !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:#101010; /* Hover Color */
}
.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: 14pt;
}
.cblAreas
{
    font-weight: normal;
    font-size: 8pt; 
    color: #333333;
}
.cblAreas tr td
{
    width:33%;
}

/* Archive News */
.ddl_buildings
{
    width:210px;
}
.filterTitle
{
    font-weight: bold;
    font-size: 13px;
    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:14px;
    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:12px;
    border:solid 1px black;
}
.altNewsItem
{
    background-color:#f3f3f3;
}
.monthTitle
{
    margin:5px;
    padding:5px;
    font-weight:bold;
}
/* 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 */
.divCompliance, .divCompliance a
{
    text-align: center;
    background-color: #1E1F24;
    color: White !important;
    font-weight: 400;
}
@import "responsive.css";
@import "normalize.css";
