@import url("fancyfonts.css");
@import url("fonts.css?v=5.5.2018");
@import url("colors.css?v=5.5.2018");
@import url("font-awesome.css");
@import url("fontawesome-allV2.css");
* {
    margin: 0;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
form {
    height: 100%;
}
body {
    font-family: "Sego UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 145%;
}

/*-------------------------------------Skip Nav --------------------------*/
#skip-navigation {
    background: #bd0101;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#skip-navigation:focus {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 99999;
}


/*------------------------------------------------------------------------Container Alignments--------------------------------------------------------------------------*/

.gsc-control-cse {
    background-color: transparent !important;
    padding: 0px !important;
    border: 0px !important;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
    content: "" !important;
}
.innercontainer {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
.outercontainer {
    width: 100%;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clearfloat {
    clear: both;
}
.no-margin,
.no-margin .widgetitem {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.no-border,
.no-border .widgetitem {
    border: 0px !important;
}

/*Like the clearfloat but you can used it as a class instead to keep the html clean*/

.clearfix:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
}
.callbacks_container{
    overflow: visible !important;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

/*-------------------------------------------------------------------------------Header--------------------------------------------------------------------------*/
#headerwrapper {
  /*  border-top: 5px solid #bf2029;
*/}
#header {
    position: relative;
min-height: 120px;
}
#header .widgetitem img {
    max-width: 100%;
}
/*#header .headerlogo {
    position: absolute;
    top: 30px;
    z-index: 3;
    width: 53.5%;
}*/
#header .headerlogoslogan {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 44%;
}
#header .headerlogoslogan .eztext_area {
    line-height: 0;
}
#header .home-link a {
    position: absolute;
    width: 63%;
    height: 100%;
    opacity: 0;
    left: 0;
    right: 0;
}
/*-------------------------------------------------------------------------------Menu--------------------------------------------------------------------------*/
#menu:hover{
    position: relative;
    z-index: 2;
}
#menu:hover + #slideshow,
#menu:hover + #contentwrapper{
    position: relative;
    z-index: 1;
}
#menu {
	width:100%;
}
#menuin {
    margin: 0 auto;
	text-align:center;
}
#menuin ul {
    margin: 0;
    padding: 0;
    border: 0px;
}

/*Removes default 1px border from .widgetitem*/

#menuin div {
    border: 0px;
}
.rmRootToggle {
    border: 0px !important;
    box-shadow: none !important;
}

/*  mobile menu arrows expand right  */
.RadMenuPopup .rmToggle:before {
    left: 95% !important;
}

/*-------------------------------------------------------------------------------Main Content--------------------------------------------------------------------------*/

#contentwrapper {
    min-height: 100px;
    padding: 20px 0px 40px 0px;
}
#contentwrapperin {
    min-height: 600px;
}
#homecontent {
/*  width: 98%;*/
}
#secondarycontent{
    width: 98%;
}

/*-------------------------------------------------------------------------------Hompage Left Content--------------------------------------------------------------------------*/

#homeleft_hp {
    width: 23%;
    min-height: 200px;
    position: relative;
    padding-bottom: 30px;
	background-color: #fff;
}
#homeleft_hp .widgetitem {
    border: 0px !important;
}
#homeleft_hp .quicklinks,
#homeright .quicklinks {
    position: absolute;
    top: 0;
    left: -0.2%;
    z-index: 99;
    width: 100.5%;
}
#homeleftin_hp,
#homerightin {
    width: 90%;
    padding: 20px 5% 20px 5%;
}

/*-------------------------------------------------------------------------------Hompage Middle Content--------------------------------------------------------------------------*/

#homemiddle_hp {
    width: 51% !important;
    min-height: 200px;
    padding-bottom: 30px;
}
#homemiddlein_hp {
    width: 96%;
	padding: 10px 0;

}


/*-------------------------------------------------------------------------------Hompage Right Content--------------------------------------------------------------------------*/

