@charset "UTF-8";

/**************************************************************************
 * Basic Styles
 *************************************************************************/
.content {
  position: relative;
}

#event-nav ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 37.5em) {
  #event-nav ul {
    float: right;
  }
}

#event-nav li {
  list-style: none;
  float: left;
  margin: 0;
  height: 2.5em;
  line-height: 2.5em;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  position: relative;
}
@media (min-width: 37.5em) {
  #event-nav li {
    width: auto;
    text-align: left;
    padding: 0 20px;
    border-bottom: none;
    height: 68px;
    line-height: 68px;
  }
}

#event-nav li.active:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  content: "";
}

@media (max-width: 37.5em) {
  #events #event-nav li.active:after {
    border-bottom-color: rgba(255, 255, 255, 0.8) !important;
  }
}

#event-nav li a {
  text-decoration: none;
}

#event-control-bar {
  padding: 10px 20px;
  margin-top: 3.5em;
}

@media (min-width: 37.5em) {
  #event-control-bar {
    margin-top: 2.5em;
  }
}

.event {
  margin-bottom: 22px;
}

.event-left {
  float: left;
}

.event-right {
  float: right;
  *width: 400px;
  /* ie7 needs a specific width */
}

/** Controls - Controls are separate for cal/list views because they have very different markup **/
/* list controls */
.list-controls {
  float: left;
  position: relative;
  top: -40px;
  width: 221px;
  line-height: 30px;
  text-align: center;
  display: none;
}

.list-month-title {
  margin: 0 10px 0 0;
  line-height: 1;
}

.list-event-prev {
  float: left;
  width: 17px;
  height: 17px;
  background: url("/_img/month-arrows.png") no-repeat left top;
  position: absolute;
  right: 4px;
  top: 5px;
}

.list-event-next {
  float: left;
  width: 17px;
  height: 17px;
  background: url("/_img/month-arrows.png") no-repeat right top;
  position: absolute;
  right: -11px;
  top: 5px;
}

.list-event-prev.hasPrev {
  background-position: left -26px;
  cursor: pointer;
}

.list-event-next.hasNext {
  background-position: right -26px;
  cursor: pointer;
}

/* calendar controls */
.calendar-month {
  display: block;
  float: left;
  margin: 0 0 0 0;
  line-height: 30px;
  /* event-control-bar height */
  position: relative;
  top: -41px;
  left: 10px;
  font-weight: bold;
  padding-right: 50px;
  text-align: center;
  *text-align: right;
  /*ie7 hack to make the layout at least look decent */
  background: url("/_img/month-arrows.png") no-repeat right 8px;
}
@media (min-width: 56.25em) {
  .calendar-month {
    width: 221px;
  }
}

.calendar-prev {
  float: right;
  width: 17px;
  height: 17px;
  background: url("/_img/month-arrows.png") no-repeat left -26px;
  cursor: pointer;
  text-indent: -999em;
  display: block;
  position: absolute;
  right: 16px;
  top: 8px;
  text-align: left;
}

.calendar-next {
  float: right;
  width: 17px;
  height: 17px;
  background: url("/_img/month-arrows.png") no-repeat right -26px;
  cursor: pointer;
  text-indent: -999em;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  text-align: left;
}

/* ---------- List ---------- */
.list-time {
  width: 48px;
  float: left;
  margin-right: -68px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.3;
}

