/* @import so that PostCSS via (postcss-import) can access "variables &&
custom props" in this file */
/* GENERAL */
:root { /* E! Blue */ /* E! Light grey for content ex. title, dates, branded content, bylines etc.  */ /* E! Dark grey for titles */ /* Red */ /* Text Font ex. Content Font */ /* Display Font ex. Titles */
}
/* LAYOUT */
:root {
	/* Left / Right spacing */

	/* Vertical spacing top / bottom */
}
/* @import so that PostCSS via (postcss-import) can access "variables &&
custom props" in this file */
.dp {
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, .25);
  line-height: 1.4;
  border-radius: 4px;
  max-height: 400px;
  z-index: 1000;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.dp-cal {
  min-height: 270px;
}
.dp-below {
  position: absolute;
  font-size: 1.2em;
  width: 300px;
  max-width: 100vw;
}
.dp-months {
  padding: 24px;
}
.dp-years {
  box-sizing: border-box;
  max-height: 400px;
  padding: 8px 0;
  overflow: auto !important; /* HACK for Chrome on Android */
}
.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #3B404D;
  border-radius: 2px;
  border: 0;
  background: transparent;
}
.dp-cal-header {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  background: #f5f5f5;
}
.dp-next,
.dp-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 14px;
  color: #777;
  border-radius: 2px;
  border: 0;
  background: transparent;
}
.dp-next:focus,
.dp-prev:focus,
.dp-next:hover,
.dp-prev:hover {
  outline: none;
  color: inherit;
}
.dp-prev {
  left: 24px;
}
.dp-next {
  right: 24px;
}
.dp-prev:before,
.dp-next:before {
  content: '';
  border: 2px solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: border-color 0.2s;
  margin: 9px 0 40px 4px;
}
.dp-prev:before {
  border-right: 0;
  border-bottom: 0;
}
.dp-next:before {
  border-left: 0;
  border-top: 0;
  margin-left: 0;
  margin-right: 4px;
}
.dp-cal-month,
.dp-cal-year {
  display: inline-block;
  font-size: 1.4em;
  padding: 16px 8px 8px;
  outline: none;
}
.dp-cal-footer {
  text-align: center;
  background: #f5f5f5;
}
.dp-day-today:after {
  content: '';
  height: 0;
  width: 0;
  border: 7px solid #0ea8cc;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.dp-close,
.dp-clear,
.dp-today {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent;
}
.dp-permanent .dp-close,
.dp-permanent .dp-clear {
  display: none;
}
.dp-close:active,
.dp-clear:active,
.dp-today:active,
.dp-next:active,
.dp-prev:active,
.dp-cal-month:active,
.dp-cal-year:active {
  background: #0ea8cc;
  color: white;
}
.dp-cal-footer {
	display:none!important;
}
@media screen and (min-device-width: 1200px) {
  .dp-close:hover,
  .dp-close:focus,
  .dp-clear:hover,
  .dp-clear:focus,
  .dp-today:hover,
  .dp-today:focus,
  .dp-next:hover,
  .dp-next:focus,
  .dp-prev:hover,
  .dp-prev:focus,
  .dp-cal-month:focus,
  .dp-cal-month:hover,
  .dp-cal-year:hover,
  .dp-cal-year:focus {
    background: #0ea8cc;
    color: white;
  }
}
.dp-col-header,
.dp-day {
  width: 14.28571429%;
  display: inline-block;
  padding: 8px;
  text-align: center;
}
.dp-col-header {
  color: #AAA;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 8px 0;
}
.dp-month {
  width: 33%;
  display: inline-block;
  padding: 8px;
}
.dp-year {
  display: block;
  padding: 8px 40px;
  width: 100%;
}
.dp-edge-day {
  color: #AAA;
}
.dp-day:hover,
.dp-month:hover,
.dp-year:hover,
.dp-current:focus,
.dp-current,
.dp-day:focus,
.dp-month:focus,
.dp-year:focus {
  outline: none;
  background: #0ea8cc;
  color: white;
}
.dp-selected:hover,
.dp-selected:focus,
.dp-selected {
  background: #0ea8cc;
  color: #FFF;
}
.dp-day-disabled {
  background: transparent;
  color: #DDD;
}
.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: #DDD;
}
.dp-focuser {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}
body {
	overflow-x: hidden;
	 /* Nav extenders calculations get messed up with this page */ 
}
.schedule * {
	box-sizing: border-box;
}
.schedule {
	font-family: 'Lato', Arial, sans-serif;
	color: #4a4a4a;
	margin: 20px 0;
	padding:0 10px
}
.schedule__header {
	background: #9b9b9b;
	color: #fff;
	padding: 10px 10px;
}
.schedule__disclaimer-title {
	padding-bottom: 5px;
	color: #9b9b9b;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}
.schedule__disclaimer-text {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 20px;
}
.schedule__details {
	background: #e3e3e3;
}
.schedule__row-title {
	text-transform: uppercase;
	color: #4a4a4a;
	min-width:120px;
	font-size:18px;
	font-weight:700;
}
.schedule__calendar,
.schedule__select {
	opacity: 0;
}
.schedule__calendar--active {
	opacity: 1;
}
.schedule__calendar,
.schedule__select {
	width: 100%;
	min-width: 100%;
	 /* fixes ios bug with input date not respecting 100% width */
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor:pointer;
    box-shadow: none;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index:1000;
    -webkit-appearance:none;
    -moz-appearance:none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
.schedule__btn {
	border-radius: 5px;
	padding: 7px 10px;
	height:40px;
	margin:0;
	border-width: 0;
	outline: none;
	text-transform: uppercase;
	font-size:18px;
	letter-spacing:1px;
}
.schedule__btn {
	border-width: 2px;
	font-weight:700;
}
.scheule__btn-text {
	position:relative;
	top:-2px;
}
.schedule__calendar:hover + .schedule__btn {
	background:transparent;
	color: #0ea8cc;
}
.schedule__calendar:hover + .schedule__btn svg path, 
.schedule__btn:hover svg path {
	fill: #0ea8cc;
}
.schedule__filters {
	background: #f2f2f2;
	padding: 20px 20px;
}
.schedule__filter {
	position: relative;
	overflow: hidden;
	width: 180px;
	margin-right:20px;
}
.schedule__current-date {
	font-size:24px;
	font-weight:700;
	color:#4a4a4a;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.schedule__full-week {
	margin:5px 20px 0;
}
a.schedule__weekday {
	 font-size:30px;
	 letter-spacing: 8px;
	 font-family: 'Oswald', Arial, sans-serif;
	 color:#4a4a4a;
	 text-transform: uppercase;
	 text-decoration: none;
 }
a.schedule__weekday--active,
 .schedule__weekday:hover {
	color:#0ea8cc;
 }
.show__row {
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.show__row:last-child {
	border:none;
}
.schedule__calendar-icon {
	position:relative;
	left:-5px
}
.schedule__no-shows {
 	padding: 20px 15px 45px 20px;
	font-size:18px;
}
.show__info {
	font-size: 24px;
	margin-bottom: 10px;
	line-height:1.1;
}
.show__name {
	font-weight: bold;
	color:#000;
}
.show__episode {
	font-style: italic;
	font-weight:700;
	color: #9b9b9b;
}
.show__desc {
	font-size:16px;
	line-height:1.6;
}
.show__details {
	padding: 0 60px;
}
.show__additional {
	padding: 4px 0;
	color:#9b9b9b;
	min-width:140px;
	text-align: right;
	font-size:16px;
	font-style: italic;
	font-weight:bold;
}
.show__additional > div {
	margin-bottom:10px;
}
.show__rating {
	font-size:18px;
	color:#4a4a4a;
	font-style: normal;
	font-weight:normal;
}

/*# sourceMappingURL=shows.schedule.15.8b719451b81444155066.css.map*/