﻿

/* 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;}
/* END CUSTOM SITE SPECIFIC CSS */

/* GENERAL LAYOUT */
html, body
{
    padding:0;
    margin:0;
    height:100%;
}
body
{
    line-height:1.6;
    color:#242424;
    font-family: "ff-tisa-sans-web-pro", Serif;
    font-size:18px;
}
table, tr, td, div, span
{
    font-size:18px;
}

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:center;
    font-family: "brandon-grotesque", Sans-Serif;
    color:#18355F;
    font-weight:bold;
    font-size:2.667em;
    margin: 0px;
}
.PageHeaderContainer
{
    padding:20px 0px;
    background:#F3F7FA;
    border-bottom: 1px solid #E2E8ED;
    width: 100%;
    margin-bottom: 30px;
}
/* Use this for component headers */
h2.component_header
{
    color:#18355F;
    padding:0 0 10px;
    font-size:2em;
    font-weight: 400;
    margin-top:0;
    font-family: "ff-tisa-sans-web-pro", Sans-Serif;
}

/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    color:#4E4E4E;
    padding:0 0 10px;
    font-weight: 700;
    font-size:1.333em;
    margin-top:0;
    font-family: "ff-tisa-sans-web-pro", Sans-Serif;
}
.dualwindow_right h2.component_header
{
    font-size: 1.444em;
}
.dualwindow_right h3.component_title
{
    font-size: 1em;
}
.dualwindow_right
{
    font-size: 0.889em;
}
/* 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;
}
/* 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;
    font-family: "brandon-grotesque", Serif;
}
nav a
{
    text-decoration:none;
    color:#18355F;
}
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;
}
nav ul li a:hover
{
    text-shadow: 0 0 0.3px #18355F;
}
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:1.071em;
    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 */
.SearchContainer
{
    position:relative;
    z-index:5;
    width:100%;
}
.SearchDiv
{
    position:relative;
    background-color:#18355F;
    color:White;
    -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;
}
.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;
    background-color:#32B744;
}

header
{
    background: #FFFFFF;
    border-bottom: 2px solid #32B744;
    padding:22px 0 30px 0;
    font-size:18px;
}
.search img
{
    margin-top: 10px;
}
header a, header a:active, header a:hover, header a:focus{text-decoration:none;}
header h1
{
    font-family: "brandon-grotesque", Serif;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    font-weight:900;
    font-size:2em;
    margin:0;
    display:block;
    margin:10px auto 0;
}
.GreenButton
{
    font-family: "brandon-grotesque", Serif;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    font-weight:900;
    font-size:1em;
    display:block;
    padding: 6px 18px;
    color: White;
    background: #258732;
    border-radius: 4px;
    float: left;
}
.haddress
{
    font-family: "ff-tisa-sans-web-pro", Sans-Serif;
    font-size: 0.889em;
    font-weight: 400;
    color: #565656;
}
header h1 a
{
    color:#18355F;
}
header img
{
    display:block;
    margin:0 auto;
}
.search
{
    margin-top:10px;
}
@media screen and (max-width:991px)
{
    header h1, header h1 a{font-size:2.5em;}
}
header h2
{
    text-align:center;
    font-size:1.929em;
   font-family: "Arial", Serif;
    text-transform:uppercase;
    font-weight:500;
    margin:0;
    color:#fff;
    letter-spacing:10px;
}
header h3
{
    text-align:center;
    font-size:1em;
   font-family: "Arial", Serif;
    text-transform:uppercase;
    font-weight:500;
    padding:0;
    margin:0;
    color:#636363;
}
header hr
{
    height:1px;
    border:none;
    width:90%;
    background:#979797;
    margin:5px auto 10px;
}
.HeaderSocial
{
    float:left;
    margin-top:5px;
}
.HeaderSocial a
{
    float:left;
    width:40px;
    height:40px;
    font-size:20px;
    border-radius:50%;
    text-align:center;
    padding-top:10px;
    color:White;
    margin-right:7px;
}

