﻿

/* 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%;}
/* END CUSTOM SITE SPECIFIC CSS */

img.newscomponent_thumbimage {max-width:190px;float:left;}

/* GENERAL LAYOUT */
html, body
{
    padding:0;
    margin:0;
    height:100%;
}
body
{
    line-height:1.6;
    color:#272727;
    font-family: "Raleway", Sans-Serif;
    font-size:16px;
}

a{text-decoration:none; color:#2B579A;}
a:hover {text-decoration: underline;}
a img {border:none;}

h1, h2, h3, h4, h5, h6{line-height:1;}

/* Use this for page headers */
.PageTitleContainer
{
    width:100%;
    background:#f3f3f3;
    text-align:left;
    margin-bottom:20px;
}
h1.page_header
{
    color:#0a0b0b;
    font-weight:bold;
    font-size:2.143em;
    padding:15px 0px;
}

/* Use this for component headers */
h2.component_header
{
    text-transform:uppercase;
    color:Black;
    font-size:2em;
    margin-top:0;
    margin-bottom:10px;
}
.dualwindow_right h2.component_header
{
    font-size: 1.5em;
}
/* Use this for titles inside of components */
/* Ex: Textwindow titles */
h3.component_title
{
    text-transform:uppercase;
    color:Black;
    font-size:1.675em;
    margin-top:0;
    margin-bottom:10px;
}
.dualwindow_right h3.component_title
{
    font-size: 1.25em;
}
/* Use this for subtitles inside of components */
/* Ex: Textwindow subtitle (depricated) */
h4.component_subtitle
{
    
}

/* Container that surrounds every component */
/* Note: Also contains component headers */
.component_container
{
    margin-bottom:10px;
}
/* Clearfix for component container */
.component_container:after
{
    content:"";
    display:table;
    clear:both;
}
/* Error message used for things such as forms */
.errormsg
{
    font-weight: bold;
    color: Red;
}

.singlewindow
{
}
.dualwindow_left
{
}
.dualwindow_right
{
}

/* END GENERAL LAYOUT */

/* SCHOOL CLOSINGS */
.schoolclosings_titletext
{
	font-size: 1.286em;
	font-weight: 500;
	color: White;	
}
.schoolclosings_maintext
{
	font-size: 1em;
	font-weight: normal;
	color: White;	
}
/* END SCHOOL CLOSINGS */

/* TOP NAV */
nav
{
    padding:0;
    width:100%;
    background:#0636A3;
    font-weight:bold;
    position:absolute;
    z-index: 500;
    overflow: hidden;
}
nav.Ready
{
    transition: all 0.5s;
}
nav.Close
{
    display:none;
}
nav.Open
{
    display:block;
}
nav a
{
    text-decoration:none;
    color:white;
}
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;
    display:block;
    vertical-align:middle;
    text-align: left;
}
nav ul li a
{
    display:inline-block;
    height:38px;
    line-height:37px;
    font-size:1em;
}
.divGroupTitle
{
    width:56%;
    min-width:180px;
    margin:10px 0;
    display:inline-block;
    text-align:right;
}
.dropdown-toggle
{
    line-height:1;
    height:unset;
}
nav ul li a:hover
{
}
nav ul li ul
{
    padding:10px;
    left:0;
    display: block;
    min-width:100%;
    border:none;
    overflow:hidden;
    text-align:left;
    text-transform:none;
    font-weight:normal;
}
nav ul li ul.Ready
{
    transition: all 0.5s;
}
nav ul li ul.Close
{
    display:none;
}
nav ul li ul.Open
{
    display: block;
}
.NavArrow
{
    color: White;
    display: inline-block;
    /*float:right;*/
    cursor:pointer;
    padding-left:30px;
    background:unset;
    border:unset;
}
.NavArrow svg
{
    transition: transform 0.5s
}
.NavArrow.Open svg
{
    transform: rotate(90deg);
}
nav ul li ul li{display:block;}
nav ul li ul li a
{
    display:block;
    font-size:1em;
    color:white;
    height:auto;
    line-height:1.6;
    text-align:center;
}
nav ul li ul li a:hover
{
    background:#032881;
    color:White;
}
.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 .slicknav_menu {display:block;}
    .slideshow_outer_container{margin-top:0 !important;}
}
/* END TOP NAV */

