@import url("fancyfonts.css");
@import url("fonts.css");
@import url("colors.css");
@import url("fontawesome2023.css");

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

form {
    height: 100%;
}

body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 19px;
    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: 1600px;
    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;*/
}
/*-----------------------topnavwrapper-------------------*/
#topnavwrapper {
	display: none;
}
/*-----------------------------Header-----------------------------------------*/
#headerwrapper {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background-color: transparent;
}
#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;

}
#headerwrapper.headerfixed #headersearchwrapper {
	display: none;
}
#headerwrapper.headerfixed #headersearchwrapper2 {
	display: none;
}
#header {
    position: relative;
	background-color: #01203f;
	position: relative;
	top: 20px;
	z-index: 2;
	border-radius: 5px 5px;
}

#header .headerlogo img {
    display: block;
}

#headerwrapper.headerfixed .headerlogo img {
    width: 80% !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 {
    margin-top: 40px;
}

/*-------------------------------------Slideshow--------------------------------*/
#slideshowwrapper {
    position: relative;
    text-align: -webkit-center;
}
#slideshow {
   max-width: 1800px
}
#slideshow, .floatleft {
    float: none;
}
#slideshow:focus {outline:0;}

#slideshowwrapper .callbacks .ezcaptionwrapper {
    max-width: 1000px;
    background: transparent;
    right: calc((100% - 1800px)/ 2);
    left: 30%;
    padding: 10px 20px;
    bottom: auto;
    top: 40%;
    text-align: left;
	background-color: rgba(0,0,0,0.3);
	border-radius: 4px; 
}

#slideshowwrapper .callbacks .ezcaptionwrapper span {
    display: block;
    font-family: 'open_sansregular', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    padding: 0 10px;
}

#slideshowwrapper .callbacks .ezcaptionwrapper .ezcaptiontitle {
	font-family: 'open_sansbold', sans-serif;
	
    font-size: 75px;
    color: #fff;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    font-weight: normal;
    line-height: 100%;
	padding-bottom:5px;
}

#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%;
}
#slideshowwrapper .callbacks img {
	border-radius: 25px;
}

#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a {
    display: inline-block;
    padding: 5px 30px;
    background-color: orange;
    font-family: "open_sanssemibold", sans-serif;
    color: #000;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1pt solid rgba(255, 255, 255, .5);
    font-size: 16px;
    text-shadow: none;
    letter-spacing: 1pt;
    text-decoration: none;
}
#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a:hover {
    background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
/*---------------------------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 {
    padding: 40px 0 30px 0;
	z-index:99;
	position: relative;
}

#section1in {
    max-width: 1600px;
}

/*------------------------------Section 2----------------------------------*/
#section2 {
    padding: 50px 0;
	background-size: cover;
	background-image: url('/upload/common/images/sec2bkgA2.jpg');
}

#section2 .sec2overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
}
#section2in {
    max-width: 1600px;
}
#section2in .resourceimg  {
	padding: 20px;
	background-color: #fff;
	transition: all 0.5s ease;
}
#section2in .resourceimg img {
	display: block;
	width: 342px;
	height: 246px;
	object-fit: cover; /* or object-fit: contain; */
}
#section2in .resourceimg:hover {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: all 0.5s ease;
	transform: translateY(-5px);
}

#section3 {
	background-color: #fff;
	padding: 100px 0;
	min-height: 600px;
}

/*#section3in table tr {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

#section3in table tr td {
    width: 100%;
    display: block;*/
}
#section3in {
    width: 100%;
}

.editor #section3 {
    max-height: none;
}

/*---------------------------------Homepage-----------------------------------*/
#contentleft_hp {
    width: 70%;
}

#contentleftin_hp {
    width: 96%;
    margin: 0 auto 0 0;
}

#contentright_hp {
    width: 30%;
}
/*--------------------------------------Page Content------------------------------------*/
#main {
    width: 96%;
    padding: 0 0 30px 0;
    position: relative;
}
#pagename {
    width: 96%;
	margin: 0 auto;
}

/*-------------------------------------Content Left--------------------------------------*/
#contentleft {
    width: 30%;
    min-height: 50px;
	float: left;
}

