@charset "UTF-8";
.aui .twitter-widget-portlet {
  position: relative;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  /*
     ****************
     * Tweet themes *
     ****************
   */ }
  .aui .twitter-widget-portlet ul.tweets li {
    visibility: hidden;
    width: 100%; }
    .aui .twitter-widget-portlet ul.tweets li:first-child {
      visibility: visible; }
  .aui .twitter-widget-portlet a[data-scribe="element:url"] span {
    display: none; }
  .aui .twitter-widget-portlet .user {
    display: inline;
    position: relative; }
    .aui .twitter-widget-portlet .user span {
      display: none;
      font-size: 0.815em; }
    .aui .twitter-widget-portlet .user span[data-scribe="element:screen_name"] {
      display: inline;
      color: #5ea9dd; }
    .aui .twitter-widget-portlet .user img {
      display: none; }
    .aui .twitter-widget-portlet .user .icon-twitter {
      font-size: 2em;
      color: #666; }
    .aui .twitter-widget-portlet .user div {
      display: inline; }
  .aui .twitter-widget-portlet .timePosted {
    display: inline;
    color: #727272;
    font-size: 0.815em;
    position: relative; }
    .aui .twitter-widget-portlet .timePosted a {
      color: #727272; }
  .aui .twitter-widget-portlet .open-tweet a {
    position: relative;
    z-index: 1; }
  @media screen and (min-width: 992px) {
    .aui .twitter-widget-portlet .open-tweet {
      cursor: pointer;
      transition: opacity .2s ease-in-out; }
    .aui .twitter-widget-portlet .open-tweet:hover {
      opacity: .9; }
    .aui .twitter-widget-portlet .open-tweet a:hover {
      opacity: .9; } }
  .aui .twitter-widget-portlet .tweets__style--default .tweet {
    position: relative;
    max-width: 100%;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    word-break: break-word;
    display: table-cell;
    vertical-align: middle; }
    .aui .twitter-widget-portlet .tweets__style--default .tweet:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 15px 15px 0;
      border-color: #5ea9dc transparent;
      display: block;
      width: 0;
      z-index: 1;
      bottom: -15px;
      left: 23px; }
    .aui .twitter-widget-portlet .tweets__style--default .tweet a {
      color: #fff;
      word-break: break-all;
      text-decoration: underline; }
  .aui .twitter-widget-portlet .tweets__style--default .tweet__meta {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline; }
    .aui .twitter-widget-portlet .tweets__style--default .tweet__meta .tweet__meta--user {
      margin-right: auto;
      width: 60%;
      margin-top: 15px; }
    .aui .twitter-widget-portlet .tweets__style--default .tweet__meta .tweet__meta--logo {
      display: block;
      margin-left: auto;
      background-image: url("/twitter-widget-portlet/img/twitter.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 30px;
      height: 26px; }
  .aui .twitter-widget-portlet .tweets__style--sitaatti .open-tweet {
    padding: 15px 15px 0px 3em;
    margin-bottom: 15px;
    font-family: "Mercury SSm 4r", "Mercury SSm A", "Mercury SSm B", "Times New Roman", Times, serif;
    font-size: 1em;
    line-height: 1.5; }
    .aui .twitter-widget-portlet .tweets__style--sitaatti .open-tweet:before {
      content: "”";
      display: block;
      font-size: 5em;
      left: 0px;
      line-height: 1;
      position: absolute;
      top: 2px; }
  .aui .twitter-widget-portlet .tweets__style--sitaatti .tweet__meta {
    display: flex;
    flex-flow: row wrap; }
    .aui .twitter-widget-portlet .tweets__style--sitaatti .tweet__meta .tweet__meta--user {
      font-family: "Mercury SSm 4r", "Mercury SSm A", "Mercury SSm B", "Times New Roman", Times, serif;
      margin-right: auto;
      width: 60%;
      order: 2; }
      .aui .twitter-widget-portlet .tweets__style--sitaatti .tweet__meta .tweet__meta--user a {
        color: #666;
        font-style: italic; }
        .aui .twitter-widget-portlet .tweets__style--sitaatti .tweet__meta .tweet__meta--user a span[data-scribe="element:screen_name"] {
          color: #666; }
    .aui .twitter-widget-portlet .tweets__style--sitaatti .tweet__meta .tweet__meta--logo {
      display: block;
      margin-left: 74px;
      margin-right: .25em;
      margin-top: 6px;
      order: 1;
      background-image: url("/twitter-widget-portlet/img/twitter-grey.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 15px;
      height: 13px; }
      .aui .twitter-widget-portlet .tweets__style--sitaatti .tweet__meta .tweet__meta--logo:before {
        content: "—";
        position: absolute;
        margin-left: -18px;
        margin-top: -5px;
        color: #666; }