/* ---------------- Horizontal --------------- */

/* Mobile menu hamburger */
.main-menu-btn {
  float: right;  
}

@media (min-width: 768px) {
   .sm {    /* Alignment*/
    float: right;
    clear: none;
    }
   .sm-clean { /*background color*/
    padding: 0 10px;
    background: #fff !important;
    border-radius: 0 !important;
    }
   .sm-clean a, .sm-clean a:focus, .sm-clean a:active { /*initial font color*/
    color: #000 !important;
    border-radius: 0 !important;
   }
   .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    padding: 12px 26px !important;
   }
   .sm-clean a:hover, .sm-clean a.highlighted {    /* hovertoplevel - with bordercolortop */
    border-top: 3px solid #0c57c7;
    margin-top: -3px;
    color: #fff;
   }  
   .sm-clean a .sub-arrow { /* arrow color - to view add a color the first position */
    border-color: #E9A821 transparent transparent transparent; 
	border-width: 6px;
   }
   .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { /* font */
   font-family: 'open_sanssemibold',sans-serif;
   font-size: 18px;
   text-transform: uppercase;
   }
   .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {    /* SubMenu Hover */
   background: #132F74;
   color: #fff !important;
   margin: 0;
   }
   .sm-clean ul { /* subMenu Dropdown */
   border: 0px solid #bbbbbb;
   padding: 0; /* remove padding on dropdown */
   background: #fff;
   border-radius: 0px 0px 5px 5px !important;
   box-shadow: 0px 15px 10px -15px #111; 

   /*opacity: 92%;*/
   }
   .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    font-family: 'open_sansregular',sans-serif;
	}
  .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 { /* eliminate old menu animation in mobile */
    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 */
}
.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: #1a3784;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
   color: #fff;
}
.sm-clean {
    background: #1a3784;
}

/* 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: 'Segoe UI',sans-serif;
    text-transform: none;
    color: #333 !important;
    }
    .sm-clean.sm-vertical ul { /* Fly out */
    border: 0px solid #bbbbbb;
    padding: 0; /* remove padding on fly-out */
    background: #e8e8e8;
    border-radius: 0px !important;
    box-shadow: 0 5px 9px rgb(0 0 0 / 20%);
    opacity: 99%;
    margin-left: 100% !important; /*animation*/
    }
	.sm-panel-bar a, .sm-panel-bar a:hover, .sm-panel-bar a:focus, .sm-panel-bar a:active {
    font-size: 16px;
	}
   .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: #f9f9f9;
}
/*-----------------------------------mega menu-----------------------------------------*/
/*--------------------MEGAMENU--------------------*/

#menu .ezMegaWrapper {
   background: transparent;
    font-family: "open_sansregular", Segoe UI, sans-serif;
  /*  position: inherit; */
    z-index: 8800;
}

#menu .menu .top-link {
    background: transparent;
}

#menu .menu .top-link a,
#menu .menu .top-link span {
     color: #292562; 
     /* color: #fff; ADA Issue GHD */
}

#menu .menu .top-link>a,
#menu .menu .top-link>span {
    position: relative;
    padding: 0 1.5em;
    line-height: 40px;
    padding-bottom: 2.5px;
    padding-top: 2.5px;
    font-size: 20px;
}

#menu .menu .top-link:hover>a,
#menu .menu .top-link:hover>span {
    color: #fff;
	background-color: #292562;
}

#menu .menu .top-link:hover>a,
#menu .menu .top-link:hover>span {
 /*  -webkit-box-shadow: 4px 4px 1px 0px rgba(0, 0, 0, .3);
    box-shadow: 4px 4px 1px 0px rgba(0, 0, 0, .3);
    overflow: hidden;*/
}

#menu .menu .item {
    padding: 4px 0;
}

#menu .menu .dropdown {
    border-radius: 0px;
    background-color: #fff;
	background-clip: padding-box;  /** <-- this **/
	padding: 2em;
	border: 15px solid rgba(0,0,0,.2);
}

.menu-dropdown-icon:before {
    top: 14px !important;
}