.list-time-day {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.list-time-month {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0  0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 4px 0;
}

.list-day-detail {
  padding-left: 68px;
}

.list-weekday {
  line-height: 1.1;
  font-size: 24px;
  font-weight: bold;
  color: #999999;
  border-bottom: 1px solid;
  border-color: #999999;
  padding: 10px 0 10px 0;
  margin-bottom: 25px;
}

.nrf-message {
  text-align: center;
}

.day-stage {
  margin-top: 20px;
}

/* -------- Calendar ------- */
.calendar {
  width: 100%;
  table-layout: fixed;
}

.calendar th {
  text-align: center;
  padding: 10px;
  line-height: 1.1;
}

.calendar td {
  padding: 6px 3px 3px;
  height: 75px;
  /* will grow ... not sure how but it does */
  border: 1px solid;
  vertical-align: top;
  font-weight: bold;
}

.calendar td > a {
  /* this is the clickable number */
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
  display: block;
  padding: 3px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.calendar .current {
  background-color: rgba(0,0,0,0.035);
}

.calendar td ul {
  margin: 0 0 0 15px;
  padding: 0;
  clear: both;
}

.calendar td ul li {
  margin: 0 0 10px 0;
  line-height: 1.1;
}

/* Featured Events */
#featured-events {
  margin: 45px 0;
  display: block;
  width: 100%;
}

.featured-event {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}

@media (min-width: 37.5em) {
  .featured-event {
    float: left;
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .featured-event:nth-child(2n+0) {
    margin-right: 0;
  }
}

@media (min-width: 60.5em) {
  .featured-event {
    width: 31.333333333%;
    margin: 0 3% 3em 0;
  }

  .featured-event:nth-child(2n+0) {
    margin-right: 3%;
  }

  .featured-event:nth-child(3n+0) {
    margin-right: 0;
  }
}

.featured-event .meta {
  margin-top: 1px;
}

.featured-event .meta span {
  font-weight: 400;
}

.featured-image {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2px;
  text-decoration: none;
  width: 100%;
  padding-top: 56.25%;
  height: auto;
  background-size: cover;
  background-position: center center;
}

.featured-image img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:2;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.featured-image:hover > img {
  opacity: 0.05;
}

.featured-event .details {
  min-height: 7.5em;
}

@media (min-width: 37.5em) {
  .featured-event .details {
    min-height: 6.5em;
  }
}

.featured-description {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  padding: 2em 1em;
  z-index:1;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  background-color: #dedede;
}

.featured-image:hover .featured-description {
  background-color: rgba(80,80,80, 1.0);
}

.featured-description p.inner {
  margin: 0;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.featured-image:hover .featured-description p {
  color: #fff;
}

.featured-start {
  margin-top: 8px;
  margin-bottom: .25em;
}

.featured-event h2 {
  margin: 0;
  font-weight: bold;
  line-height: 1.3;
}

.featured-event h2 a {
  line-height: 1.3;
}

.event-row {
  margin-bottom: 10px;
  width: 100%;
}

/**************************************************************************
 * Filtering
 *************************************************************************/

 .customSelect {
  display: none !important;
 }

 .ui-selectmenu {
   display: block;
   float: left;
   position: relative;
   width: 150px !important;
   text-decoration: none;
   overflow: hidden;
   margin-right: 5px;
   background: url(/_img/article_selectmenu_icon.png) no-repeat 95% 50%;
   padding: 6px 0 6px;
   box-sizing: border-box;
   border: 1px solid;
 }

#content a.ui-selectmenu:hover {
  text-decoration: none;
}

.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 1px 0 0 0;
  list-style: none;
  position: absolute;
  z-index: 1001;
  top: 0;
  visibility: hidden;
  overflow: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 200px;
  width: 150px !important;
  padding-top: 1px;
}

.ui-selectmenu-open {
  visibility: visible;
}

.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 200px !important;
  width: 150px !important;
  background-color: #f1f1f1;
}

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  font-weight: normal !important;
  font-family: "Open Sans", sans-serif;
}

.ui-selectmenu-status {
  line-height: 1.4em;
  display: block;
  padding: .3em 1.5em 0 1em;
  outline: none;
  text-decoration: none;
  color: #363636;
  font-size: 11px;
}

.ui-selectmenu-menu li a {
  line-height: 1.4em;
  display: block;
  padding: .3em 1.5em .3em 1em;
  outline: none;
  text-decoration: none;
  color: #363636;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}

.ui-selectmenu-status {
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  display: block;
  padding: .3em 1.5em .3em 1em;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
  background: #dbdbdb;
}

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight: 700;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8;
}

