@import url("fancyfonts.css");
@import url("fonts.css");
@import url("colors.css");
@import url("font-awesome.css");

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

form {
    height: 100%;
}

body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin: 0 auto;
}

.eztext_area ul {
    margin-bottom: 1em;
}

/*------------------------------------------------------------------Classes used Site for Structure------------------------------------------------------------------*/
.gsc-control-cse {
    background-color: transparent;
    padding: 0px !important;
    border: 0px !important;
}

.cse .gsc-control-cse:after,
.gsc-control-cse:after {
    content: "" !important;
}

.outercontainer {
    position: relative;
    width: 100%;
}

.innercontainer {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    width: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearfloat {
    clear: both;
}

/*Like the clearfloat but you can use the class instead of an extra HTML element*/
.clearfix:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
}

a img {
    border: 0px !important;
}

/*Use to remove default 1px border*/
.no-border,
.no-border .widgetitem {
    border: 0px !important;
}

/*Use to remove default top and bottom margin*/
.no-margin,
.no-margin .widgetitem {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*Flex and stretch force a parents child to stretch to its full width*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

/***Removes Margins on All Divs*/
.nomargins,
.nomargins div {
    border: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.vertical-align-layout>div {
    display: table;
}

.vertical-align-layout>div>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.ezc-element:after {
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0;
}

.ezc-horizontal-item {
    display: block;
    float: left;
}

.ezc-vertical-item {
    display: block;
    width: 100%;
}

.eztext_area {
    line-height: 150%;
}

/*Removes border on mobile menu*/
.rmRootToggle {
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*  mobile menu arrows expand right  */
.RadMenuPopup .rmToggle:before {
    left: 95% !important;
}

.RadMenuPopup {
    z-index: 8005 !important;
}

#header .RadMenu {
    z-index: 9005 !important;
}

/*------------------------------------------------------------------ADA Skip Navigation------------------------------------------------------------------*/
#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;
}
#topnavwrapper {
	position: relative;
	z-index: 1;
	background-color: #003D09;
}

@media screen and (max-width: 700px) {
#topnavwrapper {
    display: none;
  }
}

#topnav .topnav_right {
    text-align: right !important;
}

#topnav .ezlayout2Col1 {
    /*width: 400px !important;*/
}

#topnav .ezlayout2Col2 {
    /*width: calc(100% - 400px) !important;*/
}
#topnav .transnav {
	text-align: right;
}
/*-------------------------------Header-------------------------------------------*/
#headerall {
	position: relative;
}
#headerwrapper {
	position: absolute;
	top: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background: rgb(0,66,10);
	background: linear-gradient(180deg, rgba(0,66,10,1) 0%, rgba(0,103,16,.4) 100%);
	border-top: 1px solid #003708 !important;
	z-index: 1;	
}
#headerwrapper.headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: headerAnimation .5s ease-in-out;
    animation: headerAnimation .5s ease-in-out;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	background-color: #19371b;
}
#headerwrapper2 {
	po sition: absolute;
	to p: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background: rgb(0,66,10);
	backgr ound: linear-gradient(180deg, rgba(0,66,10,1) 0%, rgba(0,103,16,.4) 100%);
	border-top: 1px solid #003708 !important;
	z-index: 1;	
}
#headerwrapper2.headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: headerAnimation .5s ease-in-out;
    animation: headerAnimation .5s ease-in-out;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	background-color: #19371b;
}
#header {
}

#header .headerlogo img {
    display: block;
}

#headerwrapper.headerfixed .headerlogo img {
    /*width: 50% !important;*/
}
#headerwrapper2.headerfixed .headerlogo img {
    /*width: 50% !important;*/
}

