/* ----- Google Programable Search ----- */
.pse-custom-search {
    width: 90% !important;  
    float: right !important;
	margin-right: 30px;
	margin-top: 22px;
}

@media screen and (max-width:1400px) and (min-width:700px) {
.pse-custom-search {
    display:none;
 }
}

@media screen and (max-width:700px) {
.pse-custom-search {
    float: none !important;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0 auto;
    display: inline-block;
  }
}

table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

/*solid border around search box*/
.gsc-search-box {
   /* border: 1px solid #1a3784 !important; */
    border-radius: 3px;
    padding: 0 0 0 10px;
}

/* Search placeholder input*/
#gsc-i-id1::placeholder { 
   font-family: 'Segoe UI', helvetica, san-serif;
   color: white; 
   opacity: 1;
}

/* color the input and font */
.gsc-input {
    font-size: 16px;
    background: #10265d !important;
	background-color: rgba(255,255,255,.05) !important;
    color: #fff !important;
}
/*input border*/
.gsc-input-box {
    border: 1px solid #666 !important;
    /*background: #fff;*/
	background-color: rgba(255,255,255,.05) !important;
}
.gsc-search-button-v2 {
    width: auto;
    vertical-align: middle;
    padding: 9px 14px !important;
    margin-top: 1px;
    border-radius: 5px !important;
    border-color: transparent !important;
    background: #17235d !important;
	background-color: #F77301 !important;
}

/* ---------------- Horizontal --------------- */

/* Mobile menu hamburger */
.main-menu-btn {
  float: right;  
}

@media (min-width: 768px) {
   .sm {    /* Alignment*/
    float: none;
    clear: none;
	/*margin-left: 100px;*/
    }
   .sm-clean { /*background color*/
    padding: 0 10px;
    background: #000 !important;
    border-radius: 0 !important;
    }
   .sm-clean a, .sm-clean a:focus, .sm-clean a:active { /*initial font color*/
    color: #fff !important;
    border-radius: 0 !important;
   }
   .sm-clean a:hover, .sm-clean a.highlighted {    /* hovertoplevel - with bordercolortop */
    border-top: 5px solid #ff7c01;
    margin-top: -5px;
    color: #fff;
   }  
   .sm-clean a.has-submenu {
    padding-right: 24px;
   }
   .sm-clean a .sub-arrow { /* arrow color - to view add a color the first position */
    border-color: white transparent transparent transparent; 
   }
   .sm-clean ul a .sub-arrow {
    border-color: transparent transparent transparent #FF7B01;
   }
   .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { /* font */
   font-family: 'open_sanslight',sans-serif;
   font-size: 18px;
   text-transform: uppercase;
   }
   .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 18px 24px;
   }
   .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {    /* SubMenu Hover */
   background: #ff7c01;
   color: #000 !important;
   margin: 0;
   }
   .sm-clean ul { /* subMenu Dropdown */
   border: 0px solid #bbbbbb;
   padding: 0; /* remove padding on dropdown */
   background: #000;
   border-radius: 0px 0px 5px 5px !important;
   box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
   opacity: 92%;
   }
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after { /* remove arrow on subs */
   display: none;
  }
  .main-menu-check:not(:checked) ~ .sm { /* Return menu to normal after mobile*/
    object-fit: none;
    position: inherit !important;
    opacity: 2 !important;
  }  
  .nav-brand a {
    display: none !important;
  }
  .main-menu-check:not(:checked) ~ .sm { /* center menu GHD*/
    display: inline-block;
  }
}
   .main-nav { /* center menu GHD */
    text-align: center !important;
}
  .main-menu-check:not(:checked) ~ .sm { 
    object-fit: cover;
    position: absolute;
    opacity: 0;
} 

   .sm-clean { /* mobile */
    border-radius: 0;
}
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { /* mobile font */
    font-family: "Segoe UI", Helvetica, sans-serif;
}
.main-nav-expanded { /*full sized mobile*/
    position: fixed;
    height: 100%;
    background: #eee;
    width: 95%;
    left: 0;
    z-index: 5;
    top: 0;
    overflow: auto;
    -webkit-box-shadow: 5px -1px 10px -6px #333;
    box-shadow: 5px -1px 10px -6px #333;
    -webkit-animation-name: ezslider;
    -webkit-animation-duration: 0.6s;
    animation-name: ezslider;
    animation-duration: 0.6s;
    opacity: 98%;
    }

@-webkit-keyframes ezslider {
    from {left:-600px; opacity:0} 
    to {left:0; opacity:1}
    }
