/* hack: always remove agenda on every page */
#agenda, #agenda + .c-line--hor {
  display: none;
}


/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
table, .c-label, .c-label--tiny, .s-post #published, .s-post .table-heading {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 13px;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }

#header-msg__title h1 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.c-masonry-item, .l-col-50, .s-post .group .landscape, .s-post .group .portrait, #outer, #wrapper, #sidebar, #main-sidebar, #main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.s-about a, .s-body a, .s-body--simple a, .s-body--short a, .s-footnote a {
  color: #969696;
  display: inline;
  font-size: inherit;
  text-decoration: none;
  transition: color ease 300ms; }
  .s-about a:hover, .s-body a:hover, .s-body--simple a:hover, .s-body--short a:hover, .s-footnote a:hover {
    color: black; }

.c-figure-backdrop, a.hover--dimmed, #header-msg__title, #footer a {
  color: inherit;
  display: inline;
  font-size: inherit;
  text-decoration: none;
  transition: color ease 300ms; }
  .c-figure-backdrop:visited, a.hover--dimmed:visited, #header-msg__title:visited, #footer a:visited {
    color: inherit; }
  .c-figure-backdrop:hover, a.hover--dimmed:hover, #header-msg__title:hover, #footer a:hover {
    color: #969696; }

.s-body p, .s-body--simple p, .s-body--short p, #footer p {
  font-size: 17px;
  line-height: 20px; }

strong, .c-subheading--1 strong, .c-subheading--2 strong, .c-subheading--3 strong, .c-subheading--4 strong {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2em; }

.c-masonry--main .c-figure-backdrop figure, .c-masonry--full_width .c-figure-backdrop figure {
  filter: grayscale(1);
  opacity: 0; }

.is-isotope.c-masonry--main .c-figure-backdrop figure, .is-isotope.c-masonry--full_width .c-figure-backdrop figure {
  opacity: 0.25; }

.c-masonry--main {
  position: relative; }
  .c-masonry--main article {
    width: 33.333%; }
    @media (max-width: 1920px) {
      .c-masonry--main article {
        width: 50%; } }
    @media (max-width: 1024px) {
      .c-masonry--main article {
        width: 100%; } }

.c-masonry--full_width {
  position: relative; }
  .c-masonry--full_width article {
    width: 25%; }
    @media (max-width: 1920px) {
      .c-masonry--full_width article {
        width: 33.333%; } }
    @media (max-width: 1024px) {
      .c-masonry--full_width article {
        width: 50%; } }
    @media (max-width: 720px) {
      .c-masonry--full_width article {
        width: 100%; } }

.c-masonry-item {
  padding: 0 35px; }

.c-masonry-item.is-appended {
  opacity: 0;
  transition: opacity 600ms ease; }

.c-masonry-item.is-appended.is-revealed {
  opacity: 1; }

.c-masonry-item__more {
  display: none; }

/* Figure Backdrop */
.c-figure-backdrop.has-cover:hover .c-figure-backdrop__figure {
  opacity: 1;
  filter: grayscale(0);
  z-index: 1; }

.c-figure-backdrop__figure {
  height: calc(100% - 20px);
  width: calc(100% - 80px);
  margin: 0;
  position: absolute;
  top: 20px;
  left: 40px;
  transition: opacity 600ms ease, filter 600ms ease;
  z-index: -1; }

.c-figure-backdrop__figure__img {
  max-height: 100%;
  max-width: 100%; }

.c-figure-backdrop__figure--left {
  text-align: left; }

.c-figure-backdrop__figure--center {
  text-align: center; }

.c-figure-backdrop__figure--right {
  text-align: right; }

.c-more--open:hover {
  cursor: pointer; }

.c-more--close {
  display: none; }
  .c-more--close:hover {
    cursor: pointer; }

.c-masonry-item.is-open .c-more--open {
  display: none; }

.c-masonry-item.is-open .c-masonry-item__more {
  display: block; }

.c-masonry-item.is-open .c-more--close {
  display: block; }