@-webkit-keyframes headerAnimation {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headerAnimation {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*-----------------------------------------------Slideshow----------------------------------------------*/
#slideshowwrapper {
    background: #fff;
	top: 0;
	z-index: 0;
}
@media screen and (max-width: 700px) {
#slideshowwrapper {
	top: 14px;
   }
}
#slideshowwrapper .callbacks .ezcaptionwrapper {
    max-width: 1400px;
    background: transparent;
    left: 25%;
    padding: 10px 20px;
    bottom: auto;
    top: 40%;
    text-align: left;
	background-color: rgba(0,0,0,0.01);
	display: block;
}
#slideshowwrapper .callbacks .ezcaptionwrapper span {
    display: block;
    font-family: 'open_sansregular', sans-serif;
}
#slideshowwrapper .callbacks .ezcaptionwrapper .ezcaptiontitle {
	font-family: 'open_sansbold', sans-serif;
    font-size: 50px;
    color: #fff;
	text-shadow: 4px 2px 6px rgba(0,0,0,0.55);
    font-weight: normal;
    line-height: 100%;
}
#slideshowwrapper .callbacks .ezcaptionwrapper .ezcaption {
    font-size: 30px;
    color: #fff;
    text-shadow: 4px 2px 6px rgba(0,0,0,0.55);
    font-weight: normal;
    line-height: 125%;
}
/*------------------------------------------------------------------Menu------------------------------------------------------------------*/
#menu {}

/*------------------------------------------------------------------Content Wrapper------------------------------------------------------------------*/
#contentwrapper {}

#contentwrapperin {
    position: relative;
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 40px;
}

#contentwrapperin.secondary {
    margin-top: 40px;
}


/*--------------------------CustomDrop (previously Learning Center) ----------------------------------*/
/* Remove space in editor from CustomDrop - secondary pages
.editor div#CP4_CR4_DropAttributes_0 {
    display: none;
}
*/

/*#customdrop {
    font-family: 'open_sansregular', sans-serif;
    position: absolute;
    width: auto;
    color: #B3B0A4;
    z-index: 8001;
    padding: 10px 20px 10px 15px;
    font-size: 18px;
    left: calc((100% - 1400px) /2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-decoration: none;
	background: rgb(26,45,64);
	background: linear-gradient(180deg, rgba(26,45,64,1) 0%, rgba(10,79,119,1) 100%);
}
#customdrop .fa {
	font-size: 24px;
	padding-right: 10px;
	vertical-align: middle;
}
#customdrop:hover {
    color: #fff;
	background-color: #16344A !important;
	text-decoration:none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	box-shadow: none;
}
.editor #customdrop  {
    display: none;
}

/*#customdrop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/templates/t_images/downarrow.png");
    background-repeat: no-repeat;
    background-position: 17px center;
}*/
/*
@-webkit-keyframes arrowMove {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes arrowMove {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.custom-drop  {
    position: absolute;
    width: 1400px;
    height: 250px;
    top: 0;
    left: calc((100% - 1400px) /2);
    background-color: #0a4f78;
	background: rgb(26,45,64);
	background: linear-gradient(180deg, rgba(26,45,64,1) 0%, rgba(10,79,119,1) 57%);
    z-index: 8000;
    overflow-y: auto;
    padding: 70px 70px 10px 70px;
/*
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
*//*
    -webkit-transition: all .7s .3s ease;
    transition: all .7s .3s ease;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0px !important;
    width: 1400px !important;
    max-width: 100%;
    -webkit -box-shadow: 1px 3px 22px -5px rgba(0, 0, 0, 0.55);
    box-s hadow: 1px 3px 22px -5px rgba(0, 0, 0, 0.55);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    /*display:none;*/
/*}

/*
.custom-drop:focus {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    outline: 0;
}
*/
/*
.custom-drop {
    color: #fff;
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
}

.custom-drop img {
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.custom-drop img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.custom-drop p {
    margin: 0;
}

.custom-drop table,
.custom-drop tbody,
.custom-drop tr {
    display: block;
    text-align: center;
}

.custom-drop td:empty {
    display: none;
}

.custom-drop td {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
}
.custom-drop a {
    color:#fff !important;
	line-height:30px;
	font-size: 17px;
	text-decoration: none !important;
}
.custom-drop a:hover {
	text-decoration: underline !important;
}

#customdrop, .widgetitem.custom-drop {
    opacity: 0.94;
}

/* setting responsive state */
/*
@media screen and (max-width:1200px) {
    #customdrop, .custom-drop {
        left: 0;
    }
}
*/
/*------------------------------------------------------------------Section 1------------------------------------------------------------------*/
#section1 {
	background: #0a4f78;
    padding: 40px 0 40px 0;
	background: rgb(46,37,25);
	background: linear-gradient(180deg, rgba(46,37,25,1) 0%, rgba(71,57,40,1) 100%);
}

