.ezrss-horizontal .ezrss-datemonth {
    text-align: right;
    font-size: 18px;
}

.ezrss-horizontal .ezrss-day,
.ezrss-horizontal .ezrss-month {
    padding-right: 0px;
}

.ezrss-horizontal .ezrss-solodate {
    font-family: "open_sanssemibold", Segoe UI, sans-serif;
}

.ezrss-horizontal .ezrss-day,
.ezrss-horizontal .ezrss-month {
    font-family: "open_sanssemibold", Segoe UI, sans-serif;
    text-transform: uppercase;
}

.ezrss-horizontal .ezrss-month {
    color: #0C2952;
}

.ezrss-horizontal .ezrss-event {
    font-size: 16px;
    color: #4c4c4c;
}

.ezrss-horizontal .ezrss-time {}

.ezrss-horizontal .ezrss-title a {
    font-family: "open_sanssemibold", Segoe UI, sans-serif;
    text-decoration: none;
    color: #4c4c4c;
}

.ezrss-horizontal .ezrss-title a:hover {
    text-decoration: underline;
}
/*----------------------vertical calendar--------------------*/
.customcalendar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0;
}

.customcalendar__left {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #51a30a;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-family: "rokkittregular", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: double;
}

.customcalendar__date {
    font-size: 19px;
    line-height: 17px;
}

.customcalendar__month {
    font-size: 14px;
    text-transform: uppercase;
}

.customcalendar__right {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 50px);
}

.customcalendar__title {
    font-weight: 400;
    font-size: 18px;
    color: #2069b5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 90%;
    white-space: nowrap;
}

.customcalendar__title a {
    color: #006495;
    text-decoration: none;
}

.customcalendar__title a:hover {
    text-decoration: underline;
}

.customcalendar__time {
  
}

.customcalendar__time .ion-android-time {
  margin-right: 5px;
  font-size: 13px;
}

#buttons .imagesizeit {
    overflow: visible;
}

#buttons .widgetitem img {
    transition: all .5s ease;
}

#buttons .widgetitem img:hover {
    transform: translateY(-20px);
    transition: all .5s ease;
}

.ezMobileToggle {
    display: block;
    padding: 15px 0;
    color: #2069b5;
    font-family: "pt_sansregular";
    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;
    transition: all 1s ease;
}

.mobilewrapper.collapsed {
    max-height: 0px !important;
}

.mobilewrapper.expanded {
    height: auto;
    opacity: 1;
    transition: all 1s ease;
    border-top: 1px solid #ccc;
}
/* -----------stretch buttons------------------ */
.stretch-btn-group {
    background-color: #007508;
    z-index: 2;
    width: 100%;
    display: flex;
	position: relative;
    top: -120px;
	border-radius: 10px;
}

.stretch-btn-group .ezbutton {
    border: none;
    /* border-right: 1px inset; */
    /* background-clip: padding-box; */
    padding: 25px 10px;
    /* float: left; */
    width: 90%;
    transition: all 0.5s ease;
    text-align: center;

}

.stretch-btn-group .ezbutton img {
    vertical-align: middle;
	transition: all 0.5s ease;
    /* margin-right: 5px; */
    /* margin: 0 auto; */
}
.stretch-btn-group .ezbutton img:hover {
}

.stretch-btn-group .ezbutton span {
    font-family: 'open_sansregular', sans-serif;
    color: #fff;
    display: block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.1em;
    text-align: center;
    white-space: nowrap;
	margin-top: 10px
}
.stretch-btn-group .ezbutton a {
	text-decoration: none;
}

/* Clear floats (clearfix hack) */
.stretch-btn-group::after {
  content: "";
  clear: both;
  display: table;
 .cursor: pointer;
   }
   
.stretch-btn-group .ezbutton:hover {
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
   transform: translateY(-5px);

}
   
@media screen and (max-width:480px) {
    .stretch-btn-group {
		position: unset;
    display: initial;
	}
	
    .stretch-btn-group .ezbutton {
       /* border-bottom: 2px inset;*/
        border: 2px 2px 0 0 inset;
        padding: 20px 0px;
        width: 100%;
        text-align: center;
    }
    .stretch-btn-group .ezbutton:last-child {
        border: 2px 2px 0 0 inset;
        padding: 20px 0px;
        width: 100%;
    }
   .stretch-btn-group {
        position: unset;
       display: initial;
    }
}

/*---------------------------------Font Awesome Styles-----------------------------------*/


/*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;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}


/*-----------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: 30px !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px;
}


/*Makes the icon a square*/

.square {
    font-size: 25px !important;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 6px;
}


/*Gives the icon a 3d bezel*/

.bezel {
    border: 2.5px solid;
    border-style: outset;
}


/*Gives the icon rounded edges*/

.rounded {
    font-size: 30px !important;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 7px;
}


/*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: #000 !important;
    background-color: transparent !important;
}


/*Removes icon background for transparent look*/

.transparent {
    background: transparent !important;
    color: black !important;
}

.fa-facebook {
    background: #3b5998;
    border-color: rgba(59, 89, 152, .3);
    color: white;
}

.fa-facebook:hover {
    background: #546fa9;
}

.fa-at {
    background: #cc9900;
    color: #fff;
    border-color: rgba(204, 153, 0, 0.3);
}

.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: #aaaaaa;
    border-color: rgba(46, 204, 113, .3);
    color: white;
    text-decoration: none;
}

.fa-envelope:hover {
    background: #ccc;
}

.fa-reddit-alien {
    background: #9E9E9E;
    color: white;
}

.fa-reddit-alien:hover {
    background: #b4b4b4;
}

.fa-instagram {
    background: #006600;
    color: white;
}

.fa-instagram:hover {
    background: #03b003;
}

.fa-google-plus {
    background-color: #F90101;
    color: white;
}

.fa-google-plus:hover {
    background: #ff4242;
}


/*-------------------------------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;
    }
}
/*------------------accordian-toggle-length---------------------*/
.accordion-item-input:checked~ .accordion-item-bd {
    max-height: 10000px;
}