/* HEADER */
header
{
    background: #FFF;
    padding:15px 0;
    border-bottom: 3px solid #0736A4;
}
header a, header a:active, header a:hover, header a:focus{text-decoration:none;}
.HeaderLogo
{
    display:block;
}
header .quicklinks
{
    text-align: right;
}
.TopNavDisplayer
{
    display: inline-block;
    color: #0636A3;
    cursor: pointer;
    font-size: 2.25em;
    margin-top: 35px;
    background:unset;
    border:unset;
}
header h1
{
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    font-weight:600;
    font-size:2.625em;
    margin:0;
    display:block;
    margin:30px auto 10px;
    letter-spacing: 0.075em;
}
@media screen and (max-width: 992px)
{
    header .col-md-1:first-child
    {
        padding-right: 0;
    }
}
header h1 a
{
    color:#0636A3;
}
header h2
{
    text-align:center;
    font-size:calc(25em / 16);
    font-weight:normal;
    letter-spacing:3px;
    margin:0;
    color:#000;
    font-family: "impact", Sans-Serif;
}
header hr
{
    height:1px;
    border:none;
    width:90%;
    background:#979797;
    margin:5px auto 10px;
}
.GoogleSearch
{
    margin-top:10px;
}
.header_search_button
{
    color:Black;
}
@media screen and (max-width:991px)
{
    .HeaderLogo img
    {
        width:100%;
        display:block;
        margin:0 auto;
    }
}
@media screen and (max-width:767px)
{
    header h1{font-size:1.5em;}
}

/* END HEADER */

/* LOGIN FORMS */
.login_form{width:50%;}
.login_form label
{
    display:table;
    table-layout:fixed;
    width:100%;
    margin-bottom:5px;
}
.login_form label span
{
    display:table-cell;
    text-align:right;
    padding-right:5px;
}
.login_form label input
{
    display:table-cell;
    width:100%;
}
.login_form input[type="submit"]
{
    width:50%;
    float:right;
}
/* END LOGIN FORMS */

/* FORMS */
.form-error
{
    display:inline;
    color:Red;
    font-weight:normal;
}
label.no-bold
{
    font-weight:normal !important;
}
textarea.form-control
{
    resize:vertical;
}
.form-content
{
    margin:1em 0;
}
hr.form-separator
{
    margin:1em 0;
    height:1px;
    background:#ddd;
    border:none;
}
/* END FORMS */

/* CAPTCHA */
.captcha_img
{
    margin-bottom:15px;
}
.captcha-text
{
    font-size:0.714em;
}
/* END CAPTCHA */

/* FOOTER */
footer
{
    background: url(../sysimages/footerBase.png) #000;
    background-size: cover;
    background-position: right center;
    color:White;
    padding:40px 0 25px;
    width:100%;
    font-size:1em;
}
footer .Top
{
    font-weight: 600;
    font-size: calc(38em /16);
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}
footer .Bottom > div
{
    float: left;
    border-right: 1px solid #315EC5;
    padding-left: 30px;
    font-weight: 500;
    line-height: 30px;
}
footer .Bottom > div:first-child
{
    width: 45%;
    padding-left: 0;
}
footer .Bottom > div:nth-child(2)
{
    width: 30%;
}
footer .Bottom > div:last-child
{
    width: 25%;
    border-right: none;
}
footer a
{
    color:White;
}
.footertext
{
    font-size:1em;
}
.footer_logo
{
    float:left;
    width:22%;
    padding-right:25px;
}
footer h1
{
    margin:0;
    padding:0;
    font-size:1.5em;
}
.footer_info
{
    font-size:1.071em;
    color:#cccfd5;
    font-family:'Arial', Sans-Serif;
    float:left;
    width:38%;
    padding:20px 25px 0;
}
.footer_list
{
    float:left;
    padding:20px 25px 0;
    width:27%;
}
.footer_list ul
{
    margin:0;
    float:left;
    padding:0;
    text-transform:uppercase;
    list-style-type:none;
    font-family: "Arial", Sans-Serif;
    font-weight:bold;
}
.footer_list ul:first-child{margin:0 40px 0 0;}
.footer_list ul li{margin:10px 0;}
.footer_buttons
{
    padding-top:20px;
    float:left;
    width:13%;
}
.social_media_buttons
{
    width:100%;
}
.social_media_buttons svg
{
    color:White;
    font-size:1.750em;
}
.social_media_buttons img
{
    width:30%;
    display:block;
    float:left;
    margin:1.666%;
    max-width:46px;
}
.SubFooter
{
    background-color:#01187F;
    color:White;
    padding: 10px 0;
}
.SubFooterCell1
{
    float:left;
    width:39%;
}
.SubFooterCell2
{
    float:left;
    width:21%;
    text-align:center;
}
.SubFooterCell3
{
    float:left;
    width:39%;
}
.OwnershipLabel
{
    color:White;
    float:left;
}
.esvLink
{
    color:White;
    float:right;
}