#contentleftin {
    width: 93%;
    margin-right: 7%;
    min-height: 50px;
}

/*-------------------------------------Content Right------------------------------------------*/
#contentright {
    width: 70%;
    min-height: 100px;
	float: left;
}

#contentrightin {
    width: 100%;
    min-height: 50px;
    padding-bottom: 20px;
    margin: 0 auto 0 0;
}



/*-------------------------------------Footer-----------------------------------------*/
#footerwrapper {
    padding: 30px 0;
}

#footerin {
    padding: 35px 0;
}

/*--------------------------------------ezTag-------------------------------------------*/
#eztagwrapper {
    padding: 10px 0;
	background-color:#000;
}

#eztagin {
    width: 70%;
	float: left;
}

#poweredby {
    width: 30%;
	float: right;
}

#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-----------------------------------------*/
#socialmedia {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#socialmedia a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background: rgb(187, 187, 187, .09);
    color: #FFF;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#socialmedia a:hover {
    background: #3e59a8;
    color: #fff;
}

/*--------------------------Searchbox--------------------------------------*/
#header #headersearchwrapper {
	width:300px;
	text-align: right;
	position: absolute;
	top: 100px;
	right: 10px;
	background-color: rgba(255,255,255,1);
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#header #headersearchwrapper2 {
	width:300px;
	text-align: right;
	position: absolute;
	top: 100px;
	right: 10px;
	background-color: rgba(0,0,0,.05);
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#header .fa {
	font-family: 'FontAwesome';
    line-height: inherit;
    color: 01203F !important;
    background: none;
	font-size: 24px;
    overflow: hidden;
	padding: .5em;
    background-blend-mode: multiply;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
#header .headerlinks {
	text-align: center !important;
}
#header .headerlinks a, #header .headerlinks span {
    color: #01203F;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
	font-weight: bold;
}
#header #searchbox .input-wrapper input:focus {
	outline: 1px auto rgb(94, 158, 214) !important;
}
#header #searchbox .input-wrapper input::placeholder {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #000;
	font-size:14px;
	padding-left: 10px;
}
#header #searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 3px;
    height: inherit;
    display: table;
    vertical-align: middle;
}
#header #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;
}
#header #searchbox .input-wrapper input {
    border: 0px solid #ebebeb;
    outline: 0px;
    background: transparent;
	color: #000 !important;
}
#header #searchbox {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 30px;
}
#header #searchbox {
    border: 1px solid rgba(0,0,0,.3);
    background-color: rgba(0,0,0,.03);
    border-radius: 25px;
}
#header #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;
}
#header #searchbox .input-wrapper button {
    color: #efefef;
    /*border: 1px solid #efefef;*/
    border-radius: 0 25px 25px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    /*border-left: 1pt solid rgba(0, 0, 0, .05);*/
	background: #01203F;
}
#header #searchbox .input-wrapper button:hover {
	background:#203d68;
    /*border: 1px solid rgba(255,255,255,.2);*/
}
/*------------------------------------Tablet-----------------------------------------*/
@media screen and (min-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;
    }
	#header #headersearchwrapper {
    width: 100%;
    position: relative;
    margin: 5px auto 0 auto;
	top: 0;
	}
	#header #headersearchwrapper2 {
    width: 100%;
    position: relative;
    margin: 5px auto 0 auto;
	background: rgba(255,255,255,.7);
	top: 0;
	z-index: 1;
	}
    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
        top: 10px;
    }
	#slideshowwrapper {
		width: 96%;
		margin: 30px auto 0 auto;
	}
	#slideshowwrapper img {
		filter: brightness(50%)
	}
    #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;
		background-color: transparent;
    }

    #slideshowwrapper .callbacks .ezcaptionwrapper .ezcaptiontitle {
    font-size: 1.2em;
    }

    #slideshowwrapper .callbacks .ezcaptionwrapper .ezcaption {
    font-size: 1em;
    }
	#slideshowwrapper .ezcaptionwrapper .ezcaptionlink a {
    padding: 0px 10px;
	font-size: 14px;
	line-height: 20px;
	}

    #section1 {
    padding: 20px 0 20px 5px;
	z-index: 1;
    }

    #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;
    }
}
