@import url("fancyfonts.css");
@import url("fonts.css");
@import url("colors.css");
@import url("fontawesome-all.css");
@import url("fontawesome-allV2.css");
* {
    margin: 0;
}

html,
body {
    height: 100%;
}

form {
    height: 100%;
}

body {
    font-family: "Montserrat-Regular", 'Segoe UI', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.5em;
    color: #333;
}

.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: 1200px;
    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;
}

.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: 100px;
    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--------------------------------------------*/
#topnavwrapper {
	height: 40px;
        background-color: #071a52;
}

#topnav #topnav_left {
        width: 450px;
	float: right;
	margin-right:10px;
}
#topnav #social-media {
	float: right;
	margin-right:10px;
}
#topnav #topnav_espanol {
	float: right;
}
#topnav #topnav_enrollnow {
    	float: right;
}
#topnav .ezlayout2Col1 {
   	width: 318px !important;
}

#topnav .ezlayout2Col2 {
   	width: calc(100% - 318px) !important;
}
#social-media {
	vertical-align:middle;
        text-align:right;
}
#topnav #social-media a {
    	color: #fff;
    	font-size: 14px;
    	margin: 0 10px;
    	line-height:40px;
    	text-align:right;
}
#topnav #hdrdropdown-btn {
	position: relative;
	display: inline-block;
	background-color: #fdc800;
	color: #071a52;
	padding: 0 10px;
	cursor: pointer;
	font-size: 12px;
	float: right;
}
#topnav #hdrdropdown-btn span {
	font-family: "Montserrat-Bold", 'Segoe UI', sans-serif;
	color: #071a52 !important;
}
#topnav #hdrdropdown-content {
	display: none;
	position: absolute;
	left: 0;
	background-color: #f9f9f9;
	width: 200px;
	padding: 10px 20px;
	z-index: 1000;
	line-height: normal;
	box-sizing: border-box;
}
#topnav #hdrdropdown-content a {
	color: #071a52 !important;
	font-family: 'Segoe UI', sans-serif;
}

#topnav #hdrdropdown-btn:hover #hdrdropdown-content {
	display: block;
}
#topnav .goog-te-gadget {
	display: flex;
	flex-wrap: wrap;
}
#topnav .goog-te-gadget .goog-te-combo {
	padding: 0px 0px 0px 4px;
}

/* Temporialy turn off top search*/
#topnav #social-media #searchicon {
   /* display:none;*/
}

/*------------------------------------------------------------------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 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: 30px;
    padding-bottom: 40px;
}

#contentwrapperin.secondary {
    margin-top: 0px;
    padding-top: 0px;
}

/*------------------------------------------------------------------Slideshowwrapper_hp------------------------------------------------------------------*/
#slideshowwrapper_hp {
    position: relative;
    top: 40px; 
    /*  background-color: #071a52; */
    /* height: 593px; */
}

#slideshowwrapper_hp .callbacks .ezcaptionwrapper {
    max-width: 1150px;
    background: transparent;
    left: calc((100% - 1150px)/ 2);
    right: auto;
    padding: 0;
    bottom: auto;
    top: 75%;
    text-align: center;
    margin-left: .5%;
}

#slideshowwrapper_hp .callbacks .ezcaptionwrapper span {
    display: block;
    font-family: 'Montserrat-Bold', 'Segoe UI';
}

#slideshowwrapper_hp .callbacks .ezcaptionwrapper .ezcaptiontitle {
    font-size: 40px;
    letter-spacing: -.5px;
    color: #fff;
	width:720px;
	text-align:left;
    text-shadow: 2px 1px 5px #555555, 0 1px #555555, 0px 0 #555555, 0 0px #555555;
    font-weight: bold;
    line-height: 108%;
    /*padding: 8px 8px 0 8px;*/
    /*background-color: rgba(0, 0, 0, 0.4);*/
}

#slideshowwrapper_hp .callbacks .ezcaptionwrapper .ezcaption {
    font-family: 'Montserrat-Regular', 'Segoe UI';
    font-size: 24px;
	width:700px;
    color: #fff;
    text-shadow: 2px 1px 5px #555555, 0 1px #555555, 0px 0 #555555, 0 0px #555555;
    font-weight: normal;
    line-height: 110%;
    text-align: left;
 /*   padding: 8px 8px 8px 8px;*/
 /*   background-color: rgba(0, 0, 0, 0.4);*/
}
/* HIDE SLIDESHOW ARROWS
#slideshowwrapper_hp .ion-ios-arrow-right {
   display: none;
}
#slideshowwrapper_hp .ion-ios-arrow-left {
   display: none;
} */

