/**
 *	Apply reset styles
 *	----------------------------------------------------------------------------------------------------------------
 *	Fix any styles that need base values to work properly
 */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
/**
 *	Default style assignments
 *	----------------------------------------------------------------------------------------------------------------
 *	Set default styles for unclassed objects
 */
html {
  overflow-y: scroll;
}
html,
body {
  font-size: 10px;
}
html,
h1,
h2,
h3,
h4,
h5,
p,
li,
a,
input,
.base-type {
  font-family: 'Alegreya Sans', sans-serif;
  color: #646464;
}
body {
  margin: 0px;
}
.template-header h1 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 60px;
  line-height: 6rem;
}
@media screen and (max-width: 740px) {
  .template-header h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 52px;
    line-height: 5.2rem;
  }
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  line-height: 5.2rem;
  font-weight: 100;
  color: #231e1f;
  margin: 0px 0px 16px;
}
h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 200;
  color: #231e1f;
  margin: 0px;
  margin: 24px 0px 16px;
}
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* base font size */
  font-weight: 500;
  color: #231e1f;
  margin: 24px 0px 0px 0px;
}
h4,
h5,
h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* base font size */
  font-weight: 400;
  color: #231e1f;
  margin: 16px 0px 0px 0px;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* base font size */
  font-weight: 300;
  margin: 0px 0px 12px;
}
header p {
  margin: 0px;
}
.body li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* base font size */
  font-weight: 300;
}
a {
  text-decoration: none;
}
p a,
li a {
  color: #ee4c00;
  font-weight: 500;
}
img {
  max-width: 100%;
}
blockquote {
  margin: 16px 0px 16px;
  padding: 8px 32px 8px 30px;
  border-left: 2px solid #d1d1d1;
}
blockquote p {
  font-size: 22px;
  line-height: 28px;
  font-style: italic;
  color: #7d7d7d;
}
blockquote *:last-child {
  margin-bottom: 0px;
}
strong,
b {
  font-weight: 500;
  color: #231e1f;
}
html {
  background-position: top center;
}
/**
 * Grey Mode
 */
html {
 /* background-image: url('../../images/wallpaper-dark-text.png'); */
}
/**
 * Highlight
 */
