.marquee {
    width: 80% !important;
    margin: 0 auto !important;
    overflow: hidden;
    float: none !important;
    border-width: 1px 0;
    border-color: #eed519;
    border-style: solid;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-family: "open_sanslight", sans-serif;
}
/*-------------------------------3rd party feed SchoolMyWay-------------------------------------------*/
#SchoolWay  {
    height: 525px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*-------------------------------Emergency System-------------------------------------------*/

#emergency-alert {
    position: relative;
    z-index: 9999;
    width: 100%;
    transition: all 1.5s ease;
    opacity: 0;
    overflow: hidden;
}
#emergencywrapper {
    background: #FFD800;
    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;
    }
}

/*--------------------------------------------------------Accordions--------------------------------------------------------*/

.eztoggleWrapper {}
.accordion {}

/*--------------------------------------------------------Homepage Slideshow--------------------------------------------------------*/

#slideshow .callbacks_container {
    border: 10px solid #fff;
}

/*--------------------------------------------------------Homepage Marquee--------------------------------------------------------*/

#slideshow marquee {
    border-width: 1px 0 1px 0;
    border-color: #eed519;
    border-style: solid;
    color: #fff;
    font-family: "open_sanslight", sans-serif;
    padding: 10px 0;
    font-size: 20px;
    width: 80%;
    margin: 10px auto 0px auto;
    display: block;
}

/*--------------------------------------------------------Homepage Tabs--------------------------------------------------------*/


/***Container***/

#slideshow .home_tabs {
    background-color: #6504c5;
    padding: 10px;
    font-family: "open_sanslight", sans-serif;
    border: 1px solid #000;
    width: 95%;
    float: right;
}

/***Tabs***/

#slideshow .home_tabs .rtsLevel {
    border-bottom: 0px !important;
}
#slideshow .home_tabs .rtsLI {
    margin-right: 6px !important;
}
#slideshow .home_tabs .rtsLink {
    border-radius: 0px;
    border: 0px solid #000;
    margin: 0px;
    border-bottom: 0px;
    background: #3D027A;
}
#slideshow .home_tabs .rtsLink.rtsSelected {
    border: 0px solid #000 !important;
    border-bottom: 0px !important;
    background-color: #fff !important;
}
#slideshow .home_tabs .rtsLink.rtsSelected .rtsTxt {
    color: #3D027A !important;
}
#slideshow .home_tabs .rtsLink .rtsTxt {
    color: #fff !important;
}

/***Tab Content***/

#slideshow .home_tabs .RadTabStrip {
    height: auto !important;
    height: initial !important;
}
#slideshow .home_tabs .RadMultiPage {
    min-height: 370px;
    background-color: #fff;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    max-height: 470px;
    overflow-y: auto;
}
#slideshow .home_tabs .eztext_area a {
    color: #3D027A;
    text-decoration: underline;
}
#slideshow .home_tabs .eztext_area a:hover {
    color: #3D027A;
    text-decoration: none;
}
#slideshow .home_tabs .eztext_area,
#slideshow .home_tabs .eztext_area p,
#slideshow .home_tabs .eztext_area span {
    color: #fff;
}
#slideshow .home_tabs .RadMultiPage .rmpView {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    height: 95%;
}
#slideshow .home_tabs .RadMultiPage .eztext_area,
#slideshow .home_tabs .RadMultiPage .eztext_area p,
#slideshow .home_tabs .RadMultiPage .eztext_area span {
    color: #474747;
}
#slideshow .home_tabs .RadTabStrip 1 {
    text-decoration: none;
}

/*===============================Stlyes for the Icons========================*/


/*Affects all icons*/

.fa {
    line-height: 100%;
    overflow: hidden;
    background-blend-mode: multiply;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*-----------Icon Shapes----------*/


/*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*/


/*Makes the icons a circle*/

.circle {
    font-size: 25px !important;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 7px;
}

/*Makes the icon a square*/

.square {
    font-size: 20px !important;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 10px;
}

/*Gives the icon a 3d bezel*/

.bezel {
    border: 2.5px solid;
    border-style: outset;
}

/*Gives the icon rounded edges*/

.rounded {
    font-size: 20px !important;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    padding: 10px;
}

/*Gives the icon a drop shadow look*/

.shadow {
    text-shadow: 0px 3px 0px #b2a98f, 3px 7px 2px rgba(0, 0, 0, 0.5), 4px 10px 4px rgba(0, 0, 0, .25);
    font-size: 25px;
    padding: 11px;
    width: 25px;
    height: 25px;
}

/*------------Icon Font Colors and Background ------*/


/*Sets all of the icons to one color*/

.uniform {
    color: #043d5a !important;
    background-color: #fff !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.uniform:hover {
    background-color: #ccc !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/*Removes icon background for transparent look*/

.transparent {
    background: transparent !important;
    color: #cc0000 !important;
}
.fa-facebook {
    background: #3b5998;
    border-color: rgba(59, 89, 152, .3);
    color: white;
}
.fa-facebook:hover {
    background: #546fa9;
}
.fa-twitter {
    background: #00aced;
    border-color: rgba(0, 172, 237.3);
    color: white;
}
.fa-twitter:hover {
    background: #6ccff5;
}
.fa-pinterest-p {
    background: #C92228;
    border-color: rgba(201, 34, 40, .3);
    color: white;
    text-shadow: rgba(201, 34, 40, .3);
}
.fa-pinterest-p:hover {
    background: #ef4d53;
}
.fa-linkedin {
    background: #4875B4;
    border-color: rgba(72, 117, 180, .3);
    color: white;
}
.fa-linkedin:hover {
    background: #6d93c9;
}
.fa-youtube {
    background: #FF3333;
    border-color: rgba(255, 51, 51, .3);
    color: white;
}
.fa-youtube:hover {
    background: #ff5656;
}
.fa-rss {
    background: #FF6600;
    border-color: rgba(255, 51, 51, .3);
    color: white;
}
.fa-rss:hover {
    background: #ff822f;
}
.fa-tumblr {
    background: #2B4964;
    border-color: rgba(43, 73, 100, .3);
    color: white;
}
.fa-tumblr:hover {
    background: #445f77;
}
.fa-vine {
    background: #00bf8f;
    border-color: rgba(0, 191, 143, .3);
    color: white;
}
.fa-vine:hover {
    background: #02f6b9;
}
.fa-envelope {
    background: #D50000;
    border-color: rgba(46, 204, 113, .3);
    color: white;
    text-decoration: none;
}
.fa-envelope:hover {
    background: #ee4848;
}
.fa-reddit-alien {
    background: #9E9E9E;
    border-color: ;
    color: white;
}
.fa-reddit-alien:hover {
    background: #b4b4b4;
}
.fa-instagram {
    background: #8D6E63;
    border-color: ;
    color: white;
}
.fa-instagram:hover {
    background: #a1877e;
}
.fa-google-plus {
    background-color: #F90101;
    color: white;
}
.fa-google-plus:hover {
    background: #ff4242;
}