/* 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:#F3F7FA;
    border-top: 1px solid #E2E8ED;
    color:#18355F;
    padding:40px 0;
    margin-top:20px;
    width:100%;
    font-family: "ff-tisa-sans-web-pro", Sans-Serif;
    font-size:0.889em;
    line-height: 1.8;
}
.FButton1
{
    width: calc(50% - 15px);
    margin-right: 30px;
    background: #32B744;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    float: left;
    margin: 15px 30px 15px 0;
}
.FButton2
{
    width: calc(50% - 15px);
    background: #18355F;
    color: White;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    margin: 15px 0px 15px;
    float: left;
}
.CI
{
    font-family:  "brandon-grotesque", Sans-Serif;
    font-weight: 900;
    font-size: 1.667em;
    margin-bottom: 15px;
}
footer .container div
{
    display:table-cell;
    vertical-align:middle;
    padding:0 15px;
}
footer a
{
    color:#18355F;
}
.footer_logo
{
    float:left;
    width:22%;
    padding-right:25px;
}

.footer_info
{
    font-size:1.071em;
    color:#cccfd5;
    font-family:'nimbus-sans', 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", Serif;
    font-weight:bold;
}
.footer_list ul:first-child{margin:0 40px 0 0;}
.footer_list ul li{margin:10px 0;}
.footer_buttons
{
    padding-top:20px;
    float:left;
    width:13%;
}
.social_media_buttons
{
    width:100%;
}
.social_media_buttons img
{
    width:30%;
    display:block;
    float:left;
    margin:1.666%;
    max-width:46px;
}
.cms_login_button
{
    border:1px solid white;
    border-radius:33px;
    text-transform:uppercase;
    display:table;
    padding:5px 15px;
    font-size:0.929em;
    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
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32b744+50,18355f+50 */
    background: #32b744; /* Old browsers */
    background: -moz-linear-gradient(left, #32b744 50%, #18355f 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #32b744 50%,#18355f 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #32b744 50%,#18355f 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b744', endColorstr='#18355f',GradientType=1 ); /* IE6-9 */
    background-color:#101010;
    width:100%;
}
@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:2.571em;
    display:block;
    text-align:center;
    text-transform:uppercase;
}
.slideshow_caption_text
{
    color:#fff; 
    margin-bottom:5px;
    font-size:1em;
    display:block;
}
.slideshow_caption_link
{
    color:#25a0ff;
    text-decoration:none;
    font-size:0.929em;
    text-transform:uppercase;
}
.slideshow_image
{
    width:100%;

}
.slick-slide
{
    height:auto;
}
.slick-dots
{
    bottom:-60px;
}
.slick-dots li button::before
{
    font-size:12px; /*Using em font size here can cause issues with the dots not appearing*/
    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
{
    background:#F0F0F0;
    color:#486DBE;
    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
{
    background:rgba(241, 92, 44, .55);
    color:#fff;
    height:89px;
    width:47px;
}
.slick-prev:before
{
    content:"❬";
    padding-right:5px;
}
.slick-next:before
{
    content:"❭";
    padding-left:5px;
}
.slick-prev:before, .slick-next:before
{
    font-size: 89px; /*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;
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpTitle
{
    color:#FFF;
    font-size:2.667em;
    font-family: "brandon-grotesque", Sans-Serif;
    font-weight: 900;
    text-transform: uppercase;
}
.hpDiv2 .hpTitle
{
    color: #18355F;
}
.hpDiv2
{
    width: 100%;
    background: #F3F7FA;
    padding-bottom: 30px;
    text-align: center;
}
.hpOpportunity
{
    width:100%;
    background-color:White;
    border-top:2px solid #32B744;
    display:table;
    height:380px;
    box-shadow:0 0 8px 0 rgba(0,0,0,.07);
}
.hpInfoImageContainer
{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    height:180px;
    width:100%;
}
.hpOpportunity h1
{
    font-family: "brandon-grotesque", Sans-Serif;
    font-size:4.00em;
    color:#1E355E;
    margin:0;
    padding:0;
}
.hpOpportunity h2
{
    font-family: "ff-tisa-sans-web-pro", Sans-Serif;
    font-size:0.889em;
    font-weight:bold;
    color:#1E355E;
    margin:0;
    padding:0;
}
.hpOpportunityText
{
    font-size:0.889em;
}
.hpDiv4 .hpTitle
{
    color: #18355F;
}
.hpLink
{
    color:#FFF;
    font-size:0.889em;
    font-family: "brandon-grotesque", Sans-Serif;
    text-decoration: none !important;
    font-weight: 900;
    padding:6px 25px;
    background-color:#258732;
    border-radius:4px;
    margin-top: 20px;
    text-transform: uppercase;
}
.slideshowoverlay
{
    width: 100%;
}
.slideshowoverlayContainer
{
    position: absolute;
    top: 240px;
    width: 100%;
    z-index: 50;
    text-align: center;
    color: White;
}
.slidecontainer{padding: 0;}
.SeenUs
{
    font-family: "shelby", Sans-Serif;
    font-size: 5.369em;
    line-height: 1;
}
.discover
{
    font-family: "brandon-grotesque", Sans-Serif;
    font-weight: 900;
    font-size: 3.5em;
    margin: -15px 0 10px;
    text-transform: uppercase;
}
.hpDiv3
{
    background: url(../sysimages/base.png) black;
    background-size: cover;
    background-repeat: no-repeat;
    color: White;
    padding: 10px 0 40px;
}
.hpDiv3 .textwindow_text
{
    font-family: "ff-tisa-sans-web-pro", Sans-Serif;
    font-weight: 400;
    color: White;
    font-size: 1.333em;
    text-align: center;
}
.hpDiv1
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32b744+50,18355f+50 */
    background: #32b744; /* Old browsers */
    background: -moz-linear-gradient(left, #32b744 50%, #18355f 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #32b744 50%,#18355f 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #32b744 50%,#18355f 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b744', endColorstr='#18355f',GradientType=1 ); /* IE6-9 */
    background-color:#101010;
    color: White;
    text-align: center;
}
.hpDiv1 a
{
    color: White;
    text-align: center;
    font-family: "brandon-grotesque", Sans-Serif;
    font-weight: 900;
    font-size: 2.667em;
    text-transform: uppercase;
    text-decoration: none !important;
}
.news_slider .slick-slide /*Adds padding to news slides*/
{
    padding-right:20px;
}
.HPNewsPhoto
{
    float:left;
    width:100%;
}
.HPnewscomponent_mainlink
{
    float:left;
    clear:left;
}
.HPnewscomponent_maintext
{
    float:left;
    clear:left;
}
.HPreadMoreLink
{
    float:left;
    clear:left;
}
.HPnewscomponent_thumbimage
{
    width:220px;
    margin:0 auto;
}
.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;
}
@media screen and (max-width:991px)
{
    .hpOpportunity{margin-bottom:30px;}
}
/* END HOMEPAGE */

.eventCalendar_main_hasEvents
{
	background-color: Silver;	
}
.gallerycomponent_titletext
{
	font-size:1.143em;
	color: black;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;	
}
.gallerygrouping_item
{
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	width: 130px;
	height: 150px;
}
.gallerycomponent_smalllink
{
	font-size: 0.857;
	color: Blue;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;	
}
/* DYNAMIC NAV */
.DynamicNav
{
    -webkit-box-shadow: 0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    -moz-box-shadow:    0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    box-shadow:         0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    width:200px;
    font-weight:normal;
    font-size:0.889em;
    margin-bottom:30px;
    width:100%;
    font-family: "ff-tisa-sans-web-pro", Serif;
}
.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:#242424;
    background: white;
    border-bottom: 1px solid #E2E8ED;
    font-weight:400;
    text-decoration:none;
    padding:10px 15px;
}
.DynamicNav ul li a:hover
{
    background:#F3F7FA;
    color:#18355F;
}
.DynamicNav ul li ul
{
    margin:0;
}
.DynamicNav ul li ul li a
{
    color:white;
    font-size: 0.778em;
    padding-left:25px;
    font-weight:400;
    background: #32B744;
    border-bottom: 1px solid #1F862D !important;
}
.DynamicNav ul li ul li a:hover
{
    background: #239C33;
    color: White;
}
.DynamicNav_currentpage
{
    background:#32B744 !important;
    color: White !important;
}
.DynamicNav_currentpage_link
{
    background: #32B744 !important;
    color: White !important;
    border-bottom: 1px solid #1F862D !important;
}
.DynamicNav_currentpage_link:hover
{
    background: #239C33!important;
}
#show-menu{display:none;}
#show-menu:checked ~ #menu
{
    display:block !important;
}
.DynamicNav_show-menu:after
{
    content:"Show Menu ▼";
}
#show-menu:checked ~ .DynamicNav_show-menu:after
{
    content:"Hide Menu ▲";
}
.DynamicNav_show-menu
{
    color:#fff;
    background:#101010;
    border-top:3px solid #101010;
    text-transform:uppercase;
    padding:10px 0;
    text-align:center;
    display:none;
    font-weight:bold;
    font-size:1.429em;
    line-height:1;
    cursor:pointer;
}
@media screen and (max-width: 991px)
{
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
    #menu
    {
        display:none;
    }
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#18355F;
        color:White;
        border-bottom:1px solid #D6D4D2;
        text-align:left;
        font-size:0.889em;
    }
}
/* END DYNAMIC NAV */