.is-expanded:before {
    color: #fff !important;
}
#menu .menu .column .col-1 {
	    border-right: 1px solid black;
}
#menu .menu .col-header > a {
    font-family: "open_sansregular", Segoe UI, sans-serif;
	font-size: 1.1em;
	font-size: .8em;
    padding: 4px 0;
	text-transform: uppercase;
	line-height: 1.22em;
}
#menu .menu .col-header > span {
    font-family: 'cardoregular', sans-serif;
    font-size: 1.6em;
    padding: 4px 0;
	text-transform: uppercase;
}
.menu .col-header a, .menu .col-header span {
    text-transform: uppercase;
}

#menu .menu .dropdown .container {
    font-family: "open_sansregular", Segoe UI, sans-serif;
    margin: 3px 0 0 0;
	color: #000;
}
#menu .menu .dropdown a,
#menu .menu .dropdown span {
	color: #000;
	line-height: 1.22em;
}
#menu .menu .dropdown ul {
list-style-type:none;
}

#menu .menu .dropdown a:hover,
#menu .menu .dropdown span:hover {
    background: transparent;
}

#menu .menu .dropdown a:hover {
    color: #444A7D;
}

#menu .menu .dropdown.normal-sub .column>.col-header>a,
#menu .menu .dropdown.normal-sub .column>.col-header>span {
    font-weight: normal;
    padding: 5px;
}

#menu .menu .main ul.dropdown .column>.col-header>a,
#menu .menu .main ul.dropdown .column>.col-header>span {
	border-bottom: 0px;
    padding: 5px 0 3px 0;
}

#menu .menu .col-header>a,
#menu .menu .col-header>span {
    font-weight: normal;
}
#menu .menu .dropdown .links {
    padding-left: 10px;
}

#menu .menu .dropdown .links li {
    list-style-type: none;
    position: relative;
}
#menu .menu .dropdown.normal-sub {
    width: 350px;
    left: auto;
}
@media only screen and (max-width: 959px){
.menu .show-on-mobile {
    background-color: #fff;
}
}

/*#menu .menu .dropdown .links li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
}*/

#menu .menu .dropdown .links li,
#menu .menu .dropdown .links li a,
#menu .menu .dropdown .links li span {
    color: #fff;
    /*font-size: 1.1em;*/
	padding: 5px 0 3px 0;
    line-height: .7em;
}
#menu .menu .dropdown .links li a:hover {
	color: #10265D;
}

/*-------------------------------homepage stretch buttons-----------------------------*/
#slidebuttons {

}
#slidebuttons .stretch-btn-group {
	width: 80%;
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
#slidebuttons .stretch-btn-group .ezbutton {
	background-color: rgba(255,255,255,.2);
    border: none;
    border-right: 2px inset #000;
    background-clip: padding-box;
    color: #000;
	padding: 5px 25px;
    float: left;
    cursor: pointer;
	line-height: 1.3em;
    /*float: left;
    display: block;
    text-align: center;*/
}

#slidebuttons .stretch-btn-group .ezbutton span {
   font-family: "open_sanssemibold", Segoe UI, sans-serif;
   color: #fff;
   font-size: 1.3em;
   display: inline-block;
   vertical-align: middle;
   text-align: left;
   white-space: nowrap;
   width: 100%;
}

/* Clear floats (clearfix hack) */
#slidebuttons .stretch-btn-group: after {
   content: "";
   clear: both;
   display: table;
}


#slidebuttons .stretch-btn-group .ezbutton:last-child {
   border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
#slidebuttons .stretch-btn-group .ezbutton:hover {
   transition: all 0.5s ease;
   background-color: #10265D;
}

#slidebuttons .stretch-btn-group .ezbutton img {
   transition: all 0.5s ease;
   border-radius: 5px;
   /*background: rgba(18,36,72,.8);
   padding: 80px; /* button size */
   border: 2px white solid;

}

#slidebuttons .stretch-btn-group .ezbutton img:hover {
   /*transform: translateY(-10px);*/
   transition: all 0.5s ease;
}

