.event-calendar h1 {
  margin: 0 0 28px;
  padding-top: 30px; }

.event-calendar .tabz {
  border: none; }

.event-calendar .tabset-holder .search-container {
  border: none;
  padding: 0; }

.event-calendar .search-container div.text-input-holder {
  width: 49%; }

.event-calendar .search-container div.text-input-holder.button-only {
  width: 120px; }

.event-calendar .search-filter-container {
  float: left;
  width: 21%;
  margin: 0 0 0 1%; }

.event-calendar .search-filter-container select {
  height: 36px;
  font: italic normal 15px/36px 'source sans pro', Arial, sans-serif;
  color: #00a651;
  text-transform: none; }

.event-calendar .search-filter-container.alt {
  margin: 0; }

.event-calendar .tabz .tabset-holder .tabsets {
  float: right;
  width: 6%;
  padding: 0; }

.event-calendar .tabset-holder .tabsets li {
  width: 36px;
  height: 36px;
  float: right;
  text-indent: -99999px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #eee;
  background: none; }

.event-calendar .tabset-holder .tabsets li:before {
  display: none; }

.event-calendar .tabset-holder .tabsets li:first-child {
  border-left: none; }

.event-calendar .tabset-holder .tabsets li a {
  line-height: 34px;
  display: block;
  height: 100%; }

.event-calendar .tabz .tabsets li.large-view-tab a {
  background: url(/images/ico-grid-off.svg) 50% 50% no-repeat;
  background-size: 15px 15px; }

.event-calendar .tabz .tabsets li.large-view-tab a.active, .event-calendar .tabz .tabsets li.large-view-tab a:hover {
  background: #fff url(/images/ico-grid-on.svg) 50% 50% no-repeat;
  background-size: 15px 15px; }

.event-calendar .tabz .tabsets li.list-view-tab a {
  background: url(/images/ico-list-off.svg) 50% 50% no-repeat;
  background-size: 15px 15px; }

.event-calendar .tabz .tabsets li.list-view-tab a.active, .event-calendar .tabz .tabsets li.list-view-tab a:hover {
  background: #fff url(/images/ico-list-on.svg) 50% 50% no-repeat;
  background-size: 15px 15px; }

.event-calendar .button-styled.opener {
  height: 60px;
  text-transform: uppercase;
  font: normal 15px/60px 'source sans pro';
  color: #fff;
  text-align: center;
  padding: 0; }

.event-calendar .toggle-block.active.active .button-styled.opener:after {
  background: url(/images/ico-arrow-up-white.svg) no-repeat;
  background-size: 13px 13px; }

.event-calendar .tab-content table {
  border-top: none; }