/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

/**************************************************************************
 * Filter & Search field
 *************************************************************************/
#category-selector,
#event_categories div {
  float: left;
}

#category-selector {
  padding-right: 0;
  margin-right: 0;
}

#category_select {
  border: 1px solid;
  padding: .5em 1em;
  height: 38px;
}

#event-search {
  display: none;
}
@media (min-width: 37.5em) {
  #event-search {
    display: block;
    float: right;
    position: relative;
  }
}

#event-search-term {
  height: 38px;
  line-height: 29px;
  border: 0;
  margin-top: 0px;
  font-size: 1.25em;
  line-height: 1;
  padding-left: 10px;
  padding-right: 29px;
  box-sizing: border-box;
  padding-top: 4px;
  width: 155px;
}

#search_submit {
  width: 17px;
  height: 21px;
  background: url("/_img/search_go.png") no-repeat left top;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  text-transform: capitalize;
  /* yes this is necessary: http://stackoverflow.com/questions/2888298/text-indent-is-not-working-in-ie7 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

h1.search-results {
  color: #999999;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  float: left;
  margin-bottom: 0;
  padding-top: 8px;
  line-height: 1;
}

/**************************************************************************
 * Font & Sizing
 *************************************************************************/
#event-nav li {
  font-size: 20px;
}

.calendar th {
  font-size: 17px;
}

.calendar td {
  /* this is the number */
  font-size: 13px;
}

.calendar td ul li {
  font-size: 12px;
}

.list-month-title,
.calendar-month {
  font-size: 1.83333em;
}

p.list-time-day,
p.list-time-month {
  display: block;
  margin: 0;
  padding: 0;
}

p.list-time-day {
  font-size: 20px;
  line-height: 1.5;
  padding-top: 2px;
}

p.list-time-month {
  font-size: 12px;
}

.featured-description p {
  font-size: 12px;
}

.featured-start,
.featured-event .meta,
.featured-event .meta a,
.featured-event .meta span,
.event p.meta,
.event p.meta a,
.event p.meta span {
  font-size: 14px;
  line-height: normal;
}

/**************************************************************************
* Colors
***************************************************************************/
#event-nav {
  background-color: #dedede;
}

#event-control-bar {
  background-color: transparent;
}

@media (min-width: 37.5em) {
  #event-control-bar {
    background-color: #f1f1f1;
  }
}

.calendar-month,
.list-month-title,
#category-selector {
  color: #999999;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.calendar td {
  border-color: #dfdfdf;
}

.calendar td > a {
  /* this is the number */
  color: #333333;
}

.calendar td > a:hover {
  color: #ffffff;
}

.list-time-day {
  background-color: #dfdfdf;
}

.list-time-month {
  color: #ffffff;
}

.list-time {
  border-color: #aaaaaa;
}


/**************************************************************************
 * Common Overrides
 *************************************************************************/
.calendar td ul li {
  list-style: none;
}

.calendar td ul li a {
  text-decoration: none;
  line-height: 1.3;
}

.event h3 {
  margin-bottom: 4px;
}

/**************************************************************************
 * HTML 5 considerations
 *************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**************************************************************************
 * Helper Functions - From HTML 5 Boilerplate
 *************************************************************************/
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.push {
  clear: both;
}

.floatleft {
  float: left;
}

/**************************************************************************
 * Overrides because the base layouts site has no core styling to inherit
   You can probably delete this in your site
 *************************************************************************/
a {
  text-decoration: none;
}

.featured-event h2 {
  font-size: 22px;
}

.featured-event h2 a {
  text-decoration: none;
}

.list-day h3 {
  font-size: 18px;
  font-weight: bold;
}

.list-controls {
  width: 230px;
}
@media (min-width: 56.25em) {
  .list-controls {
    width: 230px;
  }
}

#event-control-bar .floatleft {
  font-size: 1.5em;
}

.list-month-search > h4 {
  font-size: 2.25em;
  margin-bottom: 15px;
  font-weight: 300;
}