@media screen and (max-width:700px) {
	#slidebuttons .stretch-btn-group {
		position: relative !important;
	}
    #slidebuttons .stretch-btn-group .ezbutton {
        width: 100%;
        padding: 10px 0;
		border-right: 0px inset #000
    }
	    #slidebuttons .stretch-btn-group .ezbutton span {
        text-align: center;
    }
   #slidebuttons .stretch-btn-group .ezbutton img:hover {
        transform: none !important;
        transition: none !important;
    }
	#contentwrapperhome {
		display: none;
	}
}

/* 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);
}
/*------------------------------------------------------------------------news container 5--------------------------------------------------------------*/
#newswrapper #newsbtns {
  text-align: right;
  font-size: 35px;
  box-sizing: border-box;
  padding: 0 10px;
}

#newswrapper #newsbtns>a {
  text-decoration: none;
  color: #193750;
}

#newswrapper #newsbtns>a:hover {
  cursor: pointer;
  color: #000;
}

#newswrapper .customrss5__item {
  display: block;
  width: 25%;
  float: left;
  text-align: left;
}

#newswrapper .customrss5__item__padding {
  background: #fff;
  overflow: hidden;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

#newswrapper .customrss5__header {
  height: 165px;
  position: relative;
}

#newswrapper .customrss5__thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#newswrapper .customrss5__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#newswrapper .customrss5__content {
  padding: 20px 20px;
  background: #fff;
}

#newswrapper .customrss5__title {
  margin-bottom: 5px;
  color: #193750;
  font-size: 18px;
  max-height: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  text-transform: uppercase;
}

#newswrapper .customrss5__description {
  color: #4c4c4c;
  font-size: 15px;
  word-break: break-word;
  height: 75px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 25px;
}

#newswrapper .customrss5__date {
  font-size: 13px;
  color: #333;
}

#newswrapper .customrss5__date .ion-calendar {
  margin-right: 5px;
  color: #1A3784;
}

#newswrapper .customrss5__readmore {
  margin-top: 15px;
}

#newswrapper .customrss5__readmore a {
  color: #1A3784;
  font-size: 15px;
  text-decoration: none;
  line-height: 100%;
  border: 1px solid #1A3784;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;

}

#newswrapper .customrss5__readmore a:hover {
  background-color: #1A3784;
  color: #fff;
}

@media screen and (max-width:700px) {
  #newswrapper .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:400px) {
  .customrss5__item {
    width: 100%;
  }
}
/*-------------------------------homepage list icon-------------------------------*/


#section3 .homelinksholder {
    padding: 50px 30px;
	background-color: white;
	border-radius: 1.5em;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#section3 .homechecklinks ul {
    padding-left:20px; 
	list-style:none;
}

#section3 .homechecklinks ul li {
    color: #052F53;
    font-size: 20px !important;
    padding: 10px 5px;
    text-transform: uppercase;
    font-family: "open_sanssemibold", Arial, Helvetica, sans-serif;

}
#section3 .homechecklinks ul li:before {    
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
	font-size: 1.2em;
	color: #BF6200;
}
#section3 .homechecklinks ul li a {
	text-decoration: none;
}
#section3 .homechecklinks ul li a:hover {
	background-color: #e7e6e6;
}
/*-----------------Toggle/Accordian----------------------------*/
.eztoggleWrapper {
    color: #333;
	background-color: #fdfdfd;
}
.accordion-item-hd {
	font-family: 'open_sanssemibold', sans-serif;
    padding: 15px 30px 15px 0;
    font-size: 22px;
}
/*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;
}


/*------------------------------------------------------------------------news container 6--------------------------------------------------------------*/
#newsbtns {
  text-align: right;
  font-size: 35px;
  box-sizing: border-box;
  padding: 0 10px;
}

#newsbtns>a {
  text-decoration: none;
  color: #16225B;
}

#newsbtns>a:hover {
  cursor: pointer;
  color: #000;
}

.customrss6__item {
  display: block;
  float: left;
  width: 33.333%;
  text-align: left;
}

.customrss6__item__in {
  border: 1px solid #ccc;
  margin: 65px 15px 10px 15px;
  border-radius: 15px;
  position: relative;
}

