/*
 * Swiper - Mobile Touch Slider CSS
 * http:/www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http:/www.idangero.us/
 *
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http:/www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  /* Fix of Webkit flickering */
  height: 264px; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
      height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
      height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

.swiper-container, .swiper-slide {
  width: 100%;
  height: 286px; }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.swiper-slide {
  z-index: 1; }

.swiper-slide-active {
  position: relative;
  z-index: 3; }

.arrow-right-swiper {
  width: 39px;
  height: 40px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-right: none;
  z-index: 4;
  margin: 0 !important; }

.arrow-right-swiper:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 11px;
  height: 11px;
  margin: -5px 0 0 -5px;
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 11px 11px; }

.arrow-right-swiper:hover:after {
  background: url(/images/ico-arrow-learnmore-hovered.svg) no-repeat;
  background-size: 11px 11px; }

.arrow-left-swiper {
  margin: 0 !important;
  width: 39px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-left: none;
  z-index: 4; }

.arrow-left-swiper:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 11px;
  height: 11px;
  margin: -5px 0 0 -5px;
  background: url(/images/ico-arrow-turnedleft.svg) no-repeat;
  background-size: 11px 11px; }

.arrow-left-swiper:hover:after {
  background: url(/images/ico-arrow-turnedleft-hovered.svg) no-repeat;
  background-size: 11px 11px; }

.holder-slider .theholder {
  position: relative; }

.holder-slider {
  border: 1px solid #eeeeee;
  margin-bottom: 30px; }

.holder-slider h3 {
  height: 40px;
  background: #f7f7f7;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 0 40px;
  text-align: center;
  color: #949494;
  font: 600 15px/40px 'source sans pro', Arial, sans-serif; }

.listed {
  padding: 0 !important; }

.listed li {
  margin: 0 !important;
  /*height: 60px;*/
  border-bottom: 1px solid #eeeeee;
  overflow: hidden; }

.listed li:before {
  display: none; }

.listed li a {
  display: table;
  padding: 10px 0;
  height: 100%;
  color: #949494 !important;
  table-layout: fixed; }

.listed li:hover a {
  color: #00a651 !important; }

.owl-item > div {
  width: 100%;
  height: 100%; }

.listed li .date {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
  padding: 0 10px;
  text-align: center; }

.listed li .date span {
  text-transform: uppercase;
  font: 400 17px/1em 'source sans pro', Arial, sans-serif; }

.listed li .date b {
  text-transform: uppercase;
  font: 600 30px/20px 'source sans pro', Arial, sans-serif; }

.listed li .holder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0; }

.listed li .holder p {
  font: 600 14px/1.2em 'source sans pro', Arial, sans-serif !important;
  margin: 0 !important;
  /*text-transform: capitalize;*/
  color: #949494; }

.listed li:hover .holder p {
  color: #00a651; }

.listed li .holder span {
  text-transform: uppercase;
  font: 400 12px/1.2em 'source sans pro', Arial, sans-serif !important; }

.listed li a {
  margin: 0; }

/*events widget*/
.listed.events-action-widget li .holder-info {
  height: 60px; }

.listed.events-action-widget li {
  height: auto; }

.listed.events-action-widget li:last-child {
  border: none; }

.listed.events-action-widget li .actions a {
  margin: 0 25px 0 0; }

.viewall {
  text-transform: uppercase;
  text-align: center !important;
  color: #949494 !important;
  display: block !important;
  margin: 0 !important;
  height: 38px;
  font: 400 12px/38px 'source sans pro', Arial, sans-serif !important; }

.viewall:hover {
  color: #fff !important;
  background: #2ebb37;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzJlYmIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwYTc0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2ebb37), color-stop(40%, #2ebb37), color-stop(63%, #00a651), color-stop(100%, #00a651));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ebb37 1%, #2ebb37 40%, #00a651 63%, #00a651 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ebb37', endColorstr='#00a651', GradientType=0);
  /* IE6-8 */ }

.holder-slider {
  background: #fff; }

.holder-slider h2 {
  font: 400 22px/1em 'source sans pro', Arial, sans-serif;
  text-align: left;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding: 20px; }


/* 
  Added 7/13/17 by CP
  Supports unlinked registered events for ONSITE and other
  events that do not have a linkable profile page
*/
.listed li:hover a.ignore-link .holder p{
  color: #949494;
}
.listed li:hover a.ignore-link, a.holder-info.ignore-link:hover{
  color: #949494 !important;
}
a.ignore-link{
  cursor: default;
}