.c-flick {
  height: 130px;
  margin-left: 20px;
  overflow: hidden; }
  .c-flick.is-ready {
    height: auto; }

.c-flick-slide {
  top: 50%;
  transform: translate(0, -50%);
  width: 25%; }
  @media (max-width: 920px) {
    .c-flick-slide {
      width: 33.333%; } }
  @media (max-width: 640px) {
    .c-flick-slide {
      width: 50%; } }
  @media (max-width: 480px) {
    .c-flick-slide {
      width: 100%; } }

.c-flick-slide.is-appended {
  opacity: 0;
  transition: opacity 600ms ease; }

.c-flick-slide.is-revealed {
  opacity: 1; }

.c-flick-slide.is-dimmed {
  color: #969696; }

.c-flick-slide__guts {
  width: 80%;
  margin: 0 auto; }

.flickity-prev-next-button {
  width: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat; }
  .flickity-prev-next-button:hover {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat; }

.flickity-prev-next-button.previous {
  background-image: url("/site/templates/assets/left.svg");
  left: 0; }

.flickity-prev-next-button.next {
  background-image: url("/site/templates/assets/right.svg");
  right: -14px; }

.flickity-prev-next-button:disabled {
  display: none; }

.flickity-prev-next-button .arrow {
  fill: #000; }

.flickity-prev-next-button svg {
  height: 100%;
  left: 0%;
  position: absolute;
  top: 0%;
  width: 100%; }

.c-flick-slide-label-top {
  margin-bottom: 8px; }

.c-flick-slide-label-bottom {
  margin-top: 8px; }

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Times New Roman'; }

p {
  margin: 0; }

table {
  font-size: 10px; }
  table td:first-child {
    padding-right: 40px; }
  table tr {
    vertical-align: top;
    text-align: left; }

strong {
  font-style: normal; }

input[type="text"] {
  font-size: 23px; }

a.none:link {
  color: inherit;
  text-decoration: none; }

a.none:visited {
  color: inherit; }

ul.no-style {
  list-style: none;
  padding: 0;
  margin: 0; }

.dimmed {
  color: #969696; }

/* Layout */
.l-col-wrapper {
  float: left;
  position: relative; }

.l-col-50 {
  float: left;
  padding: 0 40px;
  width: 50%; }
  @media (max-width: 976px) {
    .l-col-50 {
      padding: 0;
      width: 100%; } }

.c-label {
  display: inline-block;
  padding-bottom: 2px;
  position: relative; }
  .c-label::after {
    border-bottom: black solid 1px;
    position: absolute;
    width: calc(100% - 2px);
    bottom: -1px;
    z-index: 1;
    content: ' ';
    left: 0; }

.c-label-wrapper {
  text-align: center; }

#agenda-label {
  border-bottom: black solid 1px;
  left: 4px;
  padding-bottom: 5px;
  position: absolute;
  top: calc(50% - 7px);
  transform: rotate(-90deg) translate(0, -50%); }

#header {
  position: relative; }

#header-menu {
  display: block; }

#header-menu-close {
  display: none; }

#header-bg {
  background-color: white; }

#header--fixed {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

#header-wrapper--fixed {
  padding: 10px 16px 5px; }

#header-menu-wrapper {
  font-size: 23px;
  position: absolute;
  right: 28px;
  top: 10px; }
  @media (max-width: 720px) {
    #header-menu-wrapper {
      right: 10px; } }

#header-search-wrapper {
  left: 28px;
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 10px; }
  @media (max-width: 720px) {
    #header-search-wrapper {
      left: 10px; } }

#nav {
  display: block;
  padding: 20px 0 20px; }

#nav-wrapper {
  background: white;
  position: absolute;
  top: -330px;
  transition: top 300ms ease;
  width: 100%;
  z-index: -9; }

.site-title {
  text-align: center;
  margin: 0 100px;
  height: 27px; }
  @media (max-width: 720px) {
    .site-title {
      margin: 0 30px; } }

.site-header-title {
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#search-form {
  display: none;
  font-size: 23px;
  max-width: 720px; }