/* start ADA button */
.divCompliance
{
}
.divCompliance a
{
	font-size:1em;
	font-weight: 700;
	color:White;
}
.divCompliance a:hover
{
}
/* stop ADA button */

@media screen and (max-width:991px)
{

    .footer_info{width:40%;}
    .footer_list
    {
        width:35%;
        padding-right:0;
    }
    .footer_buttons{width:100%;}
    .social_media_buttons{text-align:center;}
    .social_media_buttons img
    {
        width:46px;
        display:inline;
        float:none;
        margin:0 5px;
    }
    .SubFooterCell1, .SubFooterCell2, .SubFooterCell3{width:100%; text-align:center;}
    .OwnershipLabel, .esvLink{float:none;}
}
@media screen and (max-width:767px)
{
    .footer_logo{width:auto; margin:0 auto; float:none; padding:0;width:100%;text-align:center;}
    .footer_info{width:100%; text-align:center;}
    .footer_list{display:none;}
}
.ADAContainer
{
	margin:25px 0 20px;
	text-align:center;
}
.ADAContainer a
{
	text-decoration:underline;
}
.appBadges
{
    display:block;
	text-align:center;
    /*background-color:#0736a4;*/
	margin-top:10px;
}
.appBadges a
{
    font-size:1.333em;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .7));
    border-radius:!important 8px;
}
/* END FOOTER */

/* HOMEPAGE SLIDESHOW */
.slideshow_outer_container
{
    background:#101010;
    width:100%;
    border-bottom: 3px solid #0736A4;
}
.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%;
    height:520px;
    object-fit: cover;
}


/*Viewport-Resizing Slideshow. Uncomment to use these styles to use. Make sure to uncomment code in TopNav control as well. 
This allows slideshow image to both load as a background-image on a div
and maintains a set number of px space below slideshow. This uses the padding-bottom trick to set dimensions for sizing. Height * 100% / Width, change these numbers
depending on slideshow image dimensions.
*/
/*
.slideshow_outer_container
{
    background:#101010;
    width:100%;
    max-height:calc(100vh - 254px);
}
.slideshow_outer_container .slideshow_slide
{
    max-height:calc(100vh - 254px);
}
.slideshow_image
{
    width:100%;
    height:calc(100vh - 250px);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
*/

.slick-slide
{
    height:auto;
}
.slick-dots
{
    bottom:-83px;
    width: calc(100% - 330px);
    margin-left: 165px;
}
.slick-dots li button::before
{
    font-size:16px; /*Using em font size here can cause issues with the dots not appearing*/
    color:#0736A4;
    opacity:1;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #0736A4;
}
.slick-dots li.slick-active button:before
{
    opacity:1;
    color:#fff;
}
.hpDiv2 .slick-dots li button::before
{
    color:#FFF;
   -webkit-text-stroke-color: #FFF;
}
.hpDiv2 .slick-dots li.slick-active button:before
{
    color:#0736A4;
}
.slick-prev
{
    left:0;
    z-index:3;
}
.slick-next
{
    right:0;
    z-index:3;
}
.slick-prev, .slick-next
{
    background:transparent;
    color:#486DBE;
    height:47px;
    width:47px;
    line-height:47px;
    font-size:47px;
}
.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:47px;
    width:47px;
}
.slick-prev:before
{
    /*content:"❬";*/
    padding-right:5px;
}
.slick-next:before
{
    /*content:"❭";*/
    padding-left:5px;
}
.slick-prev:before, .slick-next:before
{
    font-size: 47px; /*Using em font sizes here may cause issues with the arrows not appearing */
    margin-top: -7px;
    color: #486DBE;
    display: block;
}
.slick-prev:focus, .slick-next:focus
{
    opacity:inherit;
}
@media screen and (max-width:991px)
{
    .slideshow_caption_header{font-size:1.2em;}
    .slideshow_caption_text{font-size:0.9em;}
    .slideshow_caption_link{font-size:0.8em;}
}
@media screen and (max-width:800px)
{
    .slideshow_caption_container_outer{display:none;}
}
@media screen and (max-width:650px)
{
    div [src*='filecabinet']{width:100% !important;height: auto !important;}
}
/* END HOMEPAGE SLIDESHOW */