#homeright {
    width: 23%;
    min-height: 200px;
    padding: 0;
    position: relative;
    padding-bottom: 30px;
	background-color: #fff;
}
#homeright .widgetitem {
    border: 0px !important;
}

/*-------------------------------------------------------------------------------Slideshow--------------------------------------------------------------------------*/

#slideshow {
    text-align: center;
    min-height: 200px;
    padding: 11px 0;
}
#slideshow .ezlayout2Col2 img {
    max-width: 100%;
}
#slideshow .rigToolsWrapper {
    display: none;
}
#slideshow .ezlayout2Col1 {
    padding-right: 2px !important;
}
#slideshow .ezlayout2Col2 {
    padding-left: 2px !important;
}
#slideshow .slideshow-left {
	border: 3px solid #fff;
    border-radius: 10px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
#slideshow .rslides {
    max-height: 566px;
}
#slideshow .slideshow-left {
    width: 99.6%;
    position: relative;
    margin-top: .3% !important;
    overflow: hidden;
}
#slideshow .slideshow-right {
    width: 99.3% !important;
}
#slideshow .slideshow-right,
#slideshow .slideshow-right .widgetitem {
    border: 1px dotted transparent !important;
    margin: 1px 0 !important;
    margin-top: 27px !important;
}
#homebuttonsin {
	background-color: #6d8ebf;
	border-radius:10px;
	padding:0;
	border: 3px solid #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentleft {
    width: 25%;
    min-height: 50px;
    position: relative;
    padding: 0px 0 15px 0;
	background-color: #fff;
}
#contentleftin {
   /* width: 88%;*/
    margin: 0 auto;
    min-height: 50px;
    padding-bottom: 20px;
    padding-top: 5px !important;
}
#contentwrapper.secondary #contentleftin {
    padding-top: 0px;
}
#contentleft .Heading5 {
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-indent: 20px;
}
#contentleftin .lowerleft {
    width: 88%;
    margin: 0 auto;
    min-height: 50px;
    padding-bottom: 20px;
    padding-top: 5px !important;
}

/*-------------------------------------------------------------------------------Secondary Left Content--------------------------------------------------------------------------*/

#contentright {
    width: 74%;
    min-height: 100px;
    padding-bottom: 20px;

}

/*Needs floatleft class*/

#contentrightin {
    width: 94%;
    min-height: 650px;
    padding-bottom: 20px;
    padding-right: 25px;
    margin: 20px 0 0 auto;
}

/*-------------------------------------------------------------------------------Full Page Content--------------------------------------------------------------------------*/

#maincontent {
    padding: 20px 0;
  /*  width: 94%;*/
}

/*--------------------------------------------------------------------------------------Mission Statement--------------------------------------------------------------------------*/

#mission {
 /*   padding: 40px 0;*/
}
#missionin {
}

/*--------------------------------------------------------------------------------------Footer--------------------------------------------------------------------------*/

#footerwrapper {}
#footer {
    padding: 50px 0;
    min-height: 50px;
}
#footer img {
    max-width: 100%;
}
#footer .footer-form {
    float: right;
    width: auto;
    width: initial;
}
#footer .footer-form br {
    display: none;
}
#footer .footer-form .ezFRMhead {
    display: none;
}
#footer .footer-form .ezFRMtextbox {
    height: 25px;
    margin: 7px 0 5px 0;
    max-width: 320px;
}
#footer .footer-form .ezFRMbutton {
    padding: 4px 16px;
    border-radius: 5px;
}
#footer .footer-form {
    white-space: nowrap;
}
#footer .footer-form input {
    float: right;
}
#footer .footer-form .errormessage2 {
    display: block;
    margin-left: -127px;
}

/*--------------------Social Media Icons------------------------*/

#social-media {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 60px;
}

/*-------------------------------------------------------------------------------ezTag-------------------------------------------------------------------------*/

#eztagwrapper {
    min-height: 50px;
}
#eztag {
    width: 90%;
    line-height: 50px;
}

/*-------------------------------------------------------------------------------Searchbox--------------------------------------------------------------------------*/

