@import url("https://fonts.googleapis.com/css?family=Fredoka+One|Open+Sans:300i,400");
@import url(calendar-popup.css);
.latest__inner, .contact__info {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.latest__inner:before, .contact__info:before, .latest__inner:after, .contact__info:after {
  content: "";
  display: table;
}
.latest__inner:after, .contact__info:after {
  clear: both;
}
.lte-ie7 .latest__inner, .lte-ie7 .contact__info {
  zoom: 1;
}

.hero__text__list, .events__list, .news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero {
  height: 28em;
}
@media all and (min-width: 981px) {
  .hero {
    height: 45vw;
    max-height: 720px;
  }
}
.hero .lte-ie8 {
  height: 45vw;
  max-height: 720px;
}
.hero__content {
  text-align: center;
}
.hero:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 80%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 80%);
}

.hero__text {
  position: relative;
  overflow: hidden;
  margin: 0 0 1em;
}
@media all and (min-width: 981px) {
  .hero__text {
    margin: 0 0 1.875em;
  }
}
.hero__text .lte-ie8 {
  margin: 0 0 1.875em;
}
.hero__text__list__item {
  width: 100%;
  text-align: center;
}
.hero__text__list__item div {
  font-size: 1.5em;
  font-weight: 300;
  font-style: italic;
}
@media all and (min-width: 981px) {
  .hero__text__list__item div {
    font-size: 2em;
  }
}
.hero__text__list__item div .lte-ie8 {
  font-size: 2em;
}

.content {
  width: 100%;
  float: none;
}

.content__region {
  max-width: none;
}

.content__attachments {
  display: none;
}

.homepage {
  position: relative;
}

.latest {
  position: relative;
  z-index: 1;
  background: #e4e8fa;
  background-image: url("/_site/images/design/watermark.png");
  background-position: top right;
  background-repeat: no-repeat;
}
.latest__inner {
  padding: 3em 0;
}
.latest__inner:before, .latest__inner:after {
  content: "";
  display: table;
}
.latest__inner:after {
  clear: both;
}
.lte-ie7 .latest__inner {
  zoom: 1;
}
@media all and (min-width: 981px) {
  .latest__inner {
    padding: 5.5em 0;
  }
}
.latest__inner .lte-ie8 {
  padding: 5.5em 0;
}