.event-calendar .tab-content table th {
  background: none;
  color: #b9b9b9;
  text-transform: uppercase;
  font-size: 13px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #eee;
  background: #fff; }

.event-calendar .tab-content table td {
  height: 58px;
  vertical-align: middle;
  width: auto;
  /*text-transform: capitalize;*/
  line-height: 1.2em;
  border: 1px solid #eee; }

.event-calendar table td:first-child {
  padding: 0; }

.event-calendar table {
  margin-bottom: 0;
  /*text-transform: capitalize; */
}

.event-calendar table tr td div {
  position: relative;
  height: 100%;
  padding: 0 0 0 14px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.event-calendar table tr td div a, .event-calendar table tr td div span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 14px; }

.event-calendar table tr td div a span {
  display: inline; }

.event-calendar table tr {
  cursor: pointer; }

.event-calendar table tr td div:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 14px;
  background: #00a651; }

.event-calendar table tr td {
  padding: 0; }

.event-calendar table tr td div:after {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  content: '';
  height: 100%;
  width: 100%;
  background: #00a651; }

.event-calendar table .l-al {
  text-align: left;
  padding: 0 15px;
  line-height: 1.3em; }

.event-calendar table .col1 {
  width: 13%; }

.event-calendar table .col2 {
  width: 18%; }

.event-calendar table .col3 {
  width: 11%; }

.event-calendar table .col4 {
  width: 45%; }

.event-calendar table .col5 {
  width: 13%; }

.event-calendar .tab-content table tbody tr:nth-child(odd) {
  background: #fdfdfd; }

.event-calendar .toggle-block {
  padding: 0;
  margin: 0; }

.event-calendar .toggle-block.active {
  margin: 0 0 20px; }

.event-calendar table tr.green-color:hover {
  color: #00a651; }

.event-calendar table tr.violet-color:hover {
  color: #8a4feb; }

.event-calendar table tr.violet-color td div:before, .event-calendar table tr.violet-color td div:after {
  background: #8a4feb; }

.event-calendar table tr.turquoise-color:hover {
  color: #00b4c0; }

.event-calendar table tr.turquoise-color td div:before, .event-calendar table tr.turquoise-color td div:after {
  background: #00b4c0; }

.event-calendar table tr.orange-color:hover {
  color: #ff7e00; }

.event-calendar table tr.orange-color td div:before, .event-calendar table tr.orange-color td div:after {
  background: #ff7e00; }

.event-calendar table tr.blue-color:hover {
  color: #0083f2; }

.event-calendar table tr.blue-color td div:before, .event-calendar table tr.blue-color td div:after {
  background: #0083f2; }

.event-calendar table tr td em {
  display: none; }

.event-calendar .holder-slider h3 {
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  background: #00a651;
  font-size: 15px; }

.event-calendar .arrow-left-swiper, .event-calendar .arrow-right-swiper {
  background: #00a651;
  height: 60px;
  border: none;
  width: 30px; }

.event-calendar .arrow-right-swiper:after {
  background: url(/images/ico-arrow-right-white.svg) no-repeat;
  background-size: 11px 11px; }

.event-calendar .arrow-left-swiper:after {
  background: url(/images/ico-arrow-left-white.svg) no-repeat;
  background-size: 11px 11px; }

.event-calendar .toggle-block.active.active .button-styled.opener::after {
  background: url("/images/ico-arrow-up-white.svg") no-repeat scroll 0 0/13px 13px transparent; }

/*table calendar*/
.event-calendar .holder-slider {
  border: none; }

.event-calendar .swiper-container, .event-calendar .swiper-slide {
  width: 100%;
  height: 985px !important; }

.event-calendar .table-fake {
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 1px solid #eee;
  margin-bottom: 30px; }

.event-calendar .table-fake-row {
  display: table-row;
  width: 100%; }

.event-calendar .table-fake-row > span {
  display: table-cell;
  width: 14.3%;
  height: 175px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  -webkit-box-sizing: border-box;
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  vertical-align: top; }

.event-calendar .table-fake-row > span a {
  color: #b9b9b9;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.event-calendar .thead-fake.table-fake-row span strong {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal; }

.event-calendar .table-fake-row > span a:hover {
  color: #00a651; }

.event-calendar .thead-fake.table-fake-row > span {
  padding: 0;
  height: 38px;
  line-height: 38px;
  color: #b9b9b9;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal; }

.event-calendar .bullet-event-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 10px 10px 0; }

.event-calendar .bullet-event {
  display: inline-block;
  background: #00a651;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 0 0 6px; }

.event-calendar .orange-color.bullet-event {
  background: #ff7e00; }

.event-calendar .turquoise-color.bullet-event {
  background: #00b4c0; }

.event-calendar .violet-color.bullet-event {
  background: #8a4feb; }

.event-calendar .blue-color.bullet-event {
  background: #0083f2; }

/*upcoming block*/
.upcoming.toggle-block {
  border: 1px solid #eee;
  padding: 0; }

#col-left .upcoming.toggle-block, #col-right .upcoming.toggle-block {
  border-bottom: none; }

.upcoming.toggle-block .opener {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #707070;
  position: relative;
  font-size: 15px;
  border-bottom: none; }

.upcoming.toggle-block .opener:hover {
  color: #00a651; }

.upcoming.toggle-block .opener:after {
  position: absolute;
  content: '';
  left: 100%;
  top: 50%;
  width: 13px;
  height: 13px;
  background: url(/images/ico-arrow-down-green.svg) no-repeat;
  background-size: 13px 13px;
  margin: -6px 0 0 -30px; }

.upcoming.toggle-block.active .opener:after {
  background: url(/images/ico-arrow-up-green.svg) no-repeat;
  background-size: 13px 13px; }

.upcoming.toggle-block ul {
  padding: 0; }

.upcoming.toggle-block li {
  width: 100% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 20px 20px 36px;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #eee;
  background: #fdfdfd; }

.upcoming.toggle-block li:first-child {
  border-top: 1px solid #eee; }

.upcoming.toggle-block li:before {
  display: none; }

.upcoming.toggle-block li:after {
  content: '';
  width: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00a651; }

.upcoming.toggle-block li .more {
  position: absolute;
  top: 50%;
  right: 14px;
  font-size: 14px;
  margin: -7px 0 0; }

.upcoming.toggle-block li .more:after {
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  margin: -6px 0 0; }

.upcoming.toggle-block li h4 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase; }

.upcoming.toggle-block li em {
  font: italic normal 15px 'source sans pro';
  color: #707070; }

.upcoming.toggle-block li em span {
  display: block;
  text-transform: uppercase;
  font-style: normal; }

.upcoming.toggle-block li em span strong {
  color: #00a651;
  font-weight: normal; }

.upcoming.toggle-block li em i {
  display: block; }

.upcoming.toggle-block li.violet-color:after {
  background: #8a4feb; }

.upcoming.toggle-block li.violet-color .more:after {
  background: url(/images/ico-arrow-viewmore-purple.svg) no-repeat;
  background-size: 13px 13px; }

.upcoming.toggle-block li.violet-color h4, .upcoming.toggle-block li.violet-color em span strong, .upcoming.toggle-block li.violet-color .more {
  color: #8a4feb !important; }

.upcoming.toggle-block li.violet-color:hover em, .upcoming.toggle-block li.violet-color:hover i, .upcoming.toggle-block li.violet-color:hover span {
  color: #8a4feb !important; }

.upcoming.toggle-block li.turquoise-color:hover em, .upcoming.toggle-block li.turquoise-color:hover i, .upcoming.toggle-block li.turquoise-color:hover span {
  color: #00b4c0 !important; }

.upcoming.toggle-block li:hover em, .upcoming.toggle-block li:hover i, .upcoming.toggle-block li:hover span {
  color: #00a651 !important; }

.upcoming.toggle-block li.turquoise-color:after {
  background: #00b4c0; }

.upcoming.toggle-block li.turquoise-color .more:after {
  background: url(/images/ico-arrow-viewmore-teal.svg) no-repeat;
  background-size: 13px 13px; }

.upcoming.toggle-block li.turquoise-color h4, .upcoming.toggle-block li.turquoise-color em span strong, .upcoming.toggle-block li.turquoise-color .more {
  color: #00b4c0 !important; }

.upcoming.toggle-block .more-events {
  float: right;
  padding: 10px 20px 10px 0;
  text-transform: uppercase;
  font: 400 15px 'source sans pro';
  position: relative;
  color: #707070;
  margin: 0 20px 0 0; }

.upcoming.toggle-block .more-events:hover {
  color: #00a651; }

.upcoming.toggle-block .more-events:after {
  content: '';
  position: absolute;
  margin: -6px -7px 0 0;
  right: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  background: url(/images/ico-arrow-viewall-gray.svg) no-repeat;
  background-size: 13px 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.upcoming.toggle-block .more-events:hover:after {
  background: url(/images/ico-arrow-learnmore.svg) no-repeat;
  background-size: 13px 13px; }

#col-right .upcoming.toggle-block li:after {
  content: '';
  width: 4px; }

#col-right .upcoming.toggle-block li .more {
  text-indent: -9999px;
  width: 14px;
  padding: 0; }

#col-right .upcoming.toggle-block li {
  padding: 20px 30px 20px 20px; }

.past-button {
  background: #00a651;
  padding: 10px 10px 10px 10px;
  position: relative;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px; 

  display:inline-block;
  margin-left: 15px

}



/*.past-button:after {
  background: url("./images/ico-arrow-up-white.svg") no-repeat;
  background-size: 13px 13px;
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  margin: -6px 10px 0 0;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }*/

@media screen and (max-width: 1218px) {
  .event-calendar .search-container div.text-input-holder {
    width: 46%; }

  .event-calendar .tabz .tabset-holder .tabsets {
    width: 9%; }

  .event-calendar .table-fake-row > span {
    height: 145px; }

  .event-calendar .swiper-container, .event-calendar .swiper-slide {
    height: 840px !important;
    width: 100%; } }
@media screen and (max-width: 977px) {
  .event-calendar .search-container div.text-input-holder {
    width: 43%; }

  .event-calendar .tabz .tabset-holder .tabsets {
    width: 12%; }

  .event-calendar .table-fake-row > span {
    height: 105px; }

  .event-calendar .swiper-container, .event-calendar .swiper-slide {
    height: 640px !important;
    width: 100%; }

  .past-button {
    margin-bottom: 20px; } }
@media screen and (max-width: 748px) {
  .event-calendar .search-container div.text-input-holder {
    float: left;
    margin-bottom: 14px;
    width: 100%; }

  .event-calendar .tabz .tabset-holder .tabsets {
    width: 27%; }

  .event-calendar .search-filter-container {
    float: none;
    margin: 0 0 14px;
    width: 100%; }

  .event-calendar table tr td em {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    width: 35%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #b9b9b9;
    font-size: 13px;
    text-transform: uppercase; }

  .event-calendar .tab-content table tr {
    border: 1px solid #eee;
    border-bottom: none;
    border-top: none;
    border-collapse: collapse;
    display: block;
    position: relative; }

  .event-calendar .tab-content table td {
    display: table;
    width: 100%;
    text-align: left;
    border: none; }

  .event-calendar table tr td div {
    display: table;
    padding: 0; }

  .event-calendar table tr td a, .event-calendar table tr td span {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 65%;
    border-bottom: 1px solid #eee; }

  .event-calendar table tr td a span {
    display: block;
    width: 100%;
    border: none;
    text-align: left; }

  .event-calendar table thead {
    display: none; }

  .event-calendar .tab-content table tbody tr:nth-child(odd) {
    background: #fff; }

  .event-calendar .tab-content table tbody tr:nth-child(even) {
    background: #fdfdfd; }

  .event-calendar table tr td div:before {
    display: none; }

  .event-calendar table tr:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    background: #00a651;
    left: 0;
    top: 0;
    z-index: 2; }

  .event-calendar table tr.violet-color:before {
    background: #8a4feb; }

  .event-calendar table tr.turquoise-color:before {
    background: #00b4c0; }

  .event-calendar table tr.orange-color:before {
    background: #ff7e00; }

  .event-calendar table tr.blue-color:before {
    background: #0083f2; }

  .event-calendar .search-filter-container .customSelect .selectValueWrap {
    margin: 0; }

  .event-calendar .table-fake-row > span {
    height: 40px;
    text-align: center; }

  .event-calendar .bullet-event-holder {
    margin: 0 5px 0 0; }

  .event-calendar .bullet-event-holder {
    height: 20px; }

  .event-calendar .bullet-event {
    height: 7px;
    margin: 0 0 0 -1px;
    width: 7px; }

  .event-calendar .thead-fake.table-fake-row > span {
    font-size: 11px; }

  .event-calendar .thead-fake.table-fake-row > span span {
    display: none; }

  .event-calendar .swiper-container, .event-calendar .swiper-slide {
    height: 324px !important;
    width: 100%; }

  .upcoming.toggle-block li:after {
    content: '';
    width: 4px; }

  .upcoming.toggle-block li .more {
    text-indent: -9999px;
    width: 14px;
    padding: 0; }

  .upcoming.toggle-block li {
    padding: 20px 30px 20px 20px; }

  .event-calendar .search-container div.text-input-holder.button-only {
    height: 36px;
    width: 114px;
    margin: -20px 0 20px; } 


      .past-button 
      {
        width:100%;
        display: block;
      }



  }