#section1in {
    max-width: 1400px;
}

/*------------------------------------------------------------------Section 2------------------------------------------------------------------*/
#section2 {
    padding: 50px 0;
	background-color: white;
}

#section2in {
    max-width: 1400px;
}

#section3 {
	background-color: #0A4F78; 
    color: #fff;
	
    background-image: 
	linear-gradient(180deg, rgba(0,66,10,.8) 0%, rgba(0,66,10,.8) 100%),
	url(/upload/common/images/hilshiremap.png);
    background-size: cover;
    min-height: 250px;
	padding: 40px 0 40px 0;
}

@media screen and (max-width:768px) {
    #section3 {
        Display: none;
    }
}

#section3in {
    width: 100%;
}
#section3in .homepage-bluebkg1 {
    background-color: rgba(25, 55, 27,.6);
    padding: 10px 20px 10px 15px;
    min-height: 480px;
}
#section3in .homepage-bluebkg2 {
    padding: 10px 20px 10px 15px;
    min-height: 480px;
	border: 1px solid #666;
}
/*.editor #section3 {
    max-height: none;
}*/
#section4 {
    width: 100%;
}
#section4in {
    width: 100%;
}

/*------------------------------------------------------------------Homepage------------------------------------------------------------------*/
#contentleft_hp {
    width: 70%;
}

#contentleftin_hp {
    width: 96%;
    margin: 0 auto 0 0;
}

#contentright_hp {
    width: 30%;
}

/*------------------------------------------------------------------Content Left------------------------------------------------------------------*/
#contentleft {
    width: 30%;
    min-height: 50px;
    margin-top: 15px;
}

#contentleftin {
    width: 80%;
    margin: 0 auto;
    min-height: 50px;
}

/*------------------------------------------------------------------Content Right------------------------------------------------------------------*/
#contentright {
    width: 70%;
    min-height: 100px;
    margin-top: 15px;
}

#contentrightin {
    width: 95%;
    min-height: 50px;
    padding-bottom: 20px;
    margin: 0 auto 0 0;
}

/*------------------------------------Full Page Content---------------------------------*/
#main {
    width: 94%;
    padding: 20px 0;
    position: relative;
}

/*-------------------------------Footer---------------------------------------*/
#footerwrapper {
    padding: 10px 0;
}

#footerin {
    padding: 0;
}

/*------------------------------------------------------------------ezTag------------------------------------------------------------------*/
#eztagwrapper {
    padding: 10px 0;
	background-color:#000;
}

#eztagin {
    width: 70%;
}

#poweredby {
    width: 30%;
}

#scrolltotop {
    background: #396DBB;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    border:1px solid #fff;
}

#scrolltotop:hover {
    cursor: pointer;
}

#scrolltotop.scroll-visible {
    opacity: 1;
}

#scrolltotop>i {}

/*------------------------------------------------Searchbox------------------------------------------------------------------*/
#topnav #searchboxwrapper {
	width:250px;
	float: right;
}
#topnav #searchbox .input-wrapper input:focus {
	outline: 1px auto rgb(94, 158, 214) !important;
}
#topnav #searchbox .input-wrapper input::placeholder {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:14px;
}
#topnav #searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 3px;
    height: inherit;
    display: table;
    vertical-align: middle;
}
#topnav #searchbox .input-wrapper input {
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 81%;
    padding: 0px 4px;
    color: #fff !important;
    font-size: 15px;
}
#topnav #searchbox .input-wrapper input {
    border: 0px solid #ebebeb;
    outline: 0px;
    background: transparent;
	color: #fff;
}
#topnav #searchbox {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 30px;
}
#topnav #searchbox {
	/*background: rgba(255,255,255,.1);----background color*/
    border-radius: 5px 5px 5px 5px;
	background-color: rgba(255,255,255,.05);

}
#topnav #searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 100%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    right: 0;
    top: 0;
}
#topnav #searchbox .input-wrapper button {
    color: #efefef;
    /*border: 1px solid #efefef;*/
    border-radius: 0 5px 5px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    /*border-left: 1pt solid rgba(0, 0, 0, .05);*/
	background: transparent;
}
#topnav #searchbox .input-wrapper button:hover {
	background:#203d68;
    /*border: 1px solid rgba(255,255,255,.2);*/
}
/*------------------------------------------------------------------Tablet------------------------------------------------------------------*/
@media screen and (max-width:1200px) { /* hidden interferes with AOS */
   html, body {
        overflow-x: clip;
    }

    #topnav,
    #header,
    #section1in,
    #section2in,
    #section3in,
    #footer,
    #eztag {
        width: 96%;
        margin: 0 auto;
    }

    #slideshowwrapper .callbacks .ezcaptionwrapper {
        left: 2%;
        bottom: 30px;
        top: auto;
    }

    #learningcenters {
        left: 2%;
    }

    .learning-center {
        left: 2%;
        max-width: 96%;
        /* height: 100%; */
    }

    #footer-maps {
        height: 0;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 60%;
        position: relative;
    }

    #eztag .eztext_area p,
    #poweredby p,
    #poweredby a {
        line-height: 30px;
    }
}

