@import url("fancyfonts.css");
@import url("fonts.css?v=12.7.2023");
@import url("colors.css?v=12.7.2023");
@import url("font-awesome.css");

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

form {
    height: 100%;
}

body {
	font-family: 'open_sanslight', sans-serif;
    color: #000;
    font-size: 22px;
    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;
}

#topnav .topnav_right {
    text-align: right;
}

#topnav .ezlayout2Col1 {
    /*width: 400px !important;*/
}

#topnav .ezlayout2Col2 {
    /*width: calc(100% - 400px) !important;*/
}

/*------------------------------------------------------------------Header------------------------------------------------------------------*/
#headerwrapper {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	margin-bottom: 3px;
}
#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-sh adow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

#header {
    position: relative;
	width: 90%;
	margin: 0 auto;

}
#header .headerlogo {
	padding: 10px 0;
}

#header .headerlogo img {
    display: block;
}

#headerwrapper.headerfixed .headerlogo img {
    wi dth: 90% !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);
    }
}

/*------------------------------------------------------------------Menu------------------------------------------------------------------*/
#menu {}

/*------------------------------------------------------------------Content Wrapper------------------------------------------------------------------*/
#contentwrapper {}

#contentwrapperin {
    position: relative;
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 40px;
}

#contentwrapperin.secondary {
}

/*------------------------------------------------------------------Slideshow------------------------------------------------------------------*/
#slideshowwrapper {
    position: relative;
    background: #fff;
}

#slideshowwrapper .callbacks .ezcaptionwrapper {
    max-width: 1400px;
    background: transparent;
    right: calc((100% - 1400px)/ 2);
    left: auto;
    padding: 10px 20px;
    bottom: auto;
    top: 60%;
    text-align: right;
	background-color: rgba(0,0,0,0.4);
	box-shadow:8px 8px 15px rgba(0,0,0,0.7);
	border-radius: 4px; 
}

#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: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    font-weight: normal;
    line-height: 100%;
}

#slideshowwrapper .callbacks .ezcaptionwrapper .ezcaption {
    font-size: 30px;
    color: #fff;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    font-weight: normal;
    line-height: 125%;
}

/*------------------------------------------------------------------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: #fff;
    z-index: 8001;
    background-color: #396DBB;
    padding: 10px 20px 10px 60px;
    font-size: 24px;
    left: calc((100% - 1400px) /2);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-decoration: none;
}

#customdrop:hover {
    color: #fff;
	text-decoration:none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.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: 530px;
    top: 0;
    left: calc((100% - 1400px) /2);
    background-color: #396DBB;
    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-shadow: 1px 3px 22px -5px rgba(0, 0, 0, 0.55);
    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:25px;
}

#customdrop, .widgetitem.custom-drop {
    opacity: 0.94;
}

/* setting responsive state */
@media screen and (max-width:1400px) {
    #customdrop, .custom-drop {
        left: 0;
    }
}

/*-------------------------Section 1--------------------------------*/
#section1 {
	background: #f8f8f8;
    padding: 50px 0 80px 0;
}
#section1 .responsive-youtube {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
	

#section1in {
    max-width: 1400px;
}

/*-----------------------Section 2----------------------*/
#section2 {
    padding: 70px 0;
	background-color: #fff;
}

#section2in {
    max-width: 1400px;
}

#section3 {
	background-color: #fff;
	width: 100%;
}

#section3in {
    width: 100%;
}

#section4 {
    padding: 70px 0;
	background-color: #f8f8f8;
}
#section4in {

}

.editor #section3 {
    max-height: none;
}
/*------------------------------------------------------------------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: 89%;
    margin: 0 auto;
    min-height: 50px;
}

/*------------------------------------------------------------------Content Right------------------------------------------------------------------*/
#contentright {
    width: 70%;
    min-height: 100px;
    margin-top: 15px;
}

#contentrightin {
    width: 98%;
    min-height: 50px;
    padding-bottom: 20px;
    margin: 0 auto 0 0;
}

/*------------------------------------------------------------------Full Page Content------------------------------------------------------------------*/
#main {
    width: 94%;
    position: relative;
}

/*------------------------------------------------------------------Footer------------------------------------------------------------------*/
#footerwrapper {
    padding: 20px 0;
}

#footerin {
    padding: 35px 0;
}

/*------------------------------------------------------------------ezTag------------------------------------------------------------------*/
#eztagwrapper {
    padding: 10px 0;
	background-color:#000;
	font-size: 18px;
}

#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 {
    border: 1px solid rgba(255,255,255,.2);
	/*background: rgba(255,255,255,.1);----background color*/
    border-radius: 5px 5px 5px 5px;

}
#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:1400px) { /* 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: 10px 0;
    }

    #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: 10px;
    }

    #slideshowwrapper .callbacks .ezcaptionwrapper {
        /*display: none;*/
        right: 0;
        left: 0;
        bottom: 0;
        top: auto;
        max-width: 100%;
        text-align: center;
        box-shadow: none;
        border-radius: 0;
    }

    #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;
    }
}