/* HOMEPAGE */
.hpTitle
{
    color:#333;
    font-size:2em;
    font-weight:600;
    float:left;
}
.hpLink
{
    color:#fff;
    font-size:0.875em;
    font-weight:bold;
    padding:4px 25px;
    background-color:#0736A4;
    border-radius:4px;
    float:left;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background 0.5s;
    margin-left: 15px;
}
.hpLink:hover
{
    background: #01187F;
}
.hpDiv2 .hpLink
{
    background: #01187F;
}
.hpDiv2 .hpLink:hover
{
    background: #01115A;
}
.hpDiv1
{
    background-color:#fff;
    padding:40px 0;
}
.hpDiv5
{
    padding: 60px 0;
    background: url(../sysimages/hpBase2.png) white;
    background-size: cover;
    background-position: center center;
    border-top: 3px solid #01187F;
    border-bottom: 3px solid #01187F;
    font-size: calc(72em / 16);
    font-weight: 900;
    font-family: "Kanit", Sans-Serif;
    font-style: italic;
    color: #0736A4;
    text-align: center;
    line-height: 1;
    margin-bottom: -1px;
    text-transform: uppercase;
}
.hpDiv6
{
    padding: 20px 0;
    background: white;
}
.hpDiv6 .flexcontainer
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hpDiv6 .flexcontainer a
{
    text-align: center;
    font-weight: 800;
    font-size: calc(15em / 16);
    color: #0736A4;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.5s;
}
.hpDiv3 .textwindow_text
{
    font-size: 1.25em;
    font-weight: 500;
    line-height: 36px;
}
.hpDiv6 .flexcontainer a:hover
{
    color: #4b7cf1;
}
.hpDiv6 .flexcontainer a svg
{
    font-size: 36px;
    margin-bottom: 4px;
}
@media screen and (max-width: 1090px)
{
    .hpDiv6
    {
        padding: 10px 0;
    }
    .hpDiv6 .flexcontainer a
    {
        padding: 10px 15px;
    }
    .hpDiv6 .flexcontainer
    {
        justify-content: space-around;
    }
}
.hpDiv3
{
    font-weight: 500;
    line-height: 36px;
}
.hpDiv3 .hpTitle
{
    line-height: 1.2;
}
.hpDiv3, .hpDiv3 .hpTitle
{
    text-align: center;
    float: none;
}
.hpDiv3, .hpDiv2
{
    padding: 40px 0;
    background: url(../sysimages/hpbase.png) black;
    background-position: right center;
    background-size: cover;
    color: White;
}
.hpDiv3 .hpTitle, .hpDiv2 .hpTitle
{
    color: White;
}
.hpRSS
{
    float:right;
}
.news_slider
{
    float:left;
    margin:0 0 40px;
    width:100%;
}
.news_slider .slick-slide /*Adds padding to news slides*/
{
    padding-left:15px;
    padding-right:15px;
}
.HPNewsPhoto
{
    float:left;
    width:100%;
}
.HPNewsPhoto img
{
    height: 170px;
    object-fit: cover;
}
.HPNewsArticle
{
    background-color:White;
    padding-top:17px;
    float:left;
    clear:left;
    width:100%;
}
.HPnewscomponent_mainlink
{
    float:left;
    clear:left;
    font-weight: 800;
    color: #0736A4;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 1.125em;
}
.HPnewscomponent_maintext
{
    float:left;
    clear:left;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}
.HPreadMoreLink
{
    float:left;
    clear:left;
    display: none;
}
.HPnewscomponent_thumbimage
{
    width:100%;
    margin:0 auto;
}