#header #searchbox {
    width: 250px;
    max-width: 320px;
    margin: 20px 0 10px auto;
    position: relative;
    height: 30px;
}
#header #searchbox .cf:before,
.cf:after {
    content: "";
    display: table;
}
#header #searchbox .cf:after {
    clear: both;
}
#header #searchbox .cf {
    zoom: 1;
}
#header #searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 3px;
    height: inherit;
}
#header #searchbox .input-wrapper input {
    width: 85%;
    height: 100%;
    padding: 0px 4px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
#header #searchbox .input-wrapper input:focus {
    outline: 0;
}
#header #searchbox .input-wrapper input:-webkit-input-placeholder {
    /*--deprecated in new browsers*/
    font-weight: 400;
    font-style: italic;
}
#header #searchbox .input-wrapper input::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
}
#header #searchbox .input-wrapper input:-moz-placeholder {
    /*--deprecated in new browsers*/
    font-weight: 400;
    font-style: italic;
}
#header #searchbox .input-wrapper input::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
}
#header #searchbox .input-wrapper input:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
}
#header #searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: 15.8%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}
#header #searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*-------------------------------------------------------------------------------Tablets--------------------------------------------------------------------------*/

@media screen and (max-width:1160px) {
    body {
        overflow-x: hidden;
        background-color: white;
    }
    #header {
        background-size: 100%;
        width: 90%;
    }
    #header .ezlayout2Col1 {
        display: none;
    }
    #header .ezlayout2Col2 {
        width: 100% !important;
    }
    #header #searchbox {
        width: 90%;
    }
    #menuin,
    #missionin {
        width: 91%;
    }
    #contentwrapper.secondary,
    #contentwrapper.schools {
        background: #fff;
        padding: 0px;
    }
    #contentwrapperin {
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    #contentwrapperin #homeleft_hp,
    #contentwrapperin #homemiddle_hp,
    #contentwrapperin #homeright {
        width: 100% !important;
        margin: 4px auto;
        padding: 0px;
    }
    #contentwrapperin.full,
    #slideshowin,
    #homeleft_hp,
    #footer {
        width: 97%;
    }
    #eztag {
        line-height: 24px;
    }
}

/*-------------------------------------------------------------------------------Mobile--------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
    .flex{
        display: block;
    }
    #homeleft_hp,
    #homemiddle_hp,
    #homeright {
        width: 100%;
        min-height: 10px;
        padding: 0;
        margin: 0;
    }
    #homeleftin_hp,
    #homemiddlein_hp,
    #homerightin {
        width: 96%;
        margin: 0 auto;
    }
}
@media screen and (max-width:700px) {
    body {
        overflow-x: hidden;
    }
    #header .headerlogo {
    }	
    #header {
        background-size: 100%;
        background-position: center 47px;
        min-height: 100px;
    }
    #social-media {
        text-align: center !important;
		position: relative;
		top: -10px;
    }
    #header #searchbox {
        width: 95%;
        margin: 0 auto;
        margin-top: 70px;
    }

    #contentwrapper.schools #contentwrapperin {
        padding: 0px;
    }
    #contentleft,
    #contentright {
        float: left;
        width: 100%;
        min-height: 10px;
        padding: 0;
        margin: 0;
    }
    #contentrightin,
    #contentleftin {
        width: 97%;
        min-height: 10px;
        margin: 0 auto;
    }
    #header p,
    #footer div,
    #eztag div,
    #eztag p {
        text-align: center !important;
        margin: 0 auto;
    }
    #contentwrapper .btn1 {
        width: 93%;
    }
    #contentwrapper .btn2 {
        width: 93%;
    }
    #contentwrapper .btn3 {
        width: 87%;
    }
    #contentwrapper .btn4 {
        width: 93%;
    }
    #contentwrapper .headline {
        width: 97%;
    }
    .RadMenuPopup {
        z-index: 99999 !important;
    }
    #footer .footer-form {
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer p{
        text-align: center !important;
    }
    #footer .footer-form input {
        float: none;
        text-align: center;
    }
}