html {
  /* background-image: url('../../images/wallpaper-highlight-alt.png'); */
  background-color: #154e65;
}
.template-row {
  display: block;
  width: 100%;
  padding: 0px 0px 0px 128px;
}
@media screen and (max-width: 960px) {
  .template-row {
    padding: 0px 0px 0px 64px;
  }
}
@media screen and (max-width: 820px) {
  .template-row {
    padding: 0px 0px 0px 16px;
  }
}
@media screen and (max-width: 740px) {
  .template-row {
    padding: 0px 0px 0px 8px;
  }
}
@media screen and (max-width: 560px) {
  .template-row {
    padding: 0px 0px 0px 0px;
  }
}
.template-col {
  max-width: 1124px;
  margin: 0px auto;
  background-color: #ffffff;
  border-right: 16px solid #ff3a00;
}
@media screen and (max-width: 740px) {
  .template-col {
    border-right-width: 8px;
  }
}
@media screen and (max-width: 560px) {
  .template-col {
    border-right-width: 0px;
  }
}
.template-header-col {
  padding: 0px 16px;
  text-align: left;
}
.header-logo-link {
  display: block;
  width: 100%;
  height: auto;
}
.header-logo {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
  padding: 8px 16px;
  fill: #231e1f;
}
.header-logo .highlight {
  fill: #ff3a00;
}
.header-logo .highlight-alt {
  fill: #7BD59F;
}
.header-logo .paper {
  fill: #ffffff;
}
.template-footer-col {
  background-color: #f7f7f7;
}
/** variation **/
/*
.template-col {
	border-right: 0px;
}

.template-wrap {
	border-top: @u-gutter-s solid @c-highlight;
	padding-top: 0px !important;
	margin-top: @u-gutter-m;
}
.main-nav {
	padding: @u-gutter-s 0px !important;
}

html {
	background-color: @c-highlight-alt;
	background-image: none;
}
.template-header-col {
	background-color: fadeout( @c-highlight-alt, 50% );
	.header-logo {
		.highlight {
			fill: @c-paper;
		}
		.highlight-alt {
			fill: @c-paper;
		}
		.paper {
			fill: @c-highlight-alt;
		}
	}
	
}
/* eof */
.template-alt-nav-col {
  padding: 0px 32px 0px;
}
.alt-nav ul,
.alt-nav li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.alt-nav ul + ul,
.alt-nav li + li {
  border-left: 1px solid #d1d1d1;
}
.alt-nav a {
  padding: 4px 6px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.main-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 16px 0px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f7f7f7;
}
.main-nav .menu {
  display: inline-block;
  margin: 0px;
  padding: 0px 32px;
}
.main-nav .menu-item {
  display: inline-block;
  list-style: none;
}
.main-nav a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* base font size */
  padding: 6px;
}
.breadcrumb {
  margin: 0px 0px 16px;
  position: relative;
  display: table;
  width: 100%;
}
.breadcrumb-col {
  display: table-cell;
  vertical-align: top;
}
.breadcrumb-left-col {
  width: 100%;
}
.breadcrumb-right-col {
  text-align: right;
  min-width: 12em;
}
.breadcrumbs {
  position: relative;
  display: inline-block;
  margin: 0px 0px 6px;
  padding: 0px;
}
.breadcrumbs li {
  display: inline-block;
  line-height: inherit;
  list-style: none;
  margin: 0px;
}
.breadcrumbs a {
  padding: 4px 8px 4px;
  line-height: inherit;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.breadcrumbs-0 {
  background-color: #ff3a00;
}
.breadcrumbs-0 a {
  background-color: #ff3a00;
  color: #ffffff;
}
.breadcrumbs-0::after {
  width: 0px;
  height: 0px;
  content: '';
  position: absolute;
  top: 0px;
  right: -5px;
  border-top: 0px solid transparent;
  border-left: 5px solid #ff3a00;
  border-bottom: 5px solid transparent;
}
.categories-breadcrumbs li + li {
  border-left: 1px solid #d1d1d1;
}
.post_types-breadcrumbs {
  display: block;
}
@media screen and (max-width: 740px) {
  .categories-breadcrumbs {
    display: block;
  }
  .categories-breadcrumbs li {
    border-left: 1px solid #d1d1d1;
  }
}
.filter-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: table;
  padding: 0px 0px 16px 0px;
  margin: 0px 0px 32px 0px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.filter-item {
  display: table-cell;
  vertical-align: top;
}
.filter-item + .filter-item {
  padding: 0px 0px 0px 16px;
}
@media screen and (max-width: 740px) {
  .filter-item {
    display: block;
  }
  .filter-item + .filter-item {
    padding: 8px 0px 0px;
  }
}
.filter-label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 300;
}
.filter-options {
  /* min-width: 15em; */
  width: 100%;
}
.template-wrap {
  padding: 32px 32px 32px 32px;
}
.template-header {
  margin: 0px 0px 16px;
  padding: 0px 0px 16px;
  border-bottom: 1px dashed #e8e8e8;
}
.template-header h1,
.template-header h2,
.template-header h3 {
  margin: 0px 0px 8px;
}
.template-header p {
  margin: 0px;
}
.template-header li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* base font size */
  font-weight: 300;
}
.template-body {
  margin: 32px 0px 32px 0px;
}
.term-summary {
  margin: 16px 0px;
  display: block;
}
.term-summary a {
  color: #ee4c00;
}
.term-summary .inner-wrap {
  display: table;
  width: 100%;
}
.term-summary .thumbnail-wrap,
.term-summary .content-wrap {
  display: table-cell;
  vertical-align: top;
}
.term-summary .thumbnail-wrap {
  max-width: 64px;
  width: 64px;
}
.term-summary .thumbnail {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e8e8e8;
  background-size: cover;
  background-repeat: no-repeat;
}
.term-summary .thumbnail-wrap + .content-wrap {
  padding-left: 16px;
}
.term-summary .term-name {
  margin: 8px 0px 0px;
}
.term-summary .term-content-count-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.term-summary .post-count-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.term-summary li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.post-count-item {
  display: inline-block;
  padding: 0px 4px;
}
.post-count-item + .post-count-item {
  border-left: 1px solid #e8e8e8;
}
.map {
  margin-top: 16px;
  width: 100%;
  height: 300px;
  background-color: #d1d1d1;
}
.contact-info,
.contact-address {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.contact-info li,
.contact-address li {
  display: inline;
}
.contact-info li + li:before,
.contact-address li + li:before {
  content: ', ';
}
.inline-icon {
  display: inline-block;
  padding-left: 0.125em;
}
.inline-icon svg {
  fill: currentColor;
  height: 0.9em;
  width: 0.9em;
}
/** Writers: Archive **/
.writer-archive-summary-list,
.writer-archive-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  margin: 0px -16px 0px;
}
.writer-archive-summary-item,
.writer-archive-list-item {
  display: inline-block;
  vertical-align: top;
  padding: 0px 16px 0px;
  width: 33%;
}
@media screen and (max-width: 740px) {
  .writer-archive-summary-item,
  .writer-archive-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .writer-archive-summary-item,
  .writer-archive-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .ui-tabs .writer-archive-summary-item,
  .ui-tabs .writer-archive-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .ui-tabs .writer-archive-summary-item,
  .ui-tabs .writer-archive-list-item {
    width: 100%;
  }
}
/**  Writers: Single **/
@media screen and (min-width: 741px) {
  .writer-related-container {
    width: 100%;
    display: table;
    margin: 0px -8px;
  }
  .writer-events-container,
  .writer-books-container {
    display: table-cell;
    padding: 0px 8px;
  }
  .writer-events-container {
    width: 50%;
  }
}
@media screen and (min-width: 821px) {
  .writer-related-container .book-list {
    margin: 0px -8px;
    font-size: 0px;
  }
  .writer-related-container .book-list-item {
    display: inline-block;
    padding: 0px 8px;
    width: 50%;
    vertical-align: top;
  }
  .writer-events-container {
    width: 33%;
  }
}
.archive-summary-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  margin: 0px -16px 0px;
}
.archive-summary-item {
  display: inline-block;
  vertical-align: top;
  padding: 0px 16px 0px;
  width: 50%;
}
.archive-summary-item .content-wrap {
  display: block;
}
.archive-summary-item .term-summary {
  margin-top: 0px;
}
.archive-summary-item .term-name {
  margin: 16px 0px 0px;
  /*
		.fsz-l;
		.fw-r;
		a {
			.fw-r;
		}
		*/
  font-weight: 500;
}
/** Venues: Archive **/
.venue-archive-summary-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  margin: 0px -16px 0px;
}
.venue-archive-summary-item {
  width: 100%;
}
@media screen and (min-width: 741px) {
  .venue-archive-summary-item {
    display: inline-block;
    vertical-align: top;
    padding: 0px 16px 0px;
    width: 50%;
  }
}
@media screen and (min-width: 821px) {
  .venue-archive-summary-item {
    width: 33%;
  }
}
/** Festivals: Archive **/
/*
.festival-archive-summary-list {
	.grid-container;
}
.festival-archive-summary-item {
	.grid-item;
	.two-col-grid;

	.content-wrap {
		display: block;
	}
	.term-summary {
		margin-top: 0px;
	}
	.term-name {
		margin-top: 0px;
		.fsz-l;
		.fw-r;
		a {
			.fw-r;
		}
	}
}
*/
/** Series: Archive **/
/*
.series-archive-summary-list {
	.grid-container;
}
.series-archive-summary-item {
	.grid-item;
	.two-col-grid;
	
	.content-wrap {
		display: block;
	}
	.term-summary {
		margin-top: 0px;
	}
	.term-name {
		margin-top: 0px;
		.fsz-l;
		.fw-r;
		a {
			.fw-r;
		}
	}
}
*/
/** Program: Archive **/
/*
.program-archive-summary-list {
	.grid-container;
}
.program-archive-summary-item {
	.grid-item;
	.two-col-grid;
	
	.content-wrap {
		display: block;
	}
	.term-summary {
		margin-top: 0px;
	}
	.term-name {
		margin-top: 0px;
		.fsz-l;
		.fw-r;
		a {
			.fw-r;
		}
	}

	@media screen and (max-width: @bp-mobile ) {
		.one-col-grid;
	}

}
*/
@media screen and (max-width: 740px) {
  .program-archive-summary-item,
  .language-archive-summary-item {
    width: 100%;
  }
}
/** Language: Archive **/
/*
.language-archive-summary-list {
	.grid-container;
}
.language-archive-summary-item {
	.grid-item;
	.two-col-grid;
	
	.content-wrap {
		display: block;
	}
	.term-summary {
		margin-top: 0px;
	}
	.term-name {
		margin-top: 0px;
		.fsz-l;
		.fw-r;
		a {
			.fw-r;
		}
	}

	@media screen and (max-width: @bp-mobile ) {
		.one-col-grid;
	}

}
*/
/** Headers **/
header.has-thumbnail {
  display: table;
  width: 100%;
}
header.has-thumbnail .thumbnail-wrap,
header.has-thumbnail .content-wrap {
  vertical-align: middle;
  display: table-cell;
}
header.has-thumbnail .thumbnail {
  height: 125px;
  width: 125px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
header.has-thumbnail .content-wrap {
  padding-left: 32px;
  width: 100%;
}
@media screen and (max-width: 740px) {
  header.has-thumbnail {
    display: block;
  }
  header.has-thumbnail .thumbnail-wrap,
  header.has-thumbnail .content-wrap {
    display: block;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
  }
  header.has-thumbnail .thumbnail {
    display: block;
    margin: 0px auto 16px;
  }
}
.site-footer {
  padding: 32px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
}
/** Audio Player **/
.audio-download-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.audio-player-container {
  margin: 0px;
}
.body .mejs-container,
.body .mejs-embed,
.body .mejs-embed body,
.body .mejs-container .mejs-controls {
  background-color: #ffffff;
}
.body .mejs-container .mejs-controls .mejs-time {
  padding-top: 11px;
  font-family: 'Alegreya Sans', sans-serif;
  color: #646464;
}
.body .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #ff3a00;
}
.body .mejs-controls .mejs-time-rail .mejs-time-total,
.body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: #d1d1d1;
}
.body .mejs-controls .mejs-time-rail .mejs-time-loaded,
.body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #646464;
}
.body .mejs-controls .mejs-button button {
  background-image: url('../../images/controls.svg');
}
.body .mejs-controls .mejs-time-rail .mejs-time-float {
  font-family: 'Alegreya Sans', sans-serif;
  color: #646464;
  border: 0px;
}
.body .mejs-controls a:focus > .mejs-offscreen {
  display: none;
}
.ls-n {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-title {
  margin-top: 0px;
}
.button {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 4px 6px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  margin: 6px 6px 6px 0px;
  color: #ff3a00;
  min-width: 2em;
  text-align: center;
  background-color: #ffffff;
}
.active-button {
  color: #ffffff;
  background-color: #ff3a00;
  border-color: #ff3a00;
}
/**
 * Styling of tabbed interfaces created with visual composer
 */
.ui-tabs {
  display: table;
  margin: 24px 0px 0px;
  width: 100%;
}
.ui-tabs .wpb_tour_next_prev_nav {
  display: none;
}
.ui-tabs-nav {
  vertical-align: top;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ui-tabs-nav a {
  padding: 6px 8px;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* base font size */
}
.ui-tabs-active a {
  background-color: #ff3a00;
  color: #ffffff;
  position: relative;
}
/**
 * Wide screen view with tabs in left column and content to the right
 */
@media screen and (min-width: 741px) {
  .ui-tabs-nav {
    display: table-cell;
    width: 160px;
    max-width: 160px;
    min-width: 160px;
    padding-right: 32px;
  }
  .ui-tabs-nav li + li {
    border-top: 1px solid #e8e8e8;
  }
  .ui-tabs-panel {
    display: table-cell;
    width: 100%;
  }
  .ui-tabs-active a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ff3a00 transparent transparent transparent;
    -webkit-transform: rotate(360deg);
    right: -8px;
    top: 0px;
    position: absolute;
  }
}
/**
 * Collapsed tab navigation
 */
@media screen and (max-width: 740px) {
  .ui-tabs,
  .ui-tabs-nav,
  .ui-tabs-panel {
    display: block;
  }
  .ui-tabs-nav {
    margin: 32px 0px 32px;
    width: 100%;
    display: block;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .ui-tabs-active a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ff3a00 transparent transparent transparent;
    -webkit-transform: rotate(360deg);
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
  }
}
/**
 * Horizontal collapsed tab navigation
 */
@media screen and (max-width: 740px) and (min-width: 561px) {
  .ui-tabs-nav {
    text-align: center;
    display: table;
  }
  .ui-tabs-nav li {
    display: table-cell;
    text-align: center;
  }
  .ui-tabs-nav a {
    padding: 8px;
    display: block;
  }
}
/**
 * Stacked collapsed tab navigation
 */
@media screen and (max-width: 560px) {
  .ui-tabs-nav li + li {
    border-top: 1px dashed #e8e8e8;
  }
  .ui-tabs-nav a {
    padding: 8px;
    display: block;
  }
}
.columns {
  display: table;
  margin: 0px -16px;
}
.column {
  display: table-cell;
  vertical-align: top;
  padding: 0px 16px;
}
.column > *:first-child {
  margin-top: 0px;
}
.narrow-column {
  min-width: 160px;
}
.medium-column {
  min-width: 240px;
}
.flex-column {
  width: 100%;
}
@media screen and (max-width: 740px) {
  .column {
    display: block;
    margin-bottom: 32px;
  }
}
/** Posts: Archive **/
.post-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: 16px 0px 0px 0px;
}
.post-list:first-child {
  margin-top: 0px;
}
.post-list-item {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.post-list-item .post-title {
  margin: 0px;
}
.post-list-item .post-meta {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.post-list-item .post-body {
  margin: 0px 0px 16px;
}
.post-list-item + .post-list-item {
  border-top: 1px solid #e8e8e8;
  padding-top: 16px;
}
/** Posts: Summary **/
.post-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.post-title a {
  font-weight: 300;
}
.post-summary {
  margin: 16px 0px;
  display: block;
}
.post-summary a {
  color: #ee4c00;
}
.post-summary .inner-wrap {
  display: table;
  width: 100%;
}
.post-summary .thumbnail-wrap,
.post-summary .content-wrap {
  display: table-cell;
  vertical-align: top;
}
.post-summary .thumbnail-wrap {
  max-width: 64px;
  width: 64px;
}
.post-summary .thumbnail {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e8e8e8;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-summary .thumbnail-wrap + .content-wrap {
  padding-left: 16px;
}
.post-summary .post-name {
  margin: 8px 0px 0px;
}
/** Posts: Pagination **/
.page-numbers {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: 0px 0px 32px 0px;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 4px 6px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  margin: 6px 6px 6px 0px;
  color: #ff3a00;
  min-width: 2em;
  text-align: center;
  background-color: #ffffff;
}
.page-numbers .current {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 4px 6px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  margin: 6px 6px 6px 0px;
  color: #ff3a00;
  min-width: 2em;
  text-align: center;
  background-color: #ffffff;
  color: #ffffff;
  background-color: #ff3a00;
  border-color: #ff3a00;
}
/** Posts: Previous / Next **/
.next-prev-wrap {
  clear: both;
  padding: 32px 0px 0px;
  width: 100%;
  display: block;
}
.next-prev-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #d1d1d1;
  padding: 16px 0px 0px;
  display: table;
  width: 100%;
}
.next-prev-item {
  display: table-cell;
}
.next-prev-item a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: block;
  padding: 8px 0px 8px;
}
@media screen and (max-width: 740px) {
  .next-prev-item {
    display: block;
  }
}
.next-item {
  text-align: left;
}
.prev-item {
  text-align: right;
}
.past-event-label {
  display: inline-block;
  padding: 1px 4px;
  line-height: 1em;
  font-size: 10px;
  color: #a5a5a5;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  bottom: 3px;
}
/**	Event: Single **/
.event-series-list li {
  display: inline-block;
}
.event-series-list li + li {
  border-left: 1px solid #d1d1d1;
}
.event-details-row {
  font-size: 0px;
}
.event-details-col {
  display: inline-block;
  vertical-align: top;
}
.event-features-col {
  width: 33%;
  padding-right: 16px;
}
.event-venue-col {
  width: 66%;
  padding-left: 16px;
}
@media screen and (max-width: 745px) {
  .event-features-col,
  .event-venue-col {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .event-features-col,
  .event-venue-col {
    padding: 0px;
    width: 100%;
  }
}
/**	Event: Summary **/
.event-list-heading {
  margin: 0px;
}
.term-summary-count {
  font-size: 0.625em;
  line-height: 1em;
  padding: 0.25em;
  font-weight: 500;
  position: relative;
  bottom: 0.3em;
  min-width: 1.5em;
  text-align: center;
  background-color: #e8e8e8;
  display: inline-block;
  border-radius: 8px;
}
.event-list {
  margin: 0px 0px 16px;
  padding: 0px;
}
.event-list-item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  /* base font size */
  font-weight: 300;
  list-style: none;
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.event-list-item + .event-list-item {
  margin-top: 16px;
}
.event-list-item .event-title {
  margin: 0px;
}
.event-list-item .event-details {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.event-list-item .event-collections,
.event-list-item .event-writers,
.event-list-item .event-venues {
  display: block;
}
.event-list-item .event-collections label,
.event-list-item .event-writers label,
.event-list-item .event-venues label {
  font-style: italic;
}
.event-list-item .event-collections span,
.event-list-item .event-writers span,
.event-list-item .event-venues span {
  font-weight: 500;
}
.event-list-item .event-collections span:after,
.event-list-item .event-writers span:after,
.event-list-item .event-venues span:after {
  content: ', ';
}
.event-list-item .event-collections .last:after,
.event-list-item .event-writers .last:after,
.event-list-item .event-venues .last:after {
  content: '';
}
.event-list-item-event-wrap {
  display: table-cell;
}
.event-list-item-date,
.event-list-item-time,
.event-list-item-details {
  display: table-cell;
  margin: 0px;
}
.event-list-item-time,
.event-list-item-details {
  padding-left: 16px;
}
.event-list-item-date {
  width: 150px;
  font-weight: 500;
}
.event-list-item-time {
  width: 80px;
  text-align: right;
}
/**
 * Alternate list types
 */
.simple-event-list-item .event-list-item-details {
  display: block;
  margin: 0px;
  padding: 0px;
}
/**
 * Alternate layout states
 */
.collapsed-event-list .event-list {
  font-size: 0px;
}
.collapsed-event-list .event-list-item {
  display: block;
}
.collapsed-event-list .event-list-item-date {
  display: block;
  margin-top: 16px;
}
.collapsed-event-list .event-list-item-date-empty {
  margin-top: 0px;
}
.collapsed-event-list .event-list-item-time {
  width: 5em;
}
.collapsed-event-list .event-list-item-event-wrap {
  display: block;
  margin-left: 6px;
  border-left: 1px solid #d1d1d1;
  padding: 6px 0px;
}
.compressed-event-list .event-list-item-time {
  display: block;
  text-align: left;
}
.compressed-event-list .event-list-item-details {
  display: block;
  padding: 8px 0px 0px 32px;
}
/**
 * Implemented layout states
 */
@media screen and (max-width: 900px) {
  .ui-tabs-panel .event-list {
    font-size: 0px;
  }
  .ui-tabs-panel .event-list-item {
    display: block;
  }
  .ui-tabs-panel .event-list-item-date {
    display: block;
    margin-top: 16px;
  }
  .ui-tabs-panel .event-list-item-date-empty {
    margin-top: 0px;
  }
  .ui-tabs-panel .event-list-item-time {
    width: 5em;
  }
  .ui-tabs-panel .event-list-item-event-wrap {
    display: block;
    margin-left: 6px;
    border-left: 1px solid #d1d1d1;
    padding: 6px 0px;
  }
}
@media screen and (max-width: 740px) {
  .event-list {
    font-size: 0px;
  }
  .event-list-item {
    display: block;
  }
  .event-list-item-date {
    display: block;
    margin-top: 16px;
  }
  .event-list-item-date-empty {
    margin-top: 0px;
  }
  .event-list-item-time {
    width: 5em;
  }
  .event-list-item-event-wrap {
    display: block;
    margin-left: 6px;
    border-left: 1px solid #d1d1d1;
    padding: 6px 0px;
  }
}
@media screen and (max-width: 720px) {
  .ui-tabs-panel .event-list-item-time {
    display: block;
    text-align: left;
  }
  .ui-tabs-panel .event-list-item-details {
    display: block;
    padding: 8px 0px 0px 32px;
  }
}
@media screen and (max-width: 560px) {
  .event-list-item-time {
    display: block;
    text-align: left;
  }
  .event-list-item-details {
    display: block;
    padding: 8px 0px 0px 32px;
  }
}
@media screen and (max-width: 960px) {
  .festival-events-container .event-list {
    font-size: 0px;
  }
  .festival-events-container .event-list-item {
    display: block;
  }
  .festival-events-container .event-list-item-date {
    display: block;
    margin-top: 16px;
  }
  .festival-events-container .event-list-item-date-empty {
    margin-top: 0px;
  }
  .festival-events-container .event-list-item-time {
    width: 5em;
  }
  .festival-events-container .event-list-item-event-wrap {
    display: block;
    margin-left: 6px;
    border-left: 1px solid #d1d1d1;
    padding: 6px 0px;
  }
}
/** layout **/
@media screen and (min-width: 741px) {
  .post-type-archive-book .book-template-body {
    display: table;
    width: 100%;
  }
  .book-archive-sidebar {
    display: table-cell;
    width: 160px;
    min-width: 160px;
    padding-right: 16px;
  }
  .book-archive-body {
    display: table-cell;
    width: 100%;
    padding-left: 16px;
  }
}
/** filters **/
.book-taxonomy-filter-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 0px 0px 8px;
}
.book-taxonomy-filter-item {
  padding: 0px 0px 8px;
}
.book-taxonomy-filter-label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.book-taxonomy-filter-options {
  width: 100%;
}
/**	view options **/
.book-view-options-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
}
.book-view-options-item {
  padding: 0px 0px 8px;
}
.book-view-options-label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.book-view-options-option {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.book-filter-search-box {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  width: 100%;
}
/**	book taxonomy layout (embedded in other terms) **/
.book-archive-summary-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  margin: 0px -16px 0px;
}
.book-archive-summary-item {
  display: inline-block;
  vertical-align: top;
  padding: 0px 16px 0px;
  width: 50%;
}
.book-archive-summary-item .content-wrap {
  display: block;
}
.book-archive-summary-item .term-summary {
  margin-top: 0px;
}
.book-archive-summary-item .term-name {
  margin-top: 0px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 300;
}
.book-archive-summary-item .term-name a {
  font-weight: 300;
}
@media screen and (max-width: 820px) {
  .book-archive-summary-item {
    width: 100%;
  }
}
/** book summary badge **/
.book-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.book-summary .post-title {
  margin-top: 16px;
}
.book-summary .post-details {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.book-archive-body .book-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: 0px -8px 32px;
  font-size: 0px;
}
.book-archive-body .book-list-item {
  display: block;
  vertical-align: top;
  padding: 0px 8px 8px 8px;
}
@media screen and (min-width: 821px) {
  .book-archive-body .book-list-item {
    display: inline-block;
    width: 50%;
  }
}
/** book single **/
.publisher-book-meta,
.genre-book-meta {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.term-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.term-list-item .term-summary {
  margin: 0px;
}
.festival-date-range {
  color: #231e1f;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.active-festival .template-header {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.festival-body-content {
  margin-top: 22px;
}
.festival-body-content p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 200;
}
@media screen and (min-width: 741px) {
  .festival-columns-container {
    display: table;
    width: 100%;
    margin: 0px -16px;
  }
  .festival-content-container,
  .festival-sidebar-container {
    padding: 0px 16px;
    display: table-cell;
    vertical-align: top;
  }
  .festival-sidebar-container {
    width: 160px;
  }
}
.festival-posts-container {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
@media screen and (min-width: 821px) {
  .festival-posts-container {
    display: table;
    width: 100%;
    margin: 0px -16px;
  }
  /*	
	.festival-news-container,
	.festival-blog-container {
		padding: 0px @u-gutter-m;
		.d-tc;
		width: 50%;
	}
*/
}
.festival-content-summary-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin: 0px 0px 8px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.festival-content-summary-item-link {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 300;
  padding: 16px 0px;
  display: block;
}
.festival-events-container {
  display: block;
  width: 100%;
}
@media screen and (min-width: 741px) {
  .festival-content-summary-list {
    display: table;
  }
  .festival-content-summary-item {
    display: table-cell;
    text-align: center;
  }
  .festival-content-summary-item + .festival-content-summary-item {
    border-left: 1px solid #e8e8e8;
  }
}
@media screen and (max-width: 740px) {
  .festival-content-summary-item {
    text-align: left;
  }
  .festival-content-summary-item + .festival-content-summary-item {
    border-top: 1px solid #e8e8e8;
  }
}
@media screen and (min-width: 961px) {
  .festival-summary-container {
    display: table;
    width: 100%;
    margin: 0px -16px;
  }
  .festival-events-container,
  .festival-posts-container {
    padding: 0px 16px;
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .festival-events-container .event-list {
    font-size: 0px;
  }
  .festival-events-container .event-list-item {
    display: block;
  }
  .festival-events-container .event-list-item-date {
    display: block;
    margin-top: 16px;
  }
  .festival-events-container .event-list-item-date-empty {
    margin-top: 0px;
  }
  .festival-events-container .event-list-item-time {
    width: 5em;
  }
  .festival-events-container .event-list-item-event-wrap {
    display: block;
    margin-left: 6px;
    border-left: 1px solid #d1d1d1;
    padding: 6px 0px;
  }
  .festival-events-container .event-list-item-time {
    display: block;
    text-align: left;
  }
  .festival-events-container .event-list-item-details {
    display: block;
    padding: 8px 0px 0px 32px;
  }
}
.festival-summary-container .event-list-item + .event-list-item {
  margin-top: 0px;
}
.festival-days {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 32px;
  font-size: 0px;
}
.festival-days li {
  display: inline-block;
  width: 33.3%;
}
