/*Fixes tab overflow issue*/

.RadTabStrip .rtsLevel,
.RadTabStripVertical .rtsLevel {
    overflow: visible !important;
}
/*--------------------custom calendar rss feed----------------------*/

#contentwrapper .customcalendar3__item {
  margin: 5px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

#contentwrapper .customcalendar3__item__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#contentwrapper .customcalendar3__left {
  -webkit-box-sizing: border-box;
    font-family: 'open_sansbold', sans-serif;
  box-sizing: border-box;
  padding: 0px 25px 0px 25px;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  color: #1b0044;
}

#contentwrapper .customcalendar3__left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #000;
}

#contentwrapper .customcalendar3__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#contentwrapper .customcalendar3__day {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
}

#contentwrapper .customcalendar3__month {
  text-transform: uppercase;
  font-size: 17px;
}

#contentwrapper .customcalendar3__items__item {
  padding: 5px 0px;
}

#contentwrapper .customcalendar3__items__time {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
}

#contentwrapper .customcalendar3__items__title {
  font-size: 17px;
}

#contentwrapper .customcalendar3__items__link {
  text-decoration: none;
  color: #000;
}

#contentwrapper .customcalendar3__items__link:hover {
  text-decoration: underline;
}

@media screen and (max-width:400px) {
  .customcalendar3__item__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customcalendar3__left:before {
    display: none;
  }
}

/*--------------------custom buttons on homepage--------------------*/
.stretch-btn-group button {
   background-color: transparent; /* Green background */
   border: none;
   border-right: 5px solid rgba(0, 0, 0, 0.00); /* Green border */
   background-clip: padding-box;
   color: 1b0044; /* White text */
   padding: 10px 24px; /* Some padding */
   cursor: pointer; /* Pointer/hand icon */
   float: left; /* Float the buttons side by side */
   width: 20%;
}

.stretch-btn-group button span {
   font-family: "opensansregular", Segoe UI, sans-serif;
   display: inline-block;
   vertical-align: middle;
   font-size: 22px;
   line-height: 1em;
   text-align: left;
   white-space: nowrap;
   color: #1b0044;
}

/* Clear floats (clearfix hack) */
.stretch-btn-group: after {
   content: "";
   clear: both;
   display: table;
}


.stretch-btn-group button:last-child {
   border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.stretch-btn-group button:hover {
   transition: all 0.5s ease;
}

.stretch-btn-group button img {
   transition: all 0.5s ease;
}

.stretch-btn-group button img:hover {
   transform: translateY(-10px);
   transition: all 0.5s ease;
}

/*ezRSS Feed*/
html .ezrss-original .ezrss-header{
    padding: 0px;
    padding-left:6px;
}
.ezrss-original .ezrss-header * {
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal !important;
    color: #81b241;
    text-transform: capitalize !important;
    font-size: 18px !important
}
html .ezrss-original .ezrss-event a{
    color: #666;
    padding-left:6px;
    text-decoration: none;
}

html .ezrss-original .ezrss-event-container{
    margin: 0px;
}
html .ezrss-original .ezrss-event-container:hover{
    background: transparent;
}
html .ezrss-original .ezrss-event-container a{
    display: inline-block;
}
html .ezrss-original .ezrss-event-container:hover a{
    text-decoration: underline !important;
}
html .ezrss-original .ezrss-event {
    font-family: 'open_sanslight', sans-serif;
    padding-left: 0px;
}

html .ezrss-original .ezrss-event:before {
    display: none;
}


/*ezCalendar Style 1*/

.ezcal-style-1 {
    margin: 5px 0;
    display: block;
    float: left;
    width: 100%;
    /* background: #81B241; */
    border-radius: 7px;
}

.ezcal-style-1>div>span {
    display: inline-block;
    vertical-align: middle;
}

.ezcal-style-1-date {
    background: #81B241;
    color: #fff;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.ezcal-style-1-date:hover {
    background: #703116;
}

.ezcal-style-1-info {
    width: calc(100% - 70px);
}

.ezcal-style-1-datenum {
    width: 100%;
    font-size: 20px;
    line-height: 80%;
}

.ezcal-style-1-date-month {
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 120%;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.ezcal-style-1-date-month:visited {
    color: #fff;
}

.ezcal-style-1.ezrss-original .ezrss-item {
    padding: 0px;
}


/*Circle Border Animation*/

.spin {
    width: 100px;
    height: 100px;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.spin:hover {
    color: #81B241;
}

.spin:before,
.spin:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.spin:before,
.spin:after {
    top: 0;
    left: 0;
}

.spin:before {
    border: 6px solid transparent;
}

.spin:hover:before {
    border-top-color: #81B241;
    border-right-color: #81B241;
    border-bottom-color: #81B241;
    -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.spin:after {
    border: 0 solid transparent;
}

.spin:hover:after {
    border-top: 6px solid #81B241;
    border-left-width: 6px;
    border-right-width: 6px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.spin>a>img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.spin>a {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.circle {
    border-radius: 100%;
    box-shadow: none;
}

.circle:before,
.circle:after {
    border-radius: 100%;
}


/*------------------------------------------------------------------------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;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*----------------------Mobile Wrap Toggle ----------------------*/

.mobilewrappercontainer {
    width: 100%;
}

.ezMobileToggle {
    display: block;
    color: #81B241;
    font-family: "open_sanslight";
    line-height: 100%;
    font-size: 25px;
    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;
}


/*----------------------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;
}

#home-calendar-feed {
    height: 360px;
}

.ezc-horizontal-item {
    display: block;
    float: left;
}

.ezc-vertical-item {
    display: block;
    width: 100%;
}

.homepage-news-carousel .ezrssfeed .ezitem {
    margin: 0px;
    padding: 2px !important;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