@keyframes ezslider {
    from {left:-600px; opacity:0}
    to {left:0; opacity:1}
}
/* change mobile background color ------------------------- */
.main-nav-expanded {
  background: #000;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
   color: #fff;
}
.sm-clean {
    background: #000;
}

/* hamburger background alignment etc below ---------------- */
.main-menu-btn {
    margin: 6px 10px;
    width: 44px;
    height: 40px;
    text-indent: 29px;
    color: #1a3784;
    border-radius:2px;
} 
   .main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {  /* m-hamburger */
     background: #fff !important;
}
   .main-menu-btn-icon {
   left: 10px;
}

.nav-brand {  /* mobile text */
    float: left;
    margin: 18px 0 0 15px;
}

.nav-brand a {
    display: contents;
    color: #fff;
    position: absolute;
    top: 22px;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    left: 51px;
    line-height: 18px;
    text-decoration: none;
}

.overflow-hidden { /* mobile add to body tag */
	overflow: hidden;
}

/* -------------- Vertical --------------- */

@media (min-width: 768px) { /* Menu width BG Color */
   .sm-clean.sm-vertical {
    background: #e8e8e8 !important;
    border-radius: 0;
    width: 100%;
    padding: 0; /* remove padding in vertical */
  }
   .sm-vertical a:hover, .sm-vertical a.highlighted { /* First level margin */
    border-top: 0;
    margin-top: 0;
   }
   .sm-vertical a, .sm-vertical a:hover, .sm-vertical a:focus, .sm-vertical a:active { /* Font */
    font-family: 'open_sansregular',sans-serif;
    text-transform: none;
    color: #fff !important;
    background: #242424;
    }
    .sm-clean.sm-vertical ul { /* Fly out */
    border: 0px solid #bbbbbb;
    padding: 0; /* remove padding on fly-out */
    background: #1D3B74;
    border-radius: 0px !important;
    box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
    opacity: 99%;
    margin-left: 100% !important; /*animation*/
    }
   .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted { /* hover color BKG and text*/
    background: #1a3784 !important;
    color: #fff !important;
   }
   .sm-clean.sm-vertical a:hover .sub-arrow, .sm-clean.sm-vertical a:focus .sub-arrow { /*sub-arrow-hover*/
    border-color: transparent transparent transparent #ffffff;
   }
   .sm-clean.sm-vertical, .nav-brand { /*Menu top space*/
    display:none;
   }

}
    .sm-vertical { /*set vertical width */
    width: 100%
}
   .main-nav-panel-bar .nav-brand {/*remove panel bar top space*/
    display:none;
}
    .main-nav-panel-bar .sm-panel-bar {/* modify panel bar z-index */
    z-index:2;
}
    .main-nav-panel-bar .sm a:hover { /* panel bar hover */
    background: #F37303;
	color: #fff !important;
}
.sm-panel-bar li {
	border-top: 1px solid #666;
}
.sm-panel-bar > li:first-child > a, .sm-panel-bar > li:first-child > :not(ul) a {
    border-radius: 0;
}
.sm-panel-bar a, .sm-panel-bar a:hover, .sm-panel-bar a:focus, .sm-panel-bar a:active {
    padding: 15px 20px;
}

.sm-panel-bar a, .sm-panel-bar a:hover, .sm-panel-bar a:focus, .sm-panel-bar a:active, .sm-panel-bar a:visited {
    padding: 15px 20px;
    color: #fff;
    /* width: 100px; */
    padding-left: 59px;
}

.panel-bar-container .sm {
	background-color: #242424;
	margin:0 auto;
}
.homequickcontainer {
	background-color: #242424;
	padding: 30px 0 60px 0;
	border-radius: 5px;
}


@media screen and (max-width:700px) {
.homequickcontainer  .panel-bar-container .sm {
    background-color: #242424;
    padding: 30px 0 60px 0;
    border-radius: 5px;
    text-align: center;
   }
}