.search-bar {
  border: none;
  font-weight: normal;
  font-family: 'Times';
  outline: none;
  padding: 0;
  text-align: center;
  width: 100%; }

@media (max-width: 720px) {
  .menu-icon-1 {
    display: none; } }

.menu-icon-2 {
  display: none;
  margin-top: 2px; }
  @media (max-width: 720px) {
    .menu-icon-2 {
      display: block; } }

#header-msg {
  padding: 10px; }

#header-msg__title {
  text-align: center; }
  #header-msg__title h1 {
    font-size: 80px;
    font-weight: normal;
    margin: 0; }
    @media (max-width: 720px) {
      #header-msg__title h1 {
        font-size: 60px; } }
  #header-msg__title:hover {
    cursor: pointer; }

#header-msg__body {
  display: block;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0); }

#header-msg__subtitle {
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  text-align: center; }
  @media (max-width: 720px) {
    #header-msg__subtitle {
      font-size: 32px; } }

@media (max-width: 720px) {
  #header-msg__text {
    font-size: 17px;
    line-height: 20px; } }

#header-msg-themes {
  font-size: 21px;
  line-height: 1.6em;
  list-style: none;
  padding: 0;
  text-align: center; }

.c-text-introduction {
  font-size: 24px;
  line-height: 26px;
  margin: 0 auto;
  max-width: 820px; }

.c-heading--1,
.c-heading--2,
.c-heading--3,
.c-heading--4, .c-subheading--1,
.c-subheading--2,
.c-subheading--3,
.c-subheading--4 {
  font-weight: normal;
  text-align: center;
  margin: 0; }

.c-subheading--1,
.c-subheading--2,
.c-subheading--3,
.c-subheading--4 {
  /* Spaced authors */ }
  .c-subheading--1 strong, .c-subheading--2 strong, .c-subheading--3 strong, .c-subheading--4 strong {
    margin-left: 8px; }

.c-heading--1 {
  font-size: 48px;
  line-height: 49px; }

.c-heading--2 {
  font-size: 38px;
  line-height: 39px; }
  .c-heading--2 strong {
    letter-spacing: 0.1em; }

.c-heading--3 {
  font-size: 23px;
  line-height: 24px; }

.c-heading--4 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 3px;
  display: block; }

/*
 	Subheadings
 */
.c-subheading--1 {
  font-size: 28px;
  line-height: 29px; }

.c-subheading--2 {
  font-size: 26px;
  line-height: 35px; }

.c-subheading--3 {
  font-size: 17px;
  line-height: 22px; }

.c-subheading--4 {
  font-style: 19px;
  line-height: 24px; }

/*
	Toppings
*/
.c-heading-dent {
  margin-left: 40px;
  text-align: left; }

.c-tags {
  padding: 0; }
  .c-tags:after {
    clear: both;
    content: "";
    display: table; }
  .c-tags li {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }

.c-tag {
  text-transform: uppercase;
  padding: 2px 5px 2px 5px;
  background-color: white;
  border: black solid 1px; }

.c-large-tag {
  text-transform: none;
  padding: 1px 5px 2px 5px; }