/* 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 */
.employment_titletext
{
	font-size: 1.143em;
	color: #666666;
	font-weight: bold;	
}
.employment_maintext
{
	font-size: 0.929em;
	color: Black;
	font-weight: bold;	
}
.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;
}
.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: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:#35516e;
    padding:8px 0px;
    line-height:1;
    font-weight:bold;
    width:63px;
    height:63px;
}
.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;
}
.eventcomponent_textcontainer h3, .eventcomponent_textcontainer h3 a
{
    font-size:1.286em;
    color:#101010;
    text-transform:uppercase;
    font-weight:bold;
    margin-top:0;
    margin-bottom:5px;
}
.eventcomponent_viewall
{
    font-size:0.929em;
    text-align:center;
    color:#25a0ff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:bold
}
.eventCalendar, .weeklyEventCalendar
{
    width:100%;
    font-size:1em;
    font-family:'Proxima-Nova', Sans-Serif;
    border:none !important;
    border-radius:2px;
    background:#fafafa;
    box-sizing:border-box;
    margin: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:#258732;
    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:#ad1c43;
}
.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:#32B744; /* 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;
}
.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;
}
/* 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 */


/* start ADA button */
.divCompliance
{
	float:left;
	width:100%;
	background-color:#D2D8DD;
	text-align:center;
	padding:8px 0 8px 0;
}
.divCompliance a
{
	font-size:1em;
	font-family:Sans-Serif;
	color:#18355F;
}
.divCompliance a:hover
{
}
/* stop ADA button */
@media only screen and (max-width : 991px)
{
    .slideshow_outer_container, .haddress, .greenbutton, .search
    {
        display: none;
    }
    .hpDiv1
    {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32b744+50,18355f+50 */
        background: #32b744; /* Old browsers */
        background: -moz-linear-gradient(top, #32b744 50%, #18355f 50%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #32b744 50%,#18355f 50%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #32b744 50%,#18355f 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b744', endColorstr='#18355f',GradientType=0 ); /* IE6-9 */
    }
}
@media only screen and (max-width : 1191px)
{
    header h1
    {
        font-size: 1.7em;
    }
}
@media only screen and (max-width : 1078px)
{
    header h1
    {
        font-size: 1.5em;
    }
}
@media only screen and (max-width : 525px)
{
    header h1
    {
        font-size: 1.1em;
    }
    .hpDiv1 a
    {
        font-size: 2em;
    }
    .hpTitle
    {
        font-size: 1.8em;
    }
}