.homequickcontainer .panel-bar-container .sm {
	background-color: #666;
	width: 70%;
	margin:0 auto;
    background-color: #242424;
    padding: 30px 0 60px 0;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

/*---------------------------stretch buttons--------------------------*/

.stretch-btn-group  {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
	z-index:9;
	width: 80
}

.stretch-btn-group .ezbutton {
    /*backgr  ound: transparent;*/
    border: none;
    background-clip: padding-box;
	background-color: #E7EAEA;
    color: #fff;
    padding: 20px 25px 50px 25px;
    cursor: pointer;
    float: left;
    width: 21%;
    display: block;
    text-align: center;
	transition: all 0.5s ease;
	margin-right:5px;
}

.stretch-btn-group .ezbutton span {
   font-family: 'open_sanslight', sans-serif;
   color: #666666;
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   white-s pace: nowrap;
   width: 100%;
   font-size: 17px;
   line-height: 1.3em;
}
.stretch-btn-group .ezbutton .title {
   font-family: 'open_sansextrabold', sans-serif;
   font-size: 30px;
   line-height: 1em;
   margin-bottom:10px;
}

/* Clear floats (clearfix hack) */
.stretch-btn-group: after {
   content: "";
   clear: both;
   display: table;
}


.stretch-btn-group .ezbutton:last-child {
   border-right: none; /* Prevent double borders */
}


.stretch-btn-group .ezbutton img {
   transition: all 0.5s ease;
   padding: 10px 20px 0 20px; /* button size */
   margin-bottom: 10px;

}
/* Add a background color on hover */

.stretch-btn-group .ezbutton:hover {
   box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
   outli ne: 1px solid #76AAD3 !important;
   transition: all 0.5s ease;
   /*transform: translateY(-10px);*/
}

@media screen and (max-width:700px) {
	.stretch-btn-group {
		top: 0;
	}
    .stretch-btn-group .ezbutton {
        width: 95%;
        padding: 10px 0;
		margin-bottom: 30px;
		margin-right: 9px;
    }
   .stretch-btn-group .ezbutton img:hover {
        transform: none !important;
        transition: none !important;
    }
}

/* Looks like old buttons-------------------------------------------------
#buttonswrapper .widgetitem img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
   /* background: #022efe; */
}

#buttonswrapper .widgetitem img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 0px 30px 10px rgba(2, 46, 254, 0.3);
            box-shadow: 0px 0px 30px 10px rgba(2, 46, 254, 0.3);
}
/*----------------toggle/accordian----------------------*/
#newswrapper .accordion {background-color: #fff;}
.accordion {
    border: 1px dotted #F48626;
	background-color: #f8f8f8;
}
.accordion-item-hd {
    padding: 15px 30px 15px 0;
	color: #000;
}
.accordion-item-hd-cta {
    color: #b95d0d;
}
.accordion-item-input:checked~ .accordion-item-bd {
    border-top: 1px solid #F48626;
}
.eztoggleWrapper {
    color: #333;
}
/*-------------------------directory module remove page number-------*/
.ezDBwrapper .pagecount {
	display: none;
}
/*---------------------------news container 5----------------------------*/
#newsbtns {
  text-align: right;
  font-size: 35px;
  box-sizing: border-box;
  padding: 30px 10px;
}

#newsbtns>a {
  text-decoration: none;
  color: #FF7B01;
}

#newsbtns>a:hover {
  cursor: pointer;
  color: #000;
}

.customrss5__item {
  display: block;
  width: 33.33333%;
  float: left;
  text-align: left;
  position: relative;
}

.customrss5__item__padding {
  background: #fff;
  overflow: hidden;
  margin: 10px;
  border-radius: 5px;
  min-height: 300px;
}

.customrss5__header {
  /*height: 165px;*/
  posi tion: relative;
}

.customrss5__thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.customrss5__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.customrss5__content {
  padding: 30px;
  background: #fff;

}

.customrss5__title {
  font-family: 'open_sanssemibold', sans-serif;
  margin-bottom: 5px;
  color: #666666;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -1pt;
}

.customrss5__description {
  color: #4c4c4c;
  font-size: 15px;
  word-break: break-word;
  height: 75px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 25px;
  display: none;
}

.customrss5__date {
  font-size: 13px;
  color: #333;
  display: none;
}

.customrss5__date .ion-calendar {
  margin-right: 5px;
  color: #1A3784;
}

.customrss5__readmore {
  margin-top: 15px;
  position: absolute; 
  bottom: 30px;
}

.customrss5__readmore a {
  color: #242424;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 14px;
  text-decoration: none;
  line-height: 100%;
  background-color: #E7EAEA;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.customrss5__readmore a:hover {
  background-color: #f9f9f9;
  color: #000;
}

@media screen and (max-width:700px) {
  .customrss5__item {
    width: 50%;
  }
  /* I had to remove to get the slide show to work on mobile
     .ezc-element {
    width: 100% !important;
  } */
}


