@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 {
	max-width: 100%;
	overflow-x: hidden !important;
}
html,
body {
    height: 100%;
}
form {
    height: 100%;
}
body {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0 auto;
}
.eztext_area ul {
    margin-bottom: 1em;
}
@media screen and (max-width:700px) {
	#section1 .eztext_area ul {
	margin-bottom: 0;
	}
}
/*-----------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---------------------*/
/* Hidden off-screen but focusable (passes WAVE) */
#skip-navigation {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #bd0101;
  color: #fff;           /* 5.7:1 on #bd0101 (AA) */
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 600;
}

/* Reveal on focus */
#skip-navigation:focus,
#skip-navigation:focus-visible {
  left: 0;
  z-index: 99999;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
#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;
}
#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);
}
#header {
    position: relative;
}
#header .headerlogo {
    padding: 10px 0;
}
#header .headerlogo img {
    display: block;
}
#headerwrapper.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);
    }
}
/*-----------------------Menu--------------------------------*/
#menu {}

/*------------------------Content Wrapper----------------------*/
#contentwrapper {}
#contentwrapperin {
    position: relative;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 40px;
}
#contentwrapperin.secondary {
}
/*------------Hero image replacing Slideshow--------------*/
#heroimagewrapper {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .03)), url(/upload/common/images/homeimage.jpg);
    background-size: cover;
    text-align: -webkit-center;
	min-height: 500px;
}

#heroimagetext .welcometo img {
	width: 600px;
	margin: 0 auto;
	margin-top: 10%;
}
#heroimagetext .eztext_area {
	width: 800px;
	margin: 0 auto;
	margin-top: 3%;
	text-shadow: 
    0 0 10px rgba(0, 0, 0, 0.7), 
    0 0 20px rgba(0, 0, 0, 0.4), 
    0 0 30px rgba(0, 0, 0, 0.3); 
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 24px;
	letter-spacing: .5pt;
    color: #fff;
	line-height:26px !important;
}

/*-----------------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%;
}
@media screen and (max-width:700px) {
  #slideshowwrapper .ezcaption {
	  display: none !important;
  }
}
/*--------------------title page area---------------------*/
#pagenamewrapper {
	padding: 40px 0;
}
#pagenamewrapper {
	padding-left:10px;
}
/*-------------------Section 1-----------------------------*/
#section1 {
	background: #f1f1ef;
    padding: 70px 0 70px 0;
}
#section1in {
    max-width: 1400px;
}
/*-----------------------------Section 2------------------------------*/
#section2 {
    padding: 80px 0;
	background: #A7A7A7;
	background: #c2c2c2;
	background: linear-gradient(0deg,rgba(194, 194, 194, 1) 0%, rgba(241, 241, 239, 1) 74%);
	border-top: 1px solid #ccc;
}
#section2in {
    max-width: 1200px;
}
/*-----------------------------Section 2------------------------------*/
#section3 {
    padding: 80px 0;
	background-color: #fff;
}
#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%;
}
/*-------------------------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%;
    padding: 20px 0;
    position: relative;
}
/*------------------------------Footer-----------------------------*/
#footerwrapper {
    padding: 80px 0 20px 0;
}
#footerin {
}
#footer .footerlogo {
	padding: 10px 0;
}
/*------------------------------ezTag----------------------------------*/
#eztagwrapper {
    padding: 10px 0;
	background-color: #364c75;
}
#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-left: 1pt solid rgba(0, 0, 0, .05);*/
    border-radius: 0 5px 5px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	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,
	#contentwrapperin,
    #footerin,
    #eztag {
        width: 96%;
        margin: 0 auto;
    }
    #slideshowwrapper .callbacks .ezcaptionwrapper {
        left: 2%;
        bottom: 30px;
        top: auto;
    }
    #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:1024px) {
	#topnav .eztext_area {
		display: flex;
		justify-content: center;
	}
    #header .ezlayout2Col1,
    #header .ezlayout2Col2 {
        width: 100% !important;
        display: block;
        float: left;
    }
    #header .headerlogo img {
        margin: 0 auto;
        width: 50% !important;
    }

    #header .RadMenu_ezSilk .rmRootGroup {
        text-align: center;
    }
    #headerwrapper.headerfixed .headerlogo img {
        width: 200px !important;
    }
	#heroimagetext .eztext_area {
	width: 600px;
	}
	#pagename .eztext_area {
		display: flex;
		justify-content: center;
	}
	#section1in .ezlayout3Col1,
    #section1in .ezlayout3Col2,
	#section1in .ezlayout3Col3{
        width: 100% !important;
        display: block;
        float: left;
    }
    /*#section1,
    #section3 {
        background-size: cover;
    }*/
	#section2in .ezlayout3Col1,
    #section2in .ezlayout3Col2,
	#section2in .ezlayout3Col3 {
        width: 100% !important;
        display: block;
        float: left;
    }
	#contentwrapperin .ezlayout2Col1,
    #contentwrapperin .ezlayout2Col2,
	#contentwrapperin .ezlayout3Col1,
    #contentwrapperin .ezlayout3Col2,
	#contentwrapperin .ezlayout3Col3 {
        width: 100% !important;
        display: block;
        float: left;
    }
	#contentleft {
		width: 100%;
	}
	#contentleftin {
		width: 100%;
	}
	#contentright {
		width: 100%;
	}
    #footer div,
    #eztag div,
    #eztag p {
        text-align: center !important;
    }
	#footerwrapper {
		padding: 0;
	}
	#footer .ezlayout2Col1 {
			width: 100% !important;
	}
    #footer .widgetitem img {
        width: 350px !important;
		margin: 0 auto !important;
    }
	#footer .ezlayout3Col1,
    #footer .ezlayout3Col2,
	#footer .ezlayout3Col3 {
        width: 100% !important;
        display: block;
        float: left;
    }

    #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: 70% !important;
        position: relative;
        left: 0;
        top: 0;
    }
	#heroimagetext .welcometo img {
		width: 350px;
		margin-top: 120px;
	}
    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
        top: 10px;
    }

    #section1 {
    padding: 20px 0 20px 0;
    }
    #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;
  }
    #footer .widgetitem img {
    max-width: 70%;
    }
	/*------sitemap------*/
	.smcol1_3 {
    width: 50% !important;
	}
}

@media screen and (max-width:500px) {
	#heroimagetext img {
	width: 330px;
	}
	#heroimagetext .eztext_area {
	width: 330px;
	}
    #topnav .ezlayout2Col1 {
        width: 225px !important;
    }
    #topnav .ezlayout2Col2 {
        width: calc(100% - 225px) !important;
    }
    #topnav .eztext_area span:not(.fa) {
        display: none;
    }

}