@media all and (min-width: 981px) {
  .events {
    float: left;
    width: 48%;
  }
}
.events .lte-ie8 {
  float: left;
  width: 48%;
}
.events__header {
  position: relative;
  margin: 0 0 1em;
}
.events__title {
  color: #302781;
  margin: 0;
  font-family: "Fredoka One", cursive;
  font-size: 2.188em;
  font-weight: 400;
}
@media all and (max-width: 480px) {
  .events__title span {
    display: none;
  }
}
.events__title span .lte-ie8 {
  display: none;
}
.events__buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 37px;
  margin: auto;
}
.events__toggle {
  display: block;
  height: 37px;
  line-height: 37px;
  padding: 0 11px;
  border-radius: 14px;
  border: 0;
  outline: 0;
  background: #302781;
  color: #FFF;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
}
.events__toggle i {
  margin-right: 0.75em;
  color: #f2e000;
}
.events__toggle--list {
  display: none;
}
/*.events__toggle--cal {
  display: none;
}*/
.events__content {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 25px;
  -webkit-transition: box-shadow 350ms ease;
          transition: box-shadow 350ms ease;
}
.events--cal .events__content {
  box-shadow: 9px 9px 0 0 rgba(165, 173, 214, 0.3);
}
.events__list {
  position: absolute;
  top: 0;
  left: 120%;
  width: 100%;
  -webkit-transition: left 400ms ease;
          transition: left 400ms ease;
}
.events--list .events__list {
  left: 0;
}
.events__list__item {
  display: block;
  margin: 0 0 1em;
}
.events__list__item__link {
  display: block;
  position: relative;
  color: #555555;
  background: #FFF;
  text-decoration: none;
  border-radius: 25px;
  overflow: hidden;
}
.events__list__item__date {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100px;
  padding: 1.125em 0;
  text-align: center;
  background: #302781;
  color: #FFF;
}
.events__list__item__date span {
  display: block;
  font-family: "Fredoka One", cursive;
  line-height: 1;
}
.events__list__item__date .day {
  font-size: 2.188em;
}
.events__list__item__date .month {
  text-transform: uppercase;
}
.events__list__item__info {
  margin-left: 100px;
  padding: 1.25em;
}
.events__list__item__time {
  margin: 0;
  font-size: 0.875em;
}
.events__list__item__title {
  margin: 0;
  font-size: 1.375em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.events__footer {
  margin: 2.5em 0 0;
}

.calendar {
  min-height: 420px;
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  -webkit-transition: left 400ms ease;
          transition: left 400ms ease;
}
.events--cal .calendar {
  left: 0;
}
.calendar .cal-popout {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  height: 420px;
}
.calendar .cal-popout thead {
  color: #FFF;
  background: #333690;
}
.calendar .cal-popout thead .cal-monthName, .calendar .cal-popout thead .cal-prevMonth, .calendar .cal-popout thead .cal-nextMonth {
  color: #FFF;
}
.calendar .cal-popout thead .cal-monthName a, .calendar .cal-popout thead .cal-prevMonth a, .calendar .cal-popout thead .cal-nextMonth a {
  background-position: center;
  background-repeat: no-repeat;
}
.calendar .cal-popout thead .cal-prevMonth a {
  width: 100%;
  background-image: url("/_site/images/design/cal-prev.png");
  opacity: 0.2;
  -webkit-transition: opacity 350ms ease;
          transition: opacity 350ms ease;
}
.calendar .cal-popout thead .cal-prevMonth a:hover {
  opacity: 1;
}
.calendar .cal-popout thead .cal-nextMonth a {
  width: 100%;
  background-image: url("/_site/images/design/cal-next.png");
  opacity: 0.2;
  -webkit-transition: opacity 350ms ease;
          transition: opacity 350ms ease;
}
.calendar .cal-popout thead .cal-nextMonth a:hover {
  opacity: 1;
}
.calendar .cal-popout thead .cal-month-name {
  border: 0;
}
.calendar .cal-popout thead .cal-day-names {
  height: 40px;
  border: 0;
}
.calendar .cal-popout thead .cal-day-names td abbr {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border: 0;
}
.calendar .cal-popout tbody {
  background: #FFF;
  border: 0;
}
.calendar .cal-popout tbody td.cal-today a {
  background: #f2e000;
  color: #7f5916;
}
.calendar .cal-popout tbody td a span.icon {
  width: 6px;
  height: 6px;
  margin: 0 0 -8px -3px;
  background: #f2e000;
  border-radius: 50%;
}

.cal-day-0 > .cal-linkHolder > a > .cal-popoutHolder {
    left: 0 !important;
}

.cal-day-0 > .cal-linkHolder > a > .cal-popoutHolder > .cal-popoutPointer-border, .cal-day-0 > .cal-linkHolder > a > .cal-popoutHolder > .cal-popoutPointer-content {
    left: 29px !important;
}

.news {
  margin: 3em 0 0;
}
@media all and (min-width: 981px) {
  .news {
    margin: 0;
    float: right;
    width: 48%;
    max-width: 480px;
  }
}
.news .lte-ie8 {
  margin: 0;
  float: right;
  width: 48%;
  max-width: 480px;
}
.news__header {
  position: relative;
  margin: 0 0 1em;
}
.news__title {
  color: #302781;
  margin: 0;
  font-family: "Fredoka One", cursive;
  font-size: 2.188em;
  font-weight: 400;
}
@media all and (max-width: 480px) {
  .news__title span {
    display: none;
  }
}
.news__title span .lte-ie8 {
  display: none;
}
.news__buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 33px;
  margin: auto;
}
.news__prev, .news__next {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 33px;
  background-position: center;
  background-repeat: no-repeat;
}
.news__prev:focus, .news__next:focus {
  outline: 0;
}
.news__prev {
  margin-right: 22px;
  background-image: url("/_site/images/design/prev.png");
}
.news__next {
  background-image: url("/_site/images/design/next.png");
}
.news__list {
  min-height: 420px;
}
.news__list__item {
  width: 100%;
}
.news__list__item__link {
  position: relative;
  display: block;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 9px 9px 0 0 rgba(165, 173, 214, 0.3);
}
.news__list__item__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 25px;
}
.news__list__item__img img {
  z-index: 1;
}
.news__list__item__img:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 90%);
}
.news__list__item__info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.625em 1.875em;
}
@media all and (min-width: 981px) {
  .news__list__item__info {
    padding: 2.625em 3em;
  }
}
.news__list__item__info .lte-ie8 {
  padding: 2.625em 3em;
}
.news__list__item__date {
  position: absolute;
  z-index: 2;
  top: 2.5em;
  right: 2.5em;
  font-family: "Fredoka One", cursive;
}
.news__list__item__title {
  margin: 0;
  font-size: 1.563em;
  font-weight: 400;
}
.news__footer {
  margin: 2.5em 0 0;
}

.contact {
  position: relative;
  overflow: hidden;
}
.contact__info {
  position: relative;
  z-index: 2;
  padding: 2.5em 0;
}
@media all and (min-width: 981px) {
  .contact__info {
    margin: 4em auto 4em 5%;
    padding: 2.5em;
    max-width: 480px;
    background: #FFF;
    border-radius: 25px;
    box-shadow: 11px 11px 0 0 rgba(165, 173, 214, 0.3);
  }
}
.contact__info .lte-ie8 {
  margin: 4em auto 4em 5%;
  padding: 2.5em;
  max-width: 480px;
  background: #FFF;
  border-radius: 25px;
  box-shadow: 11px 11px 0 0 rgba(165, 173, 214, 0.3);
}
.contact__info a {
  color: #555555;
  text-decoration: none;
}
.contact__info__title {
  color: #302781;
  margin: 0;
  font-family: "Fredoka One", cursive;
  font-size: 2.188em;
  font-weight: 400;
}
.contact__map {
  display: none;
}
@media all and (min-width: 981px) {
  .contact__map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: #e5e9ff;
  }
}
.contact__map .lte-ie8 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background: #e5e9ff;
}