@media screen and (max-width:700px) {
  .customrss5__item {
    width: 100%;
  }
}



/*Fixes tab overflow issue*/
.RadTabStrip .rtsLevel,
.RadTabStripVertical .rtsLevel {
    overflow: visible !important;
}

/*Horizontal RSS Feed*/
html .ezrss-horizontal {
    float: none !important;
    width: 100%;
}

html .ezrss-wrapper {
    font-family: "open_sansregular", sans-serif;
}

html .ezrss-item {
    min-height: 200px;
}

html .ezrss-item-inner {
    font-size: 15px;
}

html .ezrss-item:before {
    border-right: 1px solid #1A3784;
}

html .ezrss-horizontal .ezrss-datemonth {
    text-align: right;
}

html .ezrss-horizontal .ezrss-day {
    font-family: "open_sanssemibold", sans-serif;
}

html .ezrss-horizontal .ezrss-solodate {
    font-family: "open_sanssemibold", sans-serif;
}

html .ezrss-month {
    text-transform: uppercase;
}

html .ezrss-header {
    color: #1A3784;
}

html .ezrss-title a {
    color: #333;
    text-decoration: none;
    font-family: "open_sanssemibold", sans-serif;
}

html .ezrss-title a:hover {
    text-decoration: underline;
}

.superintendent-blog {
    background: #f3f3f3;
    padding: 20px;
    border: 1px solid #ffc50c;
}



/*------------------------------------------------------------------------Emergency System--------------------------------------------------------------------------*/
#emergency-alert {
    position: relative;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    overflow: hidden;
}

#emergencywrapper {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

#emergencywrapper .editbox {
    margin-top: 50px;
}

#emergencywrapper .widgetitem {
    width: 94%;
    float: none;
}

#emergencywrapper .eztext_area {
    padding: 10px;
}

#emergencyin {
    position: relative;
}

#emergencyin .ion-android-alert {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 30px;
    color: white;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#emergencyin .ion-ios-close-empty {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 35px;
    z-index: #999;
}

#emergencyin .ion-ios-close-empty:hover {
    cursor: pointer;
}

@media screen and (max-width:700px) {
    #emergencywrapper .eztext_area {
        padding: 10px 20px;
    }

    #emergencyin .ion-ios-close-empty {
        right: 10px;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*----------------------Mobile Wrap Toggle ----------------------*/
.ezMobileToggle {
    display: block;
    padding: 15px 0;
    color: #5A0201;
    font-family: "rokkittregular";
    line-height: 100%;
    font-size: 22px;
    width: 94%;
    margin: 0 3%;
}

.ezMobileToggle:after {
    content: "\f104";
    font-size: 14px;
    font-family: "Ionicons";
    color: inherit;
    float: right;
}

.mobilewrapper {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.mobilewrapper.collapsed {
    max-height: 0px !important;
}

.mobilewrapper.expanded {
    height: auto;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border-top: 1px solid #ccc;
}

/*----------------------Styles for Font Awesome Icons----------------------*/
/*Affects all icons*/
.fa {
    line-height: inherit;
    /*Use to override all icon colors for uniform look*/
    color: ;
    background: ;
    overflow: hidden;
    background-blend-mode: multiply;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*-----------Icon Shapes----------*/
/*READ ME: Font Size and Width/Height should be the same size to keep the icon centered*/
/*But you can increase or decrease the padding to get a larger radius/background */
/*Makes the icons a circle*/
.circle {
    font-size: 20px !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 7px;
}

/*------------Icon Font Colors and Background ------*/
/*Sets all of the icons to one color*/
.uniform {
    color: #5f5f5f;
    background-color: #afafaf;
}

.uniform:hover {
    background-color: #002cff;
    color: #fff;
}
/*------------test for SAISD----------*/

.hdrdropdown-btn {
	position: relative;
	display: inline-block;
	background-color: #fdc800;
	color: #071a52;
	padding: 0 10px;
	line-height: 40px;
	cursor: pointer;
	font-size: 12px;
}
.hdrdropdown-content {
	display: none;
	position: absolute;
	left: 0;
	background-color: #f9f9f9;
	width: 200px;
	padding: 20px;
	z-index: 1;
	line-height: normal;
	box-sizing: border-box;
}

.hdrdropdown-btn:hover .hdrdropdown-content {
	display: block;
 }
.goog-te-gadget {
	display: flex;
	flex-wrap: wrap;
}
.goog-te-gadget .goog-te-combo {
	padding: 0px 7px 0px 4px;
}