/*********** Featured Events Widget Styling ***********/
.featuredEvents {
  position: relative;
  margin: 10px 0;
  padding: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.featuredEvents a {text-decoration: none; color: inherit; font-size: inherit;}
.featuredEvents .top {
  width: 259px;
  height: 80px;
  padding: 0 20px;
  position: relative;
  margin-bottom: 8px;
  background-color: #fff;
  z-index: 999;
}
.featuredEvents .top h3 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  width: 124px;
  height: 73px;
  text-align: center;
}
.featuredEvents .top a.allLink {
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url(/includes/images/assets/btn-widget-all.png);
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  position: absolute;
  bottom: 10px;
  right: 65px;
}
.featuredEvents .window {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.featuredEvents .window .track {
  position: absolute;
  left: 0;
  width:20000em;
  overflow: hidden;
}

.featuredEvents .window .track .item {
    float: left;
    position: relative;
    margin-right: 20px;
}
.featuredEvents .window .track .item .content {
  font-size: 13px;
  line-height: 18px;
}
.featuredEvents .window .track .item .content .date-range {
  color: #595959;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  margin: 5px 0;
  font-weight: bold;
}
.featuredEvents .window .track .item .content .title {
  font-size: 14px;
  padding: 0;
  margin: 5px 0;
}
.featuredEvents .window .track .item .content .title a {color: inherit;}
.featuredEvents .window .track .item .content .location {
  color: #79a52f;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  margin: 5px 0;
}
.featuredEvents .window .track .item .content .link {
  display: block;
  color: #3A6F8F;
  padding-left: 10px;
  position: relative;
  margin-top: 10px;
  font-weight: bold;
}
.featuredEvents .window .track .item .content .link span {
  background-image: url(/includes/images/assets/arrow-rt-blue.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 0; 
  width: 5px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
}

/****** Widget Navigation ******/
.featuredEvents .arrow {
    background-image: url(/includes/images/assets/nav-widget.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 22px;
    height: 21px;
    bottom: 14px;
    cursor: pointer;
    z-index: 999;
}
.featuredEvents .arrow.prev { background-position: 0 0; right: 115px;}
.featuredEvents .arrow.next { background-position: -22px 0; right:15px;}
.featuredEvents .arrow.prev.disabled { background-position: 0 -21px;}
.featuredEvents .arrow.next.disabled { background-position: -22px -21px;}


/** C1 Modifications **/
.c1 .featuredEvents.side {
  background-image: url(/includes/images/assets/bg-eventsWidgetLeft.jpg);
  width: 320px;
  height: 492px;
}
.c1 .featuredEvents.side .window {
  width: 265px;
  height: 385px;
  margin: 0 20px;
}
.c1 .featuredEvents.side .window .track .item .image img {
  width: 263px;
}
.c1 .featuredEvents.side .window .track .item {
  width: 265px;
  height: 385px
}
/** C3 Modifications **/
.c3 .featuredEvents.side {
  background-image: url(/includes/images/assets/bg-eventsWidgetRight.jpg);
  width: 205px;
  height: 472px;
}
.c3 .featuredEvents.side .top {
  width: 168px;
  padding: 0 8px;
}

.c3 .featuredEvents.side .window {
  width: 168px;
  height: 320px;
  margin: 0 8px;
}
.c3 .featuredEvents.side .window .track .item {
  width: 168px;
  height: 320px
}
.c3 .featuredEvents.side .window .track .item .image img {
  width: 166px;
}
.c3 .featuredEvents.side .top a.allLink { top: 410px; right: 80px;}
.c3 .featuredEvents.side .arrow { top: 415px;}
.c3 .featuredEvents.side .arrow.prev { right: 150px;}

/** Home Modifications **/
.featuredEvents.home {
  background-image: url(/includes/images/assets/bg-eventsWidgetHome.jpg);
  width: 634px;
  height: 254px;
  float: left;
}
.featuredEvents.home .top {
  width: 330px;
  height: 73px;
  position: absolute;
  right: 10px;
  padding: 0;
}
.featuredEvents.home .window {
  width: 620px;
  height: 231px;
  margin: 10px auto;
}
.featuredEvents.home .window .track .item {
  width: 620px;
  height: 231px
}
.featuredEvents.home .window .track .item .image {
  width: 278px;
  float: left;
}
.featuredEvents.home .window .track .item .content {
  float: left;
  padding: 80px 20px 15px;
  width: 300px;
}
.featuredEvents.home .top a.allLink { right: 80px; bottom: 4px;}
.featuredEvents.home .arrow { bottom: 7px;}
.featuredEvents.home .arrow.prev {right: 150px;}
