.fc-state-default {
  background-color: #fff;
  background-image: none;
  border-radius: 0px;
  color: #22587C; }
  .fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

.fc-unthemed .fc-toolbar button {
  text-transform: uppercase; }

.event-stub {
  background-color: #083b5d;
  margin-bottom: 1em;
  display: block; }
  .event-stub .event-stub-inner .event-stub-top {
    width: 100%;
    height: 60px; }
    .event-stub .event-stub-inner .event-stub-top .event-stub-date {
      font-family: "futura-pt-bold", sans-serif;
      background-color: #fff;
      color: #083b5d;
      width: 60px;
      height: 100%;
      padding-top: 0.7em; }
      .event-stub .event-stub-inner .event-stub-top .event-stub-date > span {
        display: inline-block;
        width: 100%;
        text-align: center;
        line-height: 0.8em; }
        .event-stub .event-stub-inner .event-stub-top .event-stub-date > span:nth-child(1) {
          font-size: 2em; }
        .event-stub .event-stub-inner .event-stub-top .event-stub-date > span:nth-child(2) {
          position: relative;
          top: -0.2em; }
    .event-stub .event-stub-inner .event-stub-top .event-stub-details {
      padding: 1.4em 2em;
      text-transform: uppercase; }
      .event-stub .event-stub-inner .event-stub-top .event-stub-details > span {
        color: #fff;
        border-right: 1px solid #fff;
        padding: 0 1em; }
        .event-stub .event-stub-inner .event-stub-top .event-stub-details > span:first-child {
          max-width: 120px;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .event-stub .event-stub-inner .event-stub-top .event-stub-details > span:last-child {
          float: right;
          border-right: none;
          padding-right: 0; }
  .event-stub .event-stub-inner .event-stub-middle {
    width: 100%;
    height: 60px; }
    .event-stub .event-stub-inner .event-stub-middle h2 {
      font-size: 1.6em;
      padding: 0.8em 1.4em;
      margin: 0;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%; }
  .event-stub .event-stub-inner .event-stub-bottom {
    width: 100%;
    height: 60px;
    padding-right: 80px;
    position: relative; }
    .event-stub .event-stub-inner .event-stub-bottom .event-stub-desc {
      width: 100%;
      padding: 1em 2.2em;
      text-transform: uppercase; }
      .event-stub .event-stub-inner .event-stub-bottom .event-stub-desc span {
        display: inline-block;
        width: 100%;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .event-stub .event-stub-inner .event-stub-bottom .event-stub-link {
      background-color: #fff;
      color: #083b5d;
      width: 60px;
      height: 100%;
      padding-top: 0.7em;
      position: absolute;
      right: 0;
      top: 0; }
      .event-stub .event-stub-inner .event-stub-bottom .event-stub-link i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3em; }
  .event-stub:hover {
    text-decoration: none;
    opacity: 0.8; }

.upcoming-events {
  width: 100%; }
  .upcoming-events > .event-stub:nth-child(2n) {
    background-color: #22feab; }
    .upcoming-events > .event-stub:nth-child(2n) .event-stub-inner .event-stub-top .event-stub-details > span {
      color: #083b5d;
      border-color: #083b5d; }
    .upcoming-events > .event-stub:nth-child(2n) .event-stub-inner .event-stub-middle h2 {
      color: #083b5d; }
    .upcoming-events > .event-stub:nth-child(2n) .event-stub-inner .event-stub-bottom .event-stub-desc {
      color: #083b5d; }

.calendar-filters {
  padding-top: 1em; }
  .calendar-filters > .calendar-filter {
    padding: 1em;
    cursor: pointer;
    cursor: hand; }
    .calendar-filters > .calendar-filter > i {
      font-size: 1.2em; }
      .calendar-filters > .calendar-filter > i.active {
        color: blue; }
    .calendar-filters > .calendar-filter span {
      line-height: 0.9em; }
    .calendar-filters > .calendar-filter span.color-sample {
      margin-right: 0.6em;
      width: 0.8em;
      height: 0.8em;
      border-radius: 0.4em; }
    .calendar-filters > .calendar-filter:nth-child(odd) {
      background-color: #f3f3f3; }
    .calendar-filters > .calendar-filter:hover {
      background-color: #fbfbfb;
      /*i {
        color: blue;
        &:before {
          content: "\f205";
        }
      }
      i.active {
        color: #2b2e38;
        &:before {
          content: "\f204";
        }
      }*/ }

.add-event-modal .teleform {
  margin-top: 2em; }
  .add-event-modal .teleform label {
    width: 100%;
    text-align: left; }

.cal-event-full .cal-event-title {
  font-size: 3em; }
.cal-event-full .cal-event-header-btns {
  display: none; }
  .cal-event-full .cal-event-header-btns .pull-left {
    margin-right: 0.2em; }
.cal-event-full .cal-event-media-wrapper {
  margin-top: 2em; }
  .cal-event-full .cal-event-media-wrapper .cal-event-main-image {
    width: 100%;
    padding-bottom: 38%;
    position: relative;
    margin-bottom: 1em;
    overflow: hidden; }
    .cal-event-full .cal-event-media-wrapper .cal-event-main-image img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .cal-event-full .cal-event-media-wrapper .cal-event-image-thumbnails .cal-event-file.img-thumbnail {
    width: 5.7em;
    padding-bottom: 5.7em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    cursor: hand; }
    .cal-event-full .cal-event-media-wrapper .cal-event-image-thumbnails .cal-event-file.img-thumbnail > div {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .cal-event-full .cal-event-media-wrapper .cal-event-image-thumbnails .cal-event-file.img-thumbnail > canvas {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
.cal-event-full .cal-event-inner {
  margin-top: 2em; }
  .cal-event-full .cal-event-inner .cal-event-inner-right .cal-event-features {
    font-family: "futura-pt",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em; }
    .cal-event-full .cal-event-inner .cal-event-inner-right .cal-event-features .cal-event-feature {
      border-bottom: 1px solid #eee;
      padding-bottom: 0.8em;
      margin-bottom: 0.8em; }
      .cal-event-full .cal-event-inner .cal-event-inner-right .cal-event-features .cal-event-feature span {
        display: inline-block;
        width: 50%;
        color: #777; }
        .cal-event-full .cal-event-inner .cal-event-inner-right .cal-event-features .cal-event-feature span:nth-child(2n) {
          font-weight: 200;
          text-align: right;
          color: #888; }
  .cal-event-full .cal-event-inner .cal-event-inner-right {
    display: none; }
.cal-event-full .cal-event-inner.w-features .cal-event-inner-left {
  width: 50%;
  padding-right: 2em;
  border-right: 1px solid #ccc; }
.cal-event-full .cal-event-inner.w-features .cal-event-inner-right {
  width: 50%;
  padding-left: 2em;
  display: block; }
.cal-event-full .cal-event-inner.no-desc .cal-event-inner-left {
  display: none; }
.cal-event-full .cal-event-inner.no-desc.w-features .cal-event-inner-right {
  width: 100%;
  padding-left: 0em;
  display: block; }

@media only screen and (min-width: 900px) {
  .upcoming-events > .event-stub {
    width: 32%;
    float: left;
    margin-right: 2%; }
    .upcoming-events > .event-stub:nth-child(3n) {
      margin-right: 0; } }
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .upcoming-events > .event-stub {
    width: 49%;
    float: left;
    margin-right: 2%; }
    .upcoming-events > .event-stub:nth-child(2n) {
      margin-right: 0; } }

/*# sourceMappingURL=calendarV2.css.map */
