.views-view--events .c-page-header .fullcalendar__tab-link--icon-calendar-view {
  background-position: 0.7777777778rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 2.4444444444rem;
  font-size: 0.6666666667rem;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #333;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1333333333em;
  padding: 0.5555555556rem 0.7777777778rem 0.5555555556rem 2.2222222222rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23417925' d='M12 10h-2v2h2zm2 0v2h2v-2zm-2 6v-2h-2v2zm2 0h1a1 1 0 0 0 1-1v-1h-2zM12 6h-2v2h2zm2 0v2h2V6zm-6 4H6v2h2zm0 6v-2H6v2zM8 6H6v2h2zm-4 4H2v2h2zm0 6v-2H2v1a1 1 0 0 0 1 1zM4 6H2v2h2zM2 4h14a1 1 0 0 0-1-1h-1a1 1 0 0 1 0-2h1a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h1a1 1 0 1 1 0 2H3a1 1 0 0 0-1 1m8-3a1 1 0 0 1 2 0v1a1 1 0 0 1-2 0zM6 1a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0z'/%3E%3C/svg%3E");
}
@media (min-width: 37.5em) {
  .views-view--events .c-page-header .fullcalendar__tab-link--icon-calendar-view {
    font-size: 0.6666666667rem;
  }
}
.views-view--events .c-page-header .fullcalendar__tab-link--icon-calendar-view:hover {
  background-color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (max-width: 37.4375em) {
  .views-view--events .c-page-header .fullcalendar__tab-link--icon-calendar-view {
    padding-left: 2rem;
    background-size: 0.6666666667rem;
    background-position: 0.8333333333rem center;
  }
}

.views-view--events .o-layout-sidebar-after {
  margin-top: 3.3333333333rem;
}

.views-view--events .c-event-view__attachment--before {
  margin-bottom: 3.3333333333rem;
}

.views-view--events .o-layout-sidebar-after__primary .views-element-container {
  border-bottom: 1px solid #ccc;
}

.views-view--events .o-layout-sidebar-after__primary h2 {
  color: #417925;
  margin-bottom: 1.6666666667rem;
}

.views-view--events .o-layout-sidebar-after {
  -webkit-box-pack: inherit;
          justify-content: inherit;
}

.views-view--events .o-layout-sidebar-after .o-layout-sidebar-after__primary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 62em) {
  .views-view--events .o-layout-sidebar-after .o-layout-sidebar-after__primary {
    margin-right: 3.3333333333rem;
    width: 64%;
  }
}

@media (min-width: 62em) {
  .views-view--events .o-layout-sidebar-after .o-layout-sidebar-after__secondary {
    padding-top: 0;
    width: calc(36% - 60px);
  }
}