#slideshowwrapper .ion-ios-arrow-right {
   display: none;
}
#slideshowwrapper .ion-ios-arrow-left {
   display: none;
} 

/*------------------------------------------------------------------Slideshow-secondary------------------------------------------------------------------*/
/* secondary */
#slideshowwrapper {
   position: relative;
   margin-top: 100px;
   display:block;
}

#slideshowwrapper .callbacks .ezcaptionwrapper {
    max-width: 1150px;
    background: transparent;
    left: calc((100% - 1150px)/ 2);
    right: auto;
    padding: 0;
    bottom: auto;
    top: 9%;
    text-align: center;
    margin-left: 2%;
}

#slideshowwrapper .callbacks .ezcaptionwrapper span {
    display: block;
    font-family: 'Montserrat-Bold', 'Segoe UI';
}

#slideshowwrapper .callbacks .ezcaptionwrapper .ezcaptiontitle {
    font-size: 40px;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: 2px 1px 5px #555555, 0 1px #555555, 0px 0 #555555, 0 0px #555555;
    font-weight: bold;
    line-height: 100%;
}

#slideshowwrapper .callbacks .ezcaptionwrapper .ezcaption {
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 1px 5px #555555, 0 1px #555555, 0px 0 #555555, 0 0px #555555;
    font-weight: normal;
    line-height: 140%;
    text-align: left;
}

/* ---------- department name ---------------- */
#slideshow .second-title {
    color: #fff;
    background-color: #071a52;
    padding: 23px 30px;
    font-size: 34px;
    margin-top:-2px !important;
    letter-spacing: -1px;
    font-family: Montserrat-regular;
}

/*------------------------------------------------------------------Learning Center------------------------------------------------------------------*/
#learningcenters {
    font-family: 'patrick_handregular', 'Segoe UI';
    position: absolute;
    width: auto;
    color: #fff;
    z-index: 8001;
    background-color: #5860AB;
    padding: 10px 50px 10px 70px;
    font-size: 31px;
    left: calc((100% - 1200px) /2);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-decoration: none;
}

#learningcenters:hover {
    color: #AAC538;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.editor #learningcenters {
    display: none;
}

#learningcenters:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/templates/t_images/arrow_white.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-animation: arrowMove 1s 5;
    animation: arrowMove 1s 5;
}

@-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);
    }
}

.learning-center {
    position: absolute;
    width: 1200px;
    height: 500px;
    top: 0;
    left: calc((100% - 1200px) /2);
    background-color: #5860AB;
    z-index: 8000;
    overflow-y: auto;
    padding-top: 70px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0px !important;
    width: 1200px !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);
}

.learning-center:focus {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    outline: 0;
}

.learning-center {
    color: #fff;
    font-family: 'patrick_handregular', 'Segoe UI';
    font-size: 18px;
}

.learning-center img {
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.learning-center img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.learning-center p {
    margin: 0;
}

.learning-center table,
.learning-center tbody,
.learning-center tr {
    display: block;
    text-align: center;
}

.learning-center td:empty {
    display: none;
}

.learning-center td {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
}

/*------------------------------------------------------------------Section 1------------------------------------------------------------------*/
#section1 {
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 75px 0 50px 0;
}

#section1in {
    max-width: 1200px;
}

/*------------------------------------------------------------------Section 2------------------------------------------------------------------*/
#section2 {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    padding: 20px 0 50px 0;
}

#section2in {
    max-width: 1200px;
}


/*------------------------------------------------------------------Section 3------------------------------------------------------------------*/
#section3 {
    background-color: #071a52;
    background-image: url("/templates/t_images/resource_bkg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    max-height: 627px;
	color:#fff;
}

.editor #section3 {
    max-height: none;
}

/*------------------------------------------------------------------Section 4------------------------------------------------------------------*/
#section4 {
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 20px 0 50px 0;
}

#section1in {
    max-width: 1200px;
}


/*------------------------------------------------------------------Section 5------------------------------------------------------------------*/
#section5 {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    padding: 20px 0 50px 0;
}

#section5in {
    max-width: 1200px;
}


/*------------------------------------------------------------------Homepage------------------------------------------------------------------*/
#contentleft_hp {
    width: 70%;
}

#contentleftin_hp {
    width: 96%;
    margin: 0 auto 0 0;
}

#contentright_hp {
    width: 30%;
}