.customrss6__item__padding {
  margin: 55px 15px 15px 15px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.customrss6__thumbnail {
  height: 165px;
  overflow: hidden;
  position: absolute;
  top: -55px;
  left: 50%;
  width: 110px;
  height: 110px;
  transform: translateX(-50%);
  border-radius: 100%;
  border: 4px solid #cbcbcb;
}

.customrss6__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}

.customrss6__content {
  padding: 20px 0px;
  background: #fff;
}

.customrss6__title {
  margin-bottom: 5px;
  color: #16225B;
  font-size: 21px;
  max-height: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.customrss6__separator {
  padding: 15px 0;
  width: 100px;
  margin: 0 auto;
  position: relative;
}

.customrss6__separator:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.customrss6__separator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #01A89E;
  border-radius: 100%;
  border: 3px double #fff;
}

.customrss6__description {
  color: #4c4c4c;
  font-size: 15px;
  word-break: break-word;
  height: 75px;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 25px;
  text-align: center;
}

.customrss6__readmore {
  margin-top: 45px;
  text-align: center;
}

.customrss6__readmore a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 100%;
  border: 1px solid #1a3784;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: capitalize;
  background-color:#1a3784;
}

.customrss6__readmore a:hover {
  background-color: #fff;
  color: #1a3784;
  border: 1px solid #1a3784;
}

@media screen and (max-width:700px) {
  .customrss6__item {
    width: 100%;
  }
}

@media screen and (max-width:400px) {
  .customrss6__item {
    width: 100%;
  }
}
/*--------------marquee--------------------------*/
.marquee {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    overflow: hidden;
    background: #BD0101;
    padding: 3px 0;
    /*font-size: 25px;*/
    font-family: "open_sansregular" !important;
    color: #fff;
}
/* ---- .marquee .eztext_area p {
	margin-bottom: 0;
} --- */
/* --- animation */
.marquee {
    min-height: 54px;
    overflow: hidden;
    position: relative;
}
.marquee .eztext_area  {
    position: absolute;
    width: 60%;
    white-space: nowrap;
    height: 100%;
    margin: 0;
    line-height: normal;
    text-align: center;
/* Starting position */
   -moz-transform:translateX(100%);
   -webkit-transform:translateX(100%); 
    transform:translateX(100%);
/* Apply animation to this element */ 
   -moz-animation: marquee 15s linear infinite;
   -webkit-animation: marquee 15s linear infinite;
   animation: marquee 15s linear infinite;
}
/* Move it (define the animation) */
   @-moz-keyframes marquee {
   0% { -moz-transform: translateX(100%); }
   100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
   0% { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
   0% { 
   -moz-transform: translateX(100%); /* Browser bug fix */
   -webkit-transform: translateX(100%); /* Browser bug fix */
   transform: translateX(100%); 
}
100% { 
   -moz-transform: translateX(-100%); /* Browser bug fix */
   -webkit-transform: translateX(-100%); /* Browser bug fix */
   transform: translateX(-100%); 
}
}
.marquee :hover {
   -moz-animation-play-state: paused;
   -webkit-animation-play-state: paused;
    animation-play-state: paused;
 }

.marquee a {
    color: #FDE663 !important;
    text-decoration:underline;
}
.marquee a:hover{
    color:white;
    text-decoration:none !important;
    cursor: pointer;
}
@media screen and (max-width:700px) {
  .marquee .eztext_area {
     width: 1100px;
	 text-align: left;
   -moz-animation: marquee 18s linear infinite;
   -webkit-animation: marquee 18s linear infinite;
   animation: marquee 18s linear infinite;
    } 
}

/*------------------------------------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;
	background: #BD0101;
}

#emergencywrapper .editbox {
    margin-top: 50px;
}

#emergencywrapper .widgetitem {
    width: 94%;
    float: none;
}

#emergencywrapper .eztext_area {
padding: 10px 0px;
	line-height: 125%;
	font-size: 20px;
    font-family: "open_sansbold", sans-serif;
}

#emergencyin {
    position: relative;
}

#emergencyin .ion-android-alert {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 26px;
    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: 20px;
    top: 0px;
    font-size: 20px;
    z-index: #999;
	color: white;
}

#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;
}