.c-tag[data-id="1018"], .c-large-tag[data-id="1018"] {
  border-color: #ffc7ab;
  background-color: #ffc7ab; }

.c-tag[data-id="1019"], .c-large-tag[data-id="1019"] {
  border-color: cyan;
  background-color: cyan; }

.c-tag[data-id="1017"], .c-large-tag[data-id="1017"] {
  border-color: yellow;
  background-color: yellow; }

.c-line--hor {
  border-top: 1px black solid;
  float: left;
  left: -16px;
  position: relative;
  width: calc(100% + 32px); }

.c-line--ver {
  border-left: black solid 1px;
  height: 100%;
  position: absolute;
  top: 0; }
  @media (max-width: 976px) {
    .c-line--ver {
      display: none; } }

.c-nextprev {
  font-family: 'Arial';
  text-transform: uppercase; }

.c-nextprev__left {
  float: left;
  text-align: left;
  width: 50%; }
  .c-nextprev__left .c-nextprev__label {
    left: 10px; }

.c-nextprev__right {
  float: right;
  text-align: right;
  width: 50%; }
  .c-nextprev__right .c-nextprev__label {
    right: 10px; }

.c-nextprev__label {
  position: relative;
  top: -6px; }

.c-thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.c-thumbnail {
  margin-left: 0; }
  .c-thumbnail:first-child {
    margin-right: 0; }

.s-about p + p {
  text-indent: 40px; }

.s-body strong.is-inline, .s-body--simple strong.is-inline {
  margin-left: 5px; }

.s-body em, .s-body--simple em {
  font-style: italic; }

.s-body--short p {
  display: inline; }

/*
	Toppings
*/
.s-body--centered {
  text-align: center; }

.s-footnote {
  font-size: 13px;
  line-height: 16px; }
  .s-footnote p {
    display: inline; }
  .s-footnote + .s-footnote:before {
    content: '\A';
    white-space: pre; }
  .s-footnote .index {
    margin-right: 40px; }

.s-post p + p:before {
  content: '\A';
  white-space: pre; }

.s-post .caption {
  position: relative; }

.s-post .caption, .s-post figcaption {
  color: #969696;
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 14px;
  margin-top: 5px;
  text-transform: none;
  text-align: left; }

.s-post #published {
  display: block;
  text-align: left;
  font-size: 10px; }

.s-post .table, .s-post p, .s-post .c-tags, .s-post .c-footnotes, .s-post #published {
  margin: 0 auto;
  max-width: 590px; }

.s-post .table-heading {
  border-bottom: black solid 1px;
  font-size: 10px; }

.s-post .responsive {
  display: block;
  margin: 30px auto; }

.s-post .portrait {
  max-width: 400px; }

.s-post .landscape {
  max-width: 500px; }

.s-post img {
  width: 100%; }

.s-post .group {
  float: left;
  width: 100%; }
  .s-post .group .landscape, .s-post .group .portrait {
    float: left;
    max-width: none;
    padding: 0 20px;
    width: 50%; }
  .s-post .group .portrait:first-child {
    padding-left: 40px; }
  .s-post .group .portrait:nth-child(2) {
    padding-right: 40px; }

.s-post .TextformatterVideoEmbed {
  max-width: 590px;
  margin: 0 auto; }

.s-post .TextformatterVideoEmbed::before {
  content: '';
  padding-top: 70%;
  float: left; }

.s-post .TextformatterVideoEmbed::after {
  content: '';
  display: block;
  clear: both; }

#outer {
  width: 100%; }
  #outer:after {
    clear: both;
    content: "";
    display: table; }

#wrapper {
  float: left;
  position: relative;
  padding: 0 20px;
  width: 100%; }
  #wrapper:after {
    clear: both;
    content: "";
    display: table; }

#sidebar {
  float: left;
  padding: 10px 12px;
  width: 327px; }
  @media (max-width: 976px) {
    #sidebar {
      display: none;
      float: right;
      width: 100%; } }

#agenda {
  padding: 0 16px;
  position: relative; }

#main-sidebar {
  float: right;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  width: calc(100% - 363px); }
  @media (max-width: 976px) {
    #main-sidebar {
      padding-left: 0;
      width: 100%; } }

#main {
  float: left;
  width: 100%; }

#footer {
  float: left;
  padding-bottom: 16px;
  padding-left: 12px; }
  #footer p {
    float: left;
    width: 300px; }
    #footer p:before {
      content: '\A';
      white-space: pre; }
  #footer p:nth-child(3) {
    width: 200px; }

#sentinal-bottom {
  bottom: 0;
  position: absolute;
  /* IE BUG: needs to have a dimension */
  min-width: 1px;
  min-height: 1px; }

/* 
	States
*/
html.is-searching #site-header-title {
  display: none; }

html.is-searching #search-form {
  display: block;
  margin: 0 auto; }

html.show-nav #header-line, html.show-nav #header-menu-close {
  display: block; }

html.show-nav #nav-wrapper {
  top: 40px; }

html.show-nav #header-menu {
  display: none; }