/* Uncomment to load News Photos as responsive background image on Panel instead of Image. Make sure to uncomment code on homepage too. */
/*
.HPNewsPhoto
{
    float:left;
    width:100%;
    height:0;
    overflow-y:hidden;
    padding-bottom:calc(17600% / 256);
}
.HPnewscomponent_thumbimage
{
    width:100%;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center center;
    padding-bottom:calc(17600% / 256);
    transition:0.3s all ease-out;
}
.HPnewscomponent_thumbimage:hover
{
    background-size:120%;
}
.HPnewscomponent_mainlink
{
    float:left;
    clear:left;
    color:Black;
    font-size:1.143em;
    font-weight:bold;
}
.HPnewscomponent_maintext
{
    float:left;
    clear:left;
}
.HPreadMoreLink
{
    float:left;
    clear:left;
    color:#4A1E7D;
    font-size:1.143em;
    font-weight:800;
    margin-top:10px;
}
*/
.hpDiv2
{
    padding:50px 0;
}
.events_slider
{
    float:left; 
    width:100%; 
    margin:0 0 40px;
}
.eventDateBubble
{
    background-color:#F0C42E;
    width:58px;
    height:58px;
    text-align:center;
    border:1px solid #949494;
    margin:0 auto;
}
.eventDateBubbleBottom
{
    background-color:White;
    width:56px;
    height:27px;
}
.eventMonth
{
    font-weight:bold;
}
.eventDate
{
    font-weight:bold;
}
.hpeventcomponent_datetext
{
    color:#1C5495;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
 /* responsive container to wrap around embed codes */
.embed-container  
{
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed 
{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/* END HOMEPAGE */

.eventCalendar_main_hasEvents
{
	background-color: Silver;	
}
.gallerycomponent_titletext
{
	font-size:1.143em;
	color: black;
	font-family: 'Arial', sans-serif;
	text-decoration: none;	
}
.gallerygrouping_item
{
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	width: 130px;
	height: 150px;
}
.gallerycomponent_smalllink
{
	font-size: 0.857;
	color: Blue;
	font-family: 'Arial', sans-serif;
	text-decoration: none;	
}
.fotorama__caption__wrap
{
    background-color:rgba(0, 0, 0, 0.7) !important;
}
/* DYNAMIC NAV */
.DynamicNav
{
    -webkit-box-shadow: 0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    -moz-box-shadow:    0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    box-shadow:         0px 1px 8.19px 0.81px rgba(0, 0, 0, 0.051);
    width:200px;
    font-weight:normal;
    font-size:1em;
    margin-bottom:30px;
    width:100%;
}
.DynamicNav ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.DynamicNav ul li
{
    padding:0;
    margin:0;
}
.DynamicNav ul li a
{
    display:block;
    color:#0736A4;
    font-weight:700;
    background:#f6f6f6;
    text-decoration:none;
    padding:10px 15px;
    border-bottom: 1px solid #eee;
}
.DynamicNav ul li a:hover
{
    background:#eee;
    color:#0736A4;
}
.DynamicNav ul li ul
{
    margin:0;
}
.DynamicNav ul li ul li a
{
    color:White;
    padding-left:25px;
    font-weight:400;
    background: #0736A4;
    border-bottom:1px solid #032174;
}
.DynamicNav_currentpage
{
    background:#ddd;
}
.DynamicNav_currentpage_link
{
    font-weight:bold;
    background: #0736A4 !important;
    border-bottom:1px solid #032174 !important;
    color: White !important;
}
.DynamicNav ul li ul li a:hover, .DynamicNav_currentpage_link:hover
{
    background: #032174 !important;
    border-bottom:1px solid #032174 !important;
    color: White !important;
}
#show-menu{display:none;}
#show-menu:checked ~ #menu
{
    display:block !important;
}
.DynamicNav_show-menu:after
{
    content:"Show Menu ▼";
}
#show-menu:checked ~ .DynamicNav_show-menu:after
{
    content:"Hide Menu ▲";
}
.DynamicNav_show-menu
{
    color:#fff;
    background:#101010;
    border-top:3px solid #101010;
    text-transform:uppercase;
    padding:10px 0;
    text-align:center;
    display:none;
    font-weight:bold;
    font-size:1.429em;
    line-height:1;
    cursor:pointer;
}
@media screen and (max-width: 991px)
{
    .DynamicNav
    {
    
        margin-bottom:20px;
    }
    .DynamicNav_show-menu
    {
        display:block;
    }
    #menu
    {
        display:none;
    }
}
@media screen and (min-width:991px)
{
    .DynamicNav > ul > li:first-child a
    {
        background:#0736A4;
        color:White;
        border-bottom:1px solid #032174;
        text-align:left;
        font-size:1em;
    }
}
/* END DYNAMIC NAV */

/* CSS TOUTS, ADDS STYLES TO TOUTS, IMAGE HIDDEN IN CONTROL */

.ToutButton
{
    background-color:#0636A3;
    border-radius:6px;
    padding:10px 15px;
    font-size:1.286em;
    color:White;
    font-weight:bold;
    display:block;
    width:100%;
    margin-bottom:5px;
    transition: background 0.5s;
}
.ToutButton:hover
{
    background-color:#01187F;
    text-decoration:none;
}

/* END CSS TOUTS * /

/* LINKS AND DOWNLOADS COMPONENTS */
.linksList
{
    list-style:none;
    margin:0;
    padding:0;
}
.linksList li
{
    display:block;
    margin:10px 0;
}
.linksList li a
{
    text-decoration:none;
}
.linksList li a:hover
{
    text-decoration:underline;
}
/* END LINKS AND DOWNLOADS COMPONENTS */

/* NEWS COMPONENT */
.newscomponent_item
{
    padding:20px 0;
    margin:0;
    border-bottom:1px solid #ededed;
    width:100%;
}
.newscomponent_item:last-child
{
    border-bottom:none;
}
.newscomponent_imagecontainer
{
    vertical-align:top;
    padding-right:20px;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
    max-width:100px;
    float:left;
}
.newscomponent_imagecontainer img
{
    max-width:100%;
}
.newscomponent_archivelink{float:right;}
.newscomponent_textcontainer
{
    vertical-align:middle;
}
.newscomponent_textcontainer span
{
    display:block;
    font-size:1.071em;
}
.newscomponent_item h3, .newscomponent_item h3 a
{
    margin-top:0;
    display:grid;
}
.newscomponent_readmore, .newscomponent_readmore:hover
{
    font-size: 0.857em;
    color:#b20200;
    font-weight:bold;
    text-transform:uppercase;
    float:right;
}
.ArticleImage
{
    padding-left: 0;
	padding-right: 8px;
	text-align: left;
	float: left;
}
@media screen and (max-width:400px)
{
    .newscomponent_item{display:block;}
    .newscomponent_imagecontainer
    {
        display:block;
        padding:0 0 12px;
    }
    .newscomponent_imagecontainer img
    {
        margin:0 auto;
        display:block;
        width:100%;
    }
    .newscomponent_textcontainer{display:block;}
}
/* END NEWS COMPONENT */

/* VIDEO COMPONENT */
video
{
    max-width:100%;
}
.embed_container h3
{
    cursor:pointer;
    font-size:0.857em;
    color:#313131;
    text-decoration:none;
    margin-top:0px;
    margin-bottom:0px;
}
.embed_container div
{
    height:0;
    overflow:hidden;
    position:relative;
}
.embed_container div dt
{
    padding:5px;
    margin-bottom:5px;
    border:1px solid #313131;
}
.embed_container dt
{
    font-size:0.714em;
    color:#0041B5;
    text-decoration:none;
}
/* END VIDEO COMPONENT */

.gallerycomponent_maintext
{
	font-size: 0.929em;
	color: Black;
	text-decoration: none;	
}
.gallerycomponent_smalltext
{
	font-size: 0.857em;
	color: black;
	text-decoration: none;	
}
.survey_maintext
{
	font-size: 1em;
	color: Black;
	font-weight: bold;	
}
.survey_smalltext
{
	font-size: 0.929em;
}
.survey_smalltext a
{
	font-size: 0.857em;
	color: #3e699e;
	text-decoration:none;
}
.survey_smalltext a:hover
{
	text-decoration:underline;
}
.survey_questiontext
{
	font-size: 1em;
	color: Black;	
}
.survey_mainlink
{
	font-size: 0.929em;
	color: Blue;
	text-decoration: none;	
}
.survey_spacer
{
	height: 4px;
}
.survey_divider
{
	height: 1px;
	background-color: Black;
}
.survey_background
{
	background-color: gainsboro;
}
.survey_errormsg
{
	font-weight: bold;
	font-size: 0.929em;
	color: red;
	text-decoration: none;
}

/* EMPLOYEMENT COMPONENT */
.employmentBG_item
{
    margin-top:15px;
}
.employment_titletext
{
	font-size: 1.214em;
	color: #666666;
	font-weight: bold;	
}
.employment_maintext
{
	font-size: 1.143em;
	color: Black;
	font-weight: bold;	
	text-decoration:underline;
}
.employment_smalltext
{
	font-size: 0.929em;
	color: #333333;	
}
.employment_mainlink
{
	font-size: 0.929em;
	color: Blue;
	text-decoration: none;
}
.employmentBG_itemsep
{
	height:1px;
	background-color:#ffffff;
}
.employmentBG_groupsep
{
	height:1px;
	margin:4px 0 4px 0;
	background-color:#c4c4c4;
}
.employment_bar
{
	height:1px;
	background-color:#313131;
}
/* END EMPLOYMENT COMPONENT */

.staffdirectory_gridtext
{
	font-size:0.786em;
	color: Black;
	font-weight:normal;	
}
.staffdirectory_gridtitle
{
	font-size:0.857em;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_gridlink
{
	font-size:0.786em;
	color: #001430;
	text-decoration: none;	
}
.staffdirectory_header
{
	font-size: 1.357em;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_maintext
{
	font-size:0.929em;
	color: Black;
	font-weight: bold;	
}
.staffdirectory_mainlink
{
	font-size:0.929em;
	color: Blue;
	text-decoration: none;	
}
.staffdirectory_smalltext
{
	font-size:0.857em;
	color: #333333;	
}
.staffdirectory_smalltext_bold
{
	font-size:0.929em;
	color: #222222;
	font-weight: bold;	
}
.staffdirectory_tinytext
{
	font-size: 0.857em;
	color: Black;	
}
.staffdirectory_altBG
{
	background-color: #E7E7E7;
}
.staffdirectory_vertsep
{
	background-color: Gainsboro;
}
.adminmessage_image
{
	padding-left: 0;
	padding-right: 10px;
	text-align: left;
}
.podcast_titletext
{
	font-size: 1.143em;
	font-weight: bold;
	color: Black;	
}
.podcast_maintext
{
	font-size: 0.929em;
	font-weight: normal;
	color: #333333;	
}
.podcast_smalltext
{
	font-size: 0.857em;
	color: Black;	
}
.podcast_mainlink
{
	font-size: 0.929em;
	color: Blue;
	text-decoration: none;	
}
.podcast_altBG
{
	background-color:#dfebf7;	
}
.blog_maintext
{
	font-size: 1.071em;
	color: Black;	
}
.blog_mainlink
{
	font-size: 0.929em;
	color: Blue;
	text-decoration: none;
}
.blog_smalltext
{
	font-size: 0.714em;
	color: Black;
}
.blog_smalllink
{
	font-size: 0.714em;
	color: Blue;
	text-decoration: none;
}
.blog_titletext
{
	font-size: 1.5em;
	color: Black;
	font-weight: normal;
}
.blog_posttitle
{
	font-size: 1.143em;
	color: #222222;
	font-weight: bold;
}
.blog_sideBG
{
	background-color:#dfebf7;	
}

/* MASTER CALENDAR */
.mastercalendar_monthly_header
{
    text-align:center;
    background:#efefef;
    border:1px solid #ddd;
    border-radius:5px;
    padding:10px 15px;
    margin-bottom:10px;
}
.mastercalendar_note 
{
    margin-bottom:10px;
}
.mastercalendar_filtercontainer
{
    margin:0 0 10px;
}
.mastercalendar_filterbar
{
    padding:10px 15px;
    background:#efefef;
    border:1px solid #ddd;
    margin-bottom:10px;
    border-radius:5px;
}
.mastercalendar_filterpanel
{
    padding:10px 15px;
    background:#efefef;
    border:1px solid #ddd;
    margin-bottom:10px;
    border-radius:5px;
}
.mastercalendar_dailyitem
{
    padding:10px;
}
.mastercalendar_dailyitem:nth-child(odd)
{
    background:#dedede;
}
.mastercalendar_week_daycontainer
{
    padding:5px;
    margin:0 0 5px;
    background:#dedede;
}
.mastercalendar_week_daycontainer h3
{
    text-align:center;
    padding:5px 0;
    margin:0;
    font-weight:normal;
}
.mastercalendar_week_eventcontainer
{
    padding:10px;
    background:#fafafa;
    margin:5px 0 0;
}
.mastercalendar_week_eventcontainer h4
{
    
}
.mastercalendar_month_calendar
{
    table-layout:fixed;
    border-collapse:collapse;
    min-width: 100%;
}
.monthlyDateHeader
{
	font-size:24px;
}
.mastercalendar_monthly_header
{
	width:100%;
	text-align:center;
}
.mastercalendar_month_calendar td, .mastercalendar_month_calendar th
{
    padding:5px;
    border:1px solid #dddddd;
    vertical-align:top;
    height:100px;
    width:14%;
}
.mastercalendar_month_daynum
{
    display:block;
    text-align:right;
    margin:0 0 5px;
    line-height:1;
    font-weight:bold;
}
.mastercalendar_month_dayitem
{
    font-size:0.857em;
    margin:0 0 10px;
}
.mastercalendar_month_greyedday
{
    background:#efefef;
}
.mastercalendar_rssfeed
{
    width:100%;
    padding: 5px 0 0;
    text-align: center;
    background:white;
    max-width:300px;
    margin:0 auto 10px;
    border-radius:5px;
    display:block;
}
/* END MASTER CALENDAR */

/* LOGIN FORMS */
.login_form
{
    width:50%;
}

.login_form label
{
    display:table;
    table-layout:fixed;
    width:100%;
    margin-bottom:5px;
}
.login_form label span
{
    display:table-cell;
    text-align:right;
    padding-right:5px;
}
.login_form label input
{
    display:table-cell;
    width:100%;
}
.login_form input[type="submit"]
{
    width:50%;
    float:right;
}
/* END LOGIN FORMS */

/* TEXT WINDOW */
.imagealign_left
{
    float:left;
    padding:0 1em 5px 0;
}
.imagealign_center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imagealign_right
{
    float:right;
    padding:0 0 5px 1em;
}
/* END TEXT WINDOW */

/* EVENTS COMPONENT */
.eventcomponent_item
{
    display:table;
    width:100%;
    margin:0 !important;
}
.eventcomponent_item:last-child
{
    border-bottom:none;
}
.eventcomponent_leftcontainer
{
}
.eventcomponent_datecontainer
{
    margin: auto;
    text-align:center;
    background:#01187F;
    padding:0px;
    line-height:1;
    font-weight:bold;
    width:88px;
    height:88px;
    border: 1px solid white;
}
.eventcomponent_datecontainer_bottom
{
    background-color:White;
    width:64px;
    height:29px;
    padding-top:2px;
}
.eventcomponent_month
{
    color:#fff;
    text-transform:uppercase;
    font-family: "Montserrat", Sans-Serif;
    font-weight: 600;
    font-size:1.875em;
    line-height: 43px;
}
.eventcomponent_date
{
    color:White;
    font-family: "Montserrat", Sans-Serif;
    font-weight: 600;
    font-size:1.875em;
    line-height: 43px;
}
.EventBottom
{
    background: white;
    width: 86px;
    height: 43px;
    color: Black;
}
.EventBottom .eventcomponent_date
{
    color: Black;
}
.eventcomponent_textcontainer
{
    text-align: center;
    vertical-align:middle;
    padding-top: 20px;
}
.hpDiv2 .eventcomponent_linktext, .hpDiv2 .eventcomponent_maintext2, .hpDiv2 .eventcomponent_maintext
{
    color: White;
}
.eventcomponent_textcontainer h3
{
    font-size:1em;
    margin-top:0;
    margin-bottom:10px;
    font-weight: 800;
}
.eventcomponent_linktext
{
    color:#1E449B;
    font-weight:700;
    line-height:1.2;
    font-size:1em;
    font-weight: 800;
}
.eventcomponent_maintext, 
.eventcomponent_maintext2
{
    color:#000000;
    font-size:1em;
    line-height:1.2;
    font-weight: 800;
    display: block;
    line-height: 22px;
}
.eventcomponent_maintext2
{
    margin-bottom: 10px;
    font-weight: 400;
    max-height: 44px;
    overflow: hidden;
}
.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:#0736A4;
    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:#0736A4;
}
.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:#0736A4; /* 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 */

.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*/
.FooterLinks
{
    padding-top: 10px;
}
.FooterLinks a
{
    display: block;
    font-weight: 800;
    color: White;
    line-height: 30px;
    text-transform: uppercase;
}
.HeaderLogo svg
{
    max-width: 98px;
    display: block;
    margin: auto;
}
@media screen and (max-width: 1204px)
{
    footer .Bottom > div:nth-child(n + 2) .footertext b:nth-child(1):before
    {
        content: "District ";
    }
    footer .Bottom > div:nth-child(n + 2) .footertext b:nth-child(2):before
    {
        content: "High School ";
    }
    footer .Bottom > div:nth-child(n + 2) .footertext b:nth-child(3):before
    {
        content: "Middle School ";
    }
    footer .Bottom > div:nth-child(n + 2) .footertext b:nth-child(4):before
    {
        content: "Elementary ";
    }
}
@media screen and (max-width: 991px)
{
    header h1
    {
        margin-top: 5px;
    }
    .TopNavDisplayer
    {
        margin-top: 0px;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    header
    {
        position: relative;
    }
    header .container-fluid, header .col-md-1
    {
        position: static;
    }
    footer
    {
        text-align: center;
    }
    footer .Top
    {
        padding-bottom: 0 !important;
    }
    footer .Bottom > div
    {
        width: 100% !important;
        padding: 15px 0;
        border-bottom: 1px solid #315EC5;
        border-right: none;
        text-align: center;
    }
    footer .Bottom > div:last-child
    {
        border-bottom: none;
    }
}
@media screen and (max-width: 652px)
{
    .hpDiv6 .flexcontainer
    {
        display: block;
    }
    .hpDiv6 .flexcontainer a
    {
        display: block;
        float: left;
        font-size: calc(13em / 16);
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 572px)
{
    .hpDiv6 .flexcontainer a
    {
        display: block;
        float: left;
        font-size: calc(12em / 16);
        width: 50%;
    }
}
@media screen and (max-width: 380px)
{
    .hpDiv6 .flexcontainer a
    {
        display: block;
        float: left;
        width: 100%;
        font-size: calc(15em / 16);
    }
}
@media screen and (max-width: 273px)
{
    header h1
    {
        font-size: 2em;
    }
}
.ButtonCloseNav
{
    background:white;
    border:none;
    color:black;
    display:block;
    margin:0 auto;
}
.ButtonCloseNav:hover, .ButtonCloseNav:focus
{
    background:black;
    color:white;
}
*:focus
{
    outline:2px solid orange !important;
    /*border:2px solid orange !important;*/
}