/*------------------------------------------------------------------Content Left------------------------------------------------------------------*/
#contentleft {
    width: 30%;
}

#contentleftin {
    width: 89%;
    margin: 0 auto;
    min-height: 50px;
   /* border-right: 1px solid #ebebeb; */
}

/*------------------------------------------------------------------Content Right------------------------------------------------------------------*/
#contentright {
    width: 68%;
    min-height: 100px;
    /* margin-top: 15px; */
    margin-left: 2%;
}

/* -30 to elevate */
#contentrightin {
    width: 98%;
    min-height: 50px;
    padding-bottom: 20px;
    margin: 0 auto 0 0;
    top: -30px;
}

/*------------------------------------------------------------------Full Page Content------------------------------------------------------------------*/
#main {
    width: 94%;
    padding: 20px 0;
    position: relative;
}

/* ----- set main to width 100 percent ---- */ 
.bondonly {
    width: 100% !important;
}
@media screen and (max-width: 480px) {
.bondonly {
    width: 97% !important;
   }
}


/*------------------------------------------------------------------Footer------------------------------------------------------------------*/
#footerwrapper {
    padding: 20px 0;
}

#footerin {
    padding: 35px 0;
}
#footerin {
	color:#fff;
	}
#footerin ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height:125%;
}
#footerin li:before {
    content: "\203A";
	font-size:35px;
    display: block;
    float: left;
    width: .6em;
    color: #FDC800;
	position:relative;
	top:-3px;
}
#footerin li {
	font-size:16px;
	padding-bottom:.8em;
}

/* remove yellow arrows -margins -text-indent in the editor-footer */
.editor #footerin ul {
   padding-left: 0;
   text-indent: 0;
   line-height: 0;
}

.editor #footerin li:before {
   display:none;
   }

.editor #footerin li  {
   padding-bottom: 0 !important;
} 


#footerin .btn_footer {
    font-weight: 300;
    color: #fff !important;
    font-size: 24px;
    padding: 15px 5px;
    margin-bottom: 5px;
    background: #071A52;
    border: 3px solid #FDC800;
	text-align:center;
	display:block;
	width:85%;
}
#footerin .btn_footer:hover {
    background: #013087;
	text-decoration:none !important;
}
#footerin .btn_footer a:hover {
    background: #013087;
	text-decoration:none !important;
}
#footerin .footer_heading {
    font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
	font-size:22px;
}
#footerin .footer_address {
    font-family: "Montserrat-regular", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:175%;
}
#footerin hr {
	border-top: 1px solid #FDC800;}

/*------------------------------------------------------------------ezTag------------------------------------------------------------------*/
#eztagwrapper {
    padding: 20px 0;
}

#eztagin {
    width: 70%;
}

#poweredby {
    width: 30%;
}

#scrolltotop {
    background: #fdc800;
    color: #071a52;
    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 #071a52;
}

#scrolltotop:hover {
    cursor: pointer;
}

#scrolltotop.scroll-visible {
    opacity: 1;
}

#scrolltotop>i {}

/*------------------------------------------------------------------Searchbox------------------------------------------------------------------*/
#eco_schedule,
#searchboxwrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#eco_schedule {
    height: 52px;
    padding: 0 20px;
    margin-right: 5px;
}

#eco_schedule span:hover {
    color:#fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#searchboxicon {
    width: 52px;
    height: 52px;
    background:#5860AB;
    margin: 0 0 0 auto;
}

#searchboxicon:hover {
    cursor: pointer;
    color: #AAC538;
}

#searchbox {
    position: absolute;
    width: 300px;
    z-index: 2;
    height: 40px;
    bottom: -50px;
    right: 0;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    outline: 0;
}


#searchboxiconlink:focus #searchbox {
    opacity: 1;
    visibility: visible;
}

#searchbox .input-wrapper {
    width: 100%;
    margin: 0 0 0px auto;
    border-radius: 3px;
    height: inherit;
}

#searchbox .input-wrapper input {
    width: calc(100% - 52px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0px 1.5%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    border: 0px;
    font-size: 15px;
}

#searchbox .input-wrapper input:focus {
    outline: 0;
    border: 0;
}

#searchbox .input-wrapper input:-webkit-input-placeholder {}

#searchbox .input-wrapper input::-webkit-input-placeholder {}

#searchbox .input-wrapper input:-moz-placeholder {}

#searchbox .input-wrapper input::-moz-placeholder {}

#searchbox .input-wrapper input:-ms-input-placeholder {}

#searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 52px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    right: 0;
}

#searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*------------------------------------------------------------------Searchbox------------------------------------------------------------------*/

#sec3searchbox {
    position: relative;
    width: 500px;
    float: right;
    max-width: 100%;
    z-index: 2;
    height: 40px;
}
#sec3searchbox .input-wrapper {
    width: 100%;
    margin: 0px auto;
    border-radius: 0px;
    height: inherit;
}
#sec3searchbox .input-wrapper input {
    position: absolute;
	color:#fff;
    top: 0;
    left: 0;
    width: 85%;
    height: 145%;
    padding: 0px 1.5%;
    float: left;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:22px;
    border: 0px;
	background-color:rgba(255, 255, 255, .2)
}
#sec3searchbox .input-wrapper input:focus {
    outline: 0;
}
#sec3searchbox.input-wrapper input:-webkit-input-placeholder {
    /*--deprecated in new browsers*/
    font-style: italic;
	color:#fff;
}
#sec3searchbox .input-wrapper input::-webkit-input-placeholder {
    font-style: italic;
	color:#fff;
}
#sec3searchbox .input-wrapper input:-moz-placeholder {
    /*--deprecated in new browsers*/
    font-style: italic;
	color:#fff;
}
#sec3searchbox .input-wrapper input::-moz-placeholder {
    font-style: italic;
	color:#fff;
}
#sec3searchbox .input-wrapper input:-ms-input-placeholder {
    font-style: italic;
	color:#fff;
}
#sec3searchbox .input-wrapper button {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0;
    cursor: pointer;
	height: 145%;
    width: 15%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    -moz-border-radius: 0 3px 3px 0;
    right: 5px;
    top: 0px;
	background-color:#fdc800;
}
#sec3searchbox .input-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*------------------------------------------------------------------Tablet------------------------------------------------------------------*/
@media screen and (max-width:1200px) {
    body {
        overflow-x: hidden;
    }

    #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;
    }

    #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:960px) {

    #topnavwrapper {
        height: auto;
     }

    #topnav #social-media {
        height: 46px;
    }
    #header {
        padding: 20px 0;
    }

    #header .headerlogo {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }

    #searchbox {
        max-width: 90% !important;
        float: none !important;
        margin: 0 auto !important;
    }

    #contentleft,
    #contentleft_hp {
        width: 100%;
        margin-bottom: 50px;
        min-height: 10px;
    }

    #contentright,
    #contentright_hp {
        width: 100%;
        min-height: 10px;
    }
    #contentwrapperin {
         padding-bottom: none;
    }

    #contentwrapperin.secondary {
        margin-top: 0px;
    }

    .vertical-align-layout>div {
        display: block;
    }

    .vertical-align-layout>div>div {
        display: block;
        float: left;
    }
   #footerin .btn_footer {
    width: 96% !important;
    }
/* remove social media */
    #section5 {
        display:none;
    }
}

@media screen and (max-width:500px) {
    #topnav .ezlayout2Col1 {
        width: 150px !important;
    }
    #topnav #topnav_left {
    margin-right:0;
    }
    #slideshowwrapper_hp .callbacks .ezcaptionwrapper {
     /*display:none; */
     /* max-height: 0 !important; */
     top: 56%;
    }
    #slideshowwrapper_hp .callbacks .ezcaptionwrapper .ezcaptiontitle {
       font-size: 20px;
       width: 377px;
       padding: 8px 8px 10px 396px;
    }
    #slideshowwrapper_hp {
        top:0;
    } 
    #section1 {
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 20px 0 20px 0;
    }
/*    #section1 #newsbtns {
    display:none;
    } */

    #slideshowwrapper .callbacks .ezcaptionwrapper .ezcaptiontitle {
       font-size: 20px;
       width: 377px;
       padding: 8px 8px 10px 389px;
    }
    #slideshowwrapper {
        margin-top: 0;
    } 

    #topnav .ezlayout2Col2 {
        width: calc(100% - 150px) !important;
    }

    .learning-center td {
        width: 40%;
    }
	
	#section3in .eztext_area {
    text-align: center;
    }
	
	#section3 {
    background-color: #071a52;
	background-image: none !important;
	max-height:none;
	}

    #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;
    }
}
@media screen and (max-width: 380px) {
    #topnav #social-media {
    position: absolute;
    }
    #topnav #social-media a {
    margin: 0 5px;
    }
    #topnav .widgetitem a, #topnav .widgetitem span {
    font-size: 10px !important;
     padding: 0 3px !important;
    }
}