@media screen and (max-width:1000px) {

    #header .ezlayout2Col1,
    #header .ezlayout2Col2 {
        width: 100% !important;
        display: block;
        float: left;
    }

    #header .headerlogo img {
        margin: 0 auto;
        width: 100%;
    }

    #header .RadMenu_ezSilk .rmRootGroup {
        text-align: center;
    }

    #headerwrapper.headerfixed .headerlogo img {
        width: 150px !important;
    }

    .learning-center td {
        width: 30%;
    }

    #section1,
    #section3 {
        background-size: cover;
    }

    #footer div,
    #eztag div,
    #eztag p {
        text-align: center !important;
    }

    #footer .widgetitem img {
        max-width: 100%;
    }

    #poweredby,
    #eztagin {
        width: 100%;
    }
}

@media screen and (max-width:960px) {
    #eco_schedule span {
        display: none !important;
    }
}

/*------------------------------------------------------------------Mobile------------------------------------------------------------------*/
@media screen and (max-width:700px) {
    #header {
       padding-top: 15px;
    }
    #slideshowwrapper {
       top: 14px;
    }

    #header .headerlogo img {
        width: 100% !important;
        position: relative;
        left: 0;
        top: 0;
    }

    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
        top: 0;
    }

    #slideshowwrapper .callbacks .ezcaptionwrapper {
        /*display: none;*/
    }

    #slideshowwrapper .callbacks .ezcaptionwrapper .ezcaptiontitle {
    /*font-size: 1.2em;*/
    }

    #slideshowwrapper .callbacks .ezcaptionwrapper .ezcaption {
    /*font-size: 1em;*/
    }

    #section1 {
    padding: 20px 0 20px 5px;
    }

    #section1 .s1-whitelogo .imagesizeitRight {
    text-align: center;
    }

    #section2 {
    padding: 20px 0 20px 0;
    }

    #contentleft,
    #contentleft_hp {
        width: 100%;
        min-height: 10px;
    }

    #contentright,
    #contentright_hp {
        width: 97%;
        min-height: 10px;
        padding-left: 10px;
    }

/*    #contentwrapperin.secondary {
        margin-top: 0px;
    }
*/

    #contentwrapper.secondarypage #contentwrapperin {
    box-shadow: none;
    margin-bottom: 0;
    }

    .vertical-align-layout>div {
        display: block;
    }

    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }

    .footerbtn {
    /*width: 80%;*/
    }

    #footerin {
    padding: 0;
    }

/* align bullet list */
    #footer .ezlayout2Col1 ul, .ezlayout2Col2 ul {
    text-align: left;
    }

/*  mobile menu arrows expand right  */
    .RadMenuPopup .rmToggle:before {
    left: 95% !important;
    }

/* ezTabs center*/
   .eztabs__panels__wrapper {
    width: 93%;
    padding-left: 8px;
  }
}

@media screen and (max-width:500px) {
    #topnav .ezlayout2Col1 {
        width: 225px !important;
    }

    #topnav .ezlayout2Col2 {
        width: calc(100% - 225px) !important;
    }

    .learning-center td {
        width: 40%;
    }

    #topnav .eztext_area span:not(.fa) {
        display: none;
    }

    #learningcenters {
        position: relative;
        left: 0;
        display: block;
        border-radius: 0px;
    }

    .learning-center {
        left: 0;
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
    }
}
