@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(980px - (30px * 2));
  max-width: calc(980px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(980px - (30px));
      max-width: calc(980px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 670px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg path {
          fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 670px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

.conf-dates {
  margin-bottom: 15px; }
  .conf-dates td {
    padding: 0 5px; }
  .conf-dates .conf-date-label {
    font-weight: bold; }

.text-label {
  background-color: #909090;
  display: inline-block;
  color: white;
  margin-left: 1em;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.7em;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 5px;
  font-weight: bold; }

.current-sub {
  font-weight: bold; }

.tabs {
  width: 100%;
  border-bottom: 2px solid #888;
  margin-bottom: 25px;
  margin-left: 0px;
  list-style: none; }
  .tabs li {
    float: left;
    width: 33.33%;
    hyphens: auto; }
  .tabs a, .tabs span {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #888;
    padding: 20px 0;
    background: #f7f7f7;
    padding-left: 10px;
    padding-right: 10px; }
    .tabs a.active, .tabs span.active {
      background: #ddd; }
    .tabs a:hover, .tabs span:hover {
      background: #eee; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

.site-header {
  border: none; }

.banner {
  padding: 20px 15px;
  /* margin-bottom: 30px; */
  margin: 5px auto;
  max-width: 999.6px;
  height: 250px;
  background-image: url(https://2018.aclweb.org/images/yarra-panorama.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: none; }

.site-nav-wrapper, .footer-wrapper {
  max-width: 920px;
  margin: 10px auto; }

.site-nav-wrapper {
  max-width: 920px;
  float: none;
  height: 40px;
  padding: 0 30px;
  z-index: 80; }

.site-nav {
  line-height: 40px;
  vertical-align: middle;
  z-index: 90;
  font-size: 16px; }
  .site-nav .page-link {
    z-index: 100; }
  @media screen and (max-width: 800px) {
    .site-nav {
      font-size: 13px; } }
  .site-nav .page-link:not(:last-child) {
    margin-right: 13px; }
    @media screen and (max-width: 900px) and (min-width: 670px) {
      .site-nav .page-link:not(:last-child) {
        margin-right: 11px; } }
  @media screen and (max-width: 670px) {
    .site-nav .page-link {
      margin-right: 0px !important; } }

.site-title {
  float: right;
  font-weight: 500;
  font-size: 50px; }
  .site-title a:link, .site-title a:visited {
    color: white; }

.site-sub-title-wrapper {
  height: 250px; }

.site-sub-title {
  float: left;
  vertical-align: bottom;
  color: white;
  position: absolute;
  bottom: 10px;
  background-color: #424242;
  opacity: 0.75;
  padding: 10px; }
  .site-sub-title .sub-title-main {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 10px; }
  .site-sub-title .sub-title-extra {
    font-size: 15px; }

.org-logo {
  float: left;
  vertical-align: middle;
  padding-top: 5px; }
  .org-logo img {
    max-height: 30px; }

.feed-link {
  text-transform: uppercase;
  text-align: right;
  font-size: 0.7em; }
  .feed-link a:link, .feed-link a:visited {
    color: #777; }
  .feed-link ::before {
    content: "[ "; }
  .feed-link ::after {
    content: " ]"; }

.date {
  font-style: italic; }

.post-content h3 {
  margin-top: 20px; }

.tutorial-presenters {
  font-style: italic;
  margin-top: 5px; }
  .tutorial-presenters p {
    margin-bottom: 9px; }

.further-info {
  text-transform: uppercase;
  text-align: right;
  font-size: 0.8em; }
  .further-info ::before {
    content: "[ "; }
  .further-info ::after {
    content: " ]"; }

.tute-details {
  display: none; }

.page-link.active {
  font-weight: bold;
  text-color: #333; }

.site-footer {
  background-color: #eee;
  padding: 10px 0; }

.footer-links {
  list-style-type: none;
  text-align: right; }
  .footer-links li {
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.9em; }
    .footer-links li a:link, .footer-links li a:visited {
      color: #888;
      vertical-align: middle; }
    .footer-links li .icon {
      font-size: 1.3em;
      margin-right: 8px;
      vertical-align: middle; }

.tutorial-presenters {
  margin-top: 0px; }

.tute-title h3 {
  margin-bottom: 5px; }

.post-content td, .post-content th {
  padding-left: 8px;
  padding-right: 8px; }

.news-archive {
  margin-left: 30px;
  font-size: 80%;
  text-transform: uppercase; }

.conc-session {
  width: 15.8333333333% !important; }

.day-program td {
  vertical-align: top;
  hyphens: auto; }

.talk-title {
  font-style: italic; }

.talk-time {
  font-size: 0.8em;
  font-weight: bold; }

div.talk {
  height: 10em;
  overflow: hidden;
  padding: 4px;
  margin-top: 2px; }

table.day-program {
  font-size: 14px;
  width: 100%; }
  @media screen and (max-width: 800px) {
    table.day-program {
      font-size: 12px; } }
  @media screen and (max-width: 670px) {
    table.day-program {
      font-size: 10px; } }

.cal-link {
  margin-right: 5px; }

.cal-link.small {
  margin-right: 3px; }

.session-location {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  font-style: italic; }

.session-name {
  font-weight: bold; }

.conc-session-location {
  padding-bottom: 8px; }

.bookable {
  background-color: #e8e8e8; }

.session-details {
  padding-left: 2px;
  padding-right: 2px; }

.session-details, .poster-session-top {
  font-size: 0.9em; }

.select-cal-protocol {
  font-size: 13px;
  text-align: right;
  margin-bottom: 10px; }

.selected .calendarmode {
  font-weight: bold; }

#schedule {
  clear: both; }

.select-cal-protocol .name {
  font-size: 12px;
  text-transform: uppercase; }

.calendarmode i {
  margin-left: 4px;
  margin-right: 4px; }

.cal-protocol {
  margin-left: 8px; }

@media screen and (max-width: 670px) {
  .site-nav {
    line-height: 20px;
    margin-top: 55px;
    right: 5px;
    background-color: #00000080;
    border: 0px; }
    .site-nav .page-link {
      color: white;
      line-height: 1; }

  .site-title {
    float: left;
    font-size: 40px;
    width: 50%; }

  .site-sub-title .sub-title-main {
    font-size: 16px; }
  .site-sub-title .sub-title-extra {
    font-size: 12px; }

  .site-nav-wrapper {
    height: 30px; }

  .banner {
    padding: 10px 10px 50px 10px; }

  .image-credit {
    display: none; } }
.tabs a, .tabs span {
  border-radius: 6px 6px 0 0; }

.image-credit {
  bottom: 3px;
  float: right;
  color: #ccc;
  font-size: 10px;
  text-shadow: #222 1px 1px; }
  .image-credit a:link, .image-credit a:visited, .image-credit a:hover {
    color: #ccc;
    font-style: italic; }

table.hotel-rates {
  width: 50%;
  margin-bottom: 10px; }
  table.hotel-rates .room-rate {
    width: 20%; }

.sponsor-image-wrapper {
  width: 180px;
  height: 90px;
  padding: 10px;
  display: inline-block;
  text-align: center; }
  .sponsor-image-wrapper .sponsor-image-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .sponsor-image-wrapper .sponsor-image {
    max-width: 160px;
    max-height: 70px;
    vertical-align: middle;
    display: inline-block; }
  .sponsor-image-wrapper .sponsor-name {
    font-size: 24px; }

.sponsor-section h4 {
  background-color: lightgray;
  color: white;
  font-weight: bold;
  padding-left: 10px; }

.accepted-papers {
  font-size: 85%; }
  .accepted-papers .paper-title {
    font-style: italic; }

.price-list {
  text-align: right; }

.table-contents {
  border: 1px solid #bbb;
  width: 20em;
  font-size: 85%; }
  .table-contents ul {
    list-style: none;
    margin: 10px; }
  .table-contents h4 {
    color: white;
    background-color: #bbb;
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px; }

.session-speakers {
  font-style: italic;
  font-size: 90%; }

.session-chair-label {
  font-weight: bold; }

.selected td.shared-name, .selected.talk {
  background-color: #a4b9fb; }
  @media print {
    .selected td.shared-name, .selected.talk {
      border: 2px solid #809fff; } }

@media print {
  .fas.fa-link {
    display: none; }

  #schedule {
    font-size: 10pt; } }
p.speaker {
  font-style: italic; }

.bio {
  margin: 20px 30px;
  color: #585858; }

.speaker-pic {
  max-width: 140px; }

.book-hotel {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 85%;
  font-weight: bold; }

.tutorial-time, .tutorial-location {
  margin-top: 0px;
  font-weight: bold;
  color: #555; }

td.conc-session, .conc-session-details-row td.session-details {
  padding-left: 2px;
  padding-right: 2px; }

.day-program td.conc-session {
  hyphens: none; }

.session-times, .session-name {
  display: inline-block; }

.session-times {
  width: 7em; }

.session-times {
  color: #555;
  font-weight: bold;
  font-style: italic; }

.calendar-sync {
  margin-top: 20px; }
  .calendar-sync ul {
    list-style-type: none; }

.badge {
  background-color: #888;
  padding: 1px 3px;
  color: white;
  display: inline;
  font-weight: bold;
  font-size: 77%;
  font-style: normal; }

.tacl-badge::after {
  content: "TACL"; }

.session-suffix::before {
  content: ": "; }

.session-suffix:empty::before {
  content: ""; }

#search {
  width: 20em;
  margin-left: 5px;
  font-size: 16px; }

#search-pane {
  float: right;
  font-size: 12px; }

.instructions {
  font-style: italic;
  font-size: 85%;
  margin-bottom: 20px; }

.non-bookable {
  background-color: #f2f2f2; }

.poster .talk-title {
  margin-top: 4px; }

.poster-scrollable {
  overflow: scroll;
  max-height: 30em; }

.day-schedule {
  margin-top: 2em; }

.crit-ann-text .fa-li {
  color: red; }

.hash-highlighted {
  background-color: rgba(255, 255, 0, 0.3);
  font-weight: bold; }

.poster-name {
  font-style: italic; }
  .poster-name .hashlink {
    margin-left: 5px; }

.poster-session-name {
  font-weight: bold;
  display: inline;
  margin-right: 2em; }

.poster-sub-session {
  margin-top: 3px; }

.listing a.vidlink {
  font-size: 75%;
  vertical-align: middle;
  margin-right: 5px; }

a.hashlink, .talk a.vidlink {
  font-size: 75%; }
  a.hashlink:link, a.hashlink:active, a.hashlink:visited, a.hashlink:hover, .talk a.vidlink:link, .talk a.vidlink:active, .talk a.vidlink:visited, .talk a.vidlink:hover {
    color: black; }

.times-and-name {
  display: inline-block; }

.session-name-cell .shared-session-location {
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-top: 3px; }

@media screen and (max-width: 670px) {
  .social-text {
    display: none; }

  #footer-main .icon {
    font-size: 24px; } }
.footer-policy {
  font-size: 70%;
  max-width: 920px;
  margin: 5px auto;
  text-align: left; }
  .footer-policy a:link, .footer-policy a:active, .footer-policy a:visited, .footer-policy a:hover {
    color: #606060; }

#overview .item-name {
  font-size: 13px; }
#overview .start-time {
  font-size: 11px;
  font-weight: bold; }
@media screen and (max-width: 670px) {
  #overview .item-name {
    font-size: 11px; }
  #overview .start-time {
    font-size: 9px; }
  #overview .day-name {
    font-size: 12px; } }
#overview td.day-wrapper {
  padding: 0px;
  width: 15.83% !important; }
#overview .overview-row {
  vertical-align: top; }
#overview .overview-row {
  vertical-align: top; }
#overview table.overview-day {
  width: 100%; }
#overview .overview-item {
  vertical-align: top;
  background-color: #ddd;
  overflow: hidden; }
#overview .day-name {
  white-space: nowrap;
  font-size: 14px; }
#overview .day-subtitle {
  whitespace: nowrap;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  font-size: 11px; }

.extra-note {
  font-style: italic;
  font-size: 85%; }

.paper-abstract {
  font-style: italic; }

.author-list {
  font-weight: bold;
  font-size: 85%; }

#schedule a {
  color: #084aa1; }

.current {
  background-color: #e7d2fb; }
  .current.selected {
    background-color: #bfa4fb; }

.current .talk-time::after {
  content: " ▶︎ NOW"; }

.selected .talk-title::before, .selected .session-name::before {
  content: " ★ "; }

.current .session-name::before {
  content: " ▶︎ "; }

#schedule .current .bookable {
  background-color: #e7d2fb; }
#schedule .current.selected .bookable {
  background-color: #bfa4fb; }
