
html.lb-wrapHtml,
body.lb-wrapBody {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
}
.lb-timeline {
  /* iOS trick */
  /* HTML5 display-role reset for older browsers */
}
.lb-timeline div,
.lb-timeline span,
.lb-timeline applet,
.lb-timeline object,
.lb-timeline iframe,
.lb-timeline h1,
.lb-timeline h2,
.lb-timeline h3,
.lb-timeline h4,
.lb-timeline h5,
.lb-timeline h6,
.lb-timeline p,
.lb-timeline blockquote,
.lb-timeline pre,
.lb-timeline a,
.lb-timeline abbr,
.lb-timeline acronym,
.lb-timeline address,
.lb-timeline big,
.lb-timeline cite,
.lb-timeline code,
.lb-timeline del,
.lb-timeline dfn,
.lb-timeline em,
.lb-timeline img,
.lb-timeline ins,
.lb-timeline kbd,
.lb-timeline q,
.lb-timeline s,
.lb-timeline samp,
.lb-timeline small,
.lb-timeline strike,
.lb-timeline strong,
.lb-timeline sub,
.lb-timeline sup,
.lb-timeline tt,
.lb-timeline var,
.lb-timeline b,
.lb-timeline u,
.lb-timeline i,
.lb-timeline center,
.lb-timeline dl,
.lb-timeline dt,
.lb-timeline dd,
.lb-timeline ol,
.lb-timeline ul,
.lb-timeline li,
.lb-timeline fieldset,
.lb-timeline form,
.lb-timeline label,
.lb-timeline legend,
.lb-timeline table,
.lb-timeline caption,
.lb-timeline tbody,
.lb-timeline tfoot,
.lb-timeline thead,
.lb-timeline tr,
.lb-timeline th,
.lb-timeline td,
.lb-timeline article,
.lb-timeline aside,
.lb-timeline canvas,
.lb-timeline details,
.lb-timeline embed,
.lb-timeline figure,
.lb-timeline figcaption,
.lb-timeline footer,
.lb-timeline header,
.lb-timeline hgroup,
.lb-timeline menu,
.lb-timeline nav,
.lb-timeline output,
.lb-timeline ruby,
.lb-timeline section,
.lb-timeline summary,
.lb-timeline time,
.lb-timeline mark,
.lb-timeline audio,
.lb-timeline video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.lb-timeline iframe {
  min-width: 100% !important;
  *width: 100%;
}
.lb-timeline article,
.lb-timeline aside,
.lb-timeline details,
.lb-timeline figcaption,
.lb-timeline figure,
.lb-timeline footer,
.lb-timeline header,
.lb-timeline hgroup,
.lb-timeline menu,
.lb-timeline nav,
.lb-timeline section {
  display: block;
}
.lb-timeline ol,
.lb-timeline ul {
  list-style: none;
}
.lb-timeline blockquote,
.lb-timeline q {
  quotes: none;
}
.lb-timeline blockquote:before,
.lb-timeline blockquote:after,
.lb-timeline q:before,
.lb-timeline q:after {
  content: '';
  content: none;
}
.lb-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Colors */
/*
@darkgreen:    #576b61;
@bluegreen:    #708a9e;
@warmgreen:    #50a064;
@anthrazit:    #666666;
@lightgrey:    #f9f9f9;
@coolgrey:     #dfdfdf;
@blue:         #4d536b;
@darkblue:     #3f4246;
@deepgreen:    #46643c;
@red:          #EB5555;
*/
/* Breakpoints */
html.lb-wrapHtml {
  display: block;
}
.lb-timeline {
  /* images */
  /* quote */
  /* Figure */
}
.lb-timeline h1 {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: .8em;
}
.lb-timeline img {
  max-width: 100%;
}
.lb-timeline .content-item {
  margin: 15px 10px;
}
.lb-timeline i {
  font-style: italic;
}
.lb-timeline a {
  color: #3394bc !important;
}
.lb-timeline a:hover {
  text-decoration: none;
}
.lb-timeline ul,
.lb-timeline ol {
  margin-left: 20px;
}
.lb-timeline ul {
  list-style-type: disc;
}
.lb-timeline ol {
  list-style-type: decimal;
}
.lb-timeline button {
  display: table;
  margin: auto;
  padding: 5px 25px;
  font-size: 1em;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: none;
}
.lb-timeline button:focus {
  outline: none;
}
.lb-timeline button:hover,
.lb-timeline button.hover {
  border-color: #346392;
}
.lb-timeline button:active,
.lb-timeline button.active {
  border-color: #27496d;
}
.lb-timeline article h4,
.lb-timeline article h5 {
  font-size: 1.06em;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.lb-timeline article h5 {
  font-size: 1em;
}
.lb-timeline article b,
.lb-timeline article strong {
  font-weight: bold;
}
.lb-timeline article p {
  margin: 0.7em 0;
}
.lb-timeline article .liveblog--card {
  font-size: 0.9em;
  line-height: 1.25em;
}
.lb-timeline blockquote {
  position: relative;
  margin: 0px;
}
.lb-timeline blockquote p {
  font-family: "Georgia", "Times New Roman", serif;
  color: #444;
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: italic;
}
.lb-timeline blockquote > h4 {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
  display: inline-block;
  position: relative;
  right: 0px;
  width: 100%;
  text-align: right;
}
.lb-timeline blockquote > h4:before {
  content: "\2014  ";
  margin-right: 4px;
}
.lb-timeline article blockquote p:before {
  content: "\201E";
  font-family: "Times New Roman", "Georgia", serif;
  font-size: 4em;
  font-style: normal;
  float: right;
  margin-top: -0.3em;
  padding-left: 20px;
  padding-bottom: 30px;
}
.lb-timeline article blockquote ul {
  list-style: none;
}
.lb-timeline article blockquote li {
  text-align: right;
  margin: 10px 0;
}
.lb-timeline article blockquote li:before {
  color: #7C7C7C;
  content: "\2014";
  margin-left: -20px;
  padding-right: 5px;
}
.lb-timeline figure figcaption {
  font-size: .75em;
  line-height: 1.4em;
  color: #666;
  margin-top: .5em;
}
@media screen and (max-width: 580px) {
  .lb-timeline article blockquote p {
    font-size: 1em;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 450px) {
  .lb-timeline blockquote > h4 {
    font-size: 1em;
    line-height: 1.2em;
  }
}
.watermark .lb-timeline:before {
  content: '';
  background-image: var(--watermark);
  background-repeat: repeat;
  background-size: 500px;
  opacity:  0.08;
  top:  0;
  left:  0;
  bottom:  0;
  right:  0;
  position:  absolute;
  z-index: -1;
}
.lb_consent--placeholder {
  background: url(../images/consent-placeholder.svg) center no-repeat;
  min-width: 100%;
  max-width: 100%;
  min-height: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lb_consent--placeholder .lb_consent--description {
  bottom: 6px;
  padding: 20px 20px;
  text-align: center;
  width: 100%;
}
.lb_consent--placeholder .lb_consent--accept {
  margin-top: 10px;
}
.lb-timeline {
  position: relative;
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 1.3em;
  clear: both;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 10px;
  overflow-x: hidden;
  padding-bottom: 220px;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text */
  /* loading */
  /* pinned posts */
  /* highlighted posts */
}
.lb-timeline .lb-responsive-video {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  margin: 10px 0;
  overflow: hidden;
}
.lb-timeline .lb-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lb-timeline .description {
  margin: 0px 0px 20px 0px;
}
.lb-timeline .timeline-top {
  margin-top: 20px;
}
.lb-timeline .timeline-top .lb-sticky-top-post {
  margin-bottom: 40px;
}
.lb-timeline .timeline-top .items-container {
  margin-left: 0px !important;
}
.lb-timeline .timeline-top .lb-slideshow {
  margin-left: 0px;
}
.lb-timeline .timeline-top .lb-item {
  margin-left: 0px;
}
.lb-timeline .timeline-top .items-containerIndent {
  margin-left: 30px;
}
.lb-timeline .timeline-top .items-containerIndent .lb-item {
  margin-left: 30px;
}
.lb-timeline .timeline-top .lb-post-bottom {
  margin-left: 0px;
}
.lb-timeline .timeline-top .lb-post-actions {
  display: none;
}
.lb-timeline .lb-timeline__header {
  padding: 25px 10px 30px;
}
.lb-timeline .timeline-body {
  position: relative;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.lb-timeline .timeline-body--loaded {
  opacity: 1;
}
.lb-timeline .header-bar {
  display: inline-block;
  margin: 30px 0 0 0;
  position: relative;
}
.lb-timeline .header-bar__actions {
  display: inline-block;
}
.lb-timeline .header-bar__comment {
  position: relative;
  color: #999999;
  margin-left: 10px;
  margin-right: 3px;
  padding: 0px 0px 8px 0px;
  border: none;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.lb-timeline .header-bar__comment:hover {
  color: #333333;
}
.lb-timeline .header-bar__comment.active {
  display: inline-block;
}
.lb-timeline .header-bar__comment:after {
  content: ' ';
}
.lb-timeline .header-bar__comment--active {
  color: #333333;
}
.lb-timeline .header-bar__logo {
  position: relative;
  width: 110px;
  -ms-flex: 0 0 110px;
      flex: 0 0 110px;
  text-align: right;
  text-decoration: none;
  margin-left: 10px;
}
.lb-timeline a.header-bar__logo span {
  font-size: 0.63em;
  display: block;
  color: #ACACAC;
  letter-spacing: 0.2px;
  position: absolute;
  top: -20px;
  right: 25px;
}
.lb-timeline a.header-bar__logo img {
  width: 100px;
  margin-top: -10px;
}
.lb-timeline div.header-bar__logo img {
  width: auto;
  max-height: 40px;
  margin-top: -10px;
}
.lb-timeline form.comment {
  position: absolute;
  display: block;
  background: #ffffff;
  left: 10px;
  right: 10px;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.lb-timeline form.comment.hide {
  display: none;
}
.lb-timeline div.comment-sent.hide {
  display: none;
}
.lb-timeline .comment_container {
  position: relative;
}
.lb-timeline .comment-sent {
  background: #56c391;
  width: 100%;
  height: 45px;
  position: absolute;
  top: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.lb-timeline .comment-sent p {
  color: white;
  font-weight: 500;
}
.lb-timeline .comment__headline {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.lb-timeline .comment input,
.lb-timeline .comment textarea {
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  width: 100%;
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid #d0dbe6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lb-timeline ::-webkit-input-placeholder {
  color: #ACACAC;
}
.lb-timeline ::-moz-placeholder {
  color: #ACACAC;
}
.lb-timeline ::-ms-input-placeholder {
  color: #ACACAC;
}
.lb-timeline ::placeholder {
  color: #ACACAC;
}
.lb-timeline .comment__button {
  font-size: .9em;
  color: #ffffff;
  display: inline-block;
  background-color: #73889b;
  border-radius: 2px;
  padding: 10px 20px;
  margin-top: 5px;
  margin-right: 5px;
}
.lb-timeline .comment__button:hover {
  color: #ffffff;
  background-color: #657a8e;
}
.lb-timeline .comment__button--grey {
  background-color: #c7c7c7;
}
.lb-timeline .comment__button--grey:hover {
  background-color: #b3b2b2;
}
.lb-timeline .err-msg {
  font-size: 0.7em;
  color: #b82f00;
  text-transform: uppercase;
  margin: -5px 0px 10px 0px;
}
.lb-timeline .btn {
  background-color: rgba(0, 0, 0, 0.15);
  border: 0 none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 12px;
  margin-bottom: 0;
  outline: medium none !important;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.lb-timeline .btn:hover,
.lb-timeline .header-bar__btn:focus {
  background-color: rgba(0, 0, 0, 0.235);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #333333;
}
.lb-timeline .btn:active,
.lb-timeline .btn.active {
  outline: none;
  border: none;
  outline-offset: -2px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.252);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.252);
}
.lb-timeline .btn-primary {
  color: #ffffff;
  background-color: #5ea9c8;
}
.lb-timeline .btn-primary:hover {
  background-color: #5598b4;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #ffffff;
}
.lb-timeline .btn-primary:active {
  background-color: #5ea9c8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.252);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.252);
}
.lb-timeline .sorting-bar {
  margin-right: 10px;
}
.lb-timeline .header-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 500;
  margin-bottom: 15px;
  height: 40px;
}
.lb-timeline .sorting-bar__title {
  float: left;
  text-transform: uppercase;
  position: absolute;
  color: #adadad;
  font-size: 11px;
  font-weight: 500;
}
.lb-timeline .sorting-bar__orders {
  float: left;
}
.lb-timeline .sorting-bar__order {
  float: left;
  margin-right: 25px;
  padding-bottom: 8px;
  cursor: pointer;
  color: #999999;
  font-size: 1em;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.lb-timeline .sorting-bar__order--active,
.lb-timeline .sorting-bar__order:hover {
  color: #333333;
  margin-bottom: -2px;
  border-bottom: 2px solid #333333;
}
.lb-timeline .sorting-bar__dropdownBtn {
  display: none;
  background: transparent url('../images/dropdown_arrow.svg') right center no-repeat;
  padding-right: 20px;
  cursor: pointer;
  padding-left: .5rem;
  position: relative;
  z-index: 2;
}
.lb-timeline .header-bar__highlight {
  position: relative;
  color: #999999;
  width: 32px;
  height: 32px;
  background-image: url("../images/highlighted.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  padding: 6px 15px;
  margin-top: 0px;
  margin-left: 0px;
}
.lb-timeline .header-bar__highlight:hover {
  border: 1px solid #cccccc;
}
.lb-timeline .header-bar__highlight.header-bar__highlight--active {
  background-color: #f2f5f8;
  border: 1px solid #cccccc;
}
.lb-timeline .header-bar__highlight span {
  display: none;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #ffffff;
  background-color: #333333;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 4px 10px;
  border-radius: 2px;
  white-space: nowrap;
}
.lb-timeline .header-bar__highlight:hover span {
  display: block;
}
.lb-timeline .tags-filter-bar {
  margin-right: 10px;
  margin-bottom: 8px;
}
.lb-timeline .tags-filter-bar__title {
  float: none;
  margin-right: 0px;
  padding-bottom: 12px;
  text-transform: uppercase;
  position: absolute;
  color: #adadad;
  font-size: 11px;
  font-weight: 500;
}
.lb-timeline .tags-filter-bar__orders {
  float: left;
}
.lb-timeline .tags-filter-bar__order {
  float: left;
  display: block;
  margin-right: 10px;
  padding-bottom: 8px;
  color: #999999;
  font-size: 1em;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.lb-timeline .tags-filter-bar__order--active,
.lb-timeline .tags-filter-bar__order:hover {
  color: #333333;
  margin-bottom: -2px;
  border-bottom: 2px solid #333333;
  border: none;
  margin-bottom: 0px;
}
.lb-timeline .tags-filter-bar__dropdownBtn {
  display: block;
  min-width: 120px;
  background: transparent url('../images/dropdown_arrow.svg') right center no-repeat;
  cursor: pointer;
  padding-left: .5rem;
  position: relative;
  z-index: 2;
}
.lb-timeline .tags-filter-bar__dropdownContent {
  display: none;
}
.lb-timeline .tags-filter-bar__dropdownContent--active {
  display: inline-grid;
  position: absolute;
  z-index: 5;
  background-color: #ffffff;
  padding: .8em .8rem .8rem .8rem;
  margin-top: 10px;
  margin-left: 5px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  max-height: 80px;
  overflow-y: scroll;
  min-width: 100px;
  max-width: 120px;
  white-space: nowrap;
}
.lb-timeline .tags-filter-bar__order:last-child {
  padding-bottom: 0px;
}
.lb-timeline .tags-filter-bar__dropdownContent--active::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.lb-timeline .tags-filter-bar__dropdownContent--active::-webkit-scrollbar-thumb {
  color: #56c491;
  width: 5px;
}
.lb-timeline .tags-filter-bar__dropdownContent--active::-webkit-scrollbar- {
  background-color: #56c491;
  color: #56c491;
  width: 5px;
}
.lb-timeline .tags-filter-no_filter {
  text-align: center;
}
.lb-timeline .lb-posts {
  clear: both;
  margin-bottom: 0px;
  position: relative;
}
.lb-timeline .lb-post {
  position: relative;
  padding: 60px 30px 50px 0px;
  margin: 0px 0px 0px 30px;
}
.lb-timeline .lb-post:before {
  position: absolute;
  display: block;
  content: " ";
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: #e9e9e9;
  z-index: 1;
}
.lb-timeline .normal .lb-post:last-child:before {
  bottom: 0px;
}
.lb-timeline .new-updates {
  background: #f2f5f8;
  color: #56c491;
  text-align: center;
  padding: 15px 20px;
  margin-top: 20px;
  border: 1px solid #eff4f9;
  cursor: pointer;
}
.lb-timeline .new-updates:before {
  display: none;
}
.lb-timeline .new-updates:hover {
  background: #eff3f7;
}
.lb-timeline .empty-message {
  background: #ffffff;
  margin-top: 20px;
  padding: 15px 0px;
  margin-left: 0px;
}
.lb-timeline .empty-message:before {
  display: none;
}
@-webkit-keyframes fadeIt {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #f2f5f8;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fadeIt {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #f2f5f8;
  }
  100% {
    background-color: #ffffff;
  }
}
.lb-timeline .lb-post-permalink-selected {
  -webkit-animation: fadeIt 2s ease-in-out;
          animation: fadeIt 2s ease-in-out;
}
.lb-timeline article.lb-post:after {
  content: "";
  position: absolute;
  margin-left: 60px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  height: 2px;
  background-color: #F1F1F1;
}
.lb-timeline .normal article.lb-post--highlighted:after {
  background-color: #ffffff;
  bottom: -2px;
  z-index: 1;
}
.lb-timeline .lb-postlist > .lb-post:last-of-type:after {
  display: none;
}
.lb-timeline .lb-post-date,
.lb-timeline .lb-post-date__fulldate {
  font-weight: 500;
  font-size: .9em;
  color: #ACACAC;
}
.lb-timeline .lb-post-date {
  padding-right: 20px;
}
.lb-timeline .lb-post-date__fulldate {
  position: absolute;
  font-weight: 600;
  background-color: white;
  margin: -62px 0px 0px -15px;
  padding: 6px 0px;
  width: 40px;
  z-index: 3;
}
.lb-timeline .lb-post:first-of-type .lb-post-date__fulldate {
  display: none;
}
.lb-timeline .lb-post.ng-enter,
.lb-timeline .lb-post.ng-move {
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  opacity: 0;
}
.lb-timeline .lb-post.ng-enter.ng-enter-active,
.lb-timeline .lb-post.ng-move.ng-move-active {
  opacity: 1;
}
.lb-timeline .lb-item {
  font-size: 1em;
  line-height: 1.4em;
  margin-left: 60px;
  margin-bottom: 25px;
  clear: both;
}
.lb-timeline .lb-item:last-child {
  margin-bottom: 0px;
}
.lb-timeline .lb-item figure img {
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.lb-timeline .lb-post-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: -25px;
  margin-bottom: 15px;
}
.lb-timeline .lb-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #e9e9e9;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-left: -10px;
  margin-right: 0px;
  z-index: 2;
}
.lb-timeline .sticky .lb-post.lb-post--highlighted {
  background: none;
}
.lb-timeline .lb-post-date-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: auto;
  margin-left: 50px;
}
.lb-timeline .lb-post-date-icons img {
  margin-right: 10px;
}
.lb-timeline [class*="lb-type--embed"] {
  background-image: url("../images/link-icon.png");
  background-size: 9px;
}
.lb-timeline .lb-type--embed-twitter,
.lb-timeline .lb-type--embed-facebook,
.lb-timeline .lb-type--embed-youtube,
.lb-timeline .lb-type--embed-instagram,
.lb-timeline .lb-type--embed-brightcove,
.lb-timeline .lb-type--video {
  width: 40px;
  height: 40px;
  margin-left: -20px;
}
.lb-timeline .lb-type--embed-twitter + .lb-post-date-icons,
.lb-timeline .lb-type--embed-facebook + .lb-post-date-icons,
.lb-timeline .lb-type--embed-youtube + .lb-post-date-icons,
.lb-timeline .lb-type--embed-instagram + .lb-post-date-icons,
.lb-timeline .lb-type--embed-brightcove + .lb-post-date-icons {
  margin-left: 40px;
}
.lb-timeline .lb-type--embed-twitter {
  background-color: #6bacdf;
  background-image: url("../images/twitter_logo_white.png");
  background-size: 20px;
}
.lb-timeline .lb-type--embed-facebook {
  background-color: #3c5a9a;
  background-image: url("../images/facebook_logo.png");
  background-size: 20px;
}
.lb-timeline .lb-type--video,
.lb-timeline .lb-type--embed-youtube {
  background-color: #e52d27;
  background-image: url("../images/youtube_logo.png");
  background-size: 20px;
}
.lb-timeline .lb-type--embed-instagram {
  background-color: #444;
  background-image: url("../images/instagram_logo.png");
  background-size: 20px;
}
.lb-timeline .lb-type--embed-brightcove {
  background-color: #abc37a;
  background-image: url("../images/video_logo.png");
  background-size: 20px;
}
.lb-timeline .lb-button {
  z-index: 1;
  font-size: .85em;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 4px 14px;
  background-color: #34b77a;
  color: #ffffff;
  border-radius: 3px;
}
.lb-timeline .lb-button:hover {
  color: #ffffff;
  background-color: #1eaf6c;
}
.lb-timeline .load-more-posts {
  position: absolute;
  left: 50%;
  margin-left: -85px;
  padding: 10px 14px;
  width: 170px;
  margin-top: 60px;
  font-weight: 400;
}
.lb-timeline .load-new-posts {
  float: right;
  position: absolute;
  right: 0;
}
.lb-timeline .lb-author {
  position: relative;
  height: 47px;
  margin: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.lb-timeline .lb-author--bottom {
  height: 30px;
  margin-bottom: -40px;
  margin-left: auto;
}
.lb-timeline .lb-author:after {
  content: '';
  clear: both;
  display: block;
}
.lb-timeline .lb-author__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  background: #B9B9B9;
  background-size: cover;
  border: 1px solid #f4f4f4;
  margin-left: 20px;
  width: 45px;
  height: 45px;
}
.lb-timeline .lb-author--bottom .lb-author__avatar {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.lb-timeline div.lb-author__avatar {
  display: none;
}
.lb-timeline .lb-author__name,
.lb-timeline .lb-author__date {
  float: left;
  font-weight: 500;
  font-size: .9em;
}
.lb-timeline .lb-author__name {
  color: #ACACAC;
}
.lb-timeline .lb-author__date {
  padding-right: 20px;
}
.lb-timeline .lb-producer__author:before {
  content: '(';
}
.lb-timeline .lb-producer__author:after {
  content: ')';
}
.lb-timeline lb-producer__author:before {
  content: '(';
}
.lb-timeline .lb-producer__author:after {
  content: ')';
}
.lb-timeline .illustration {
  display: none;
  margin: 20px 0;
  text-align: center;
}
.lb-timeline .comment-active {
  min-height: 250px;
}
.lb-timeline .lb-updated-date {
  font-size: 13px;
  color: #adadad;
  text-align: right;
  margin-top: 20px;
  position: absolute;
  right: 135px;
}
.lb-timeline .lb-updated-date span {
  color: #333333;
  font-weight: 500;
  font-size: 13px;
}
.lb-timeline .item--embed__description,
.lb-timeline .item--embed__credit {
  padding-top: 5px;
}
.lb-timeline .item--embed__title {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-top: .5em;
}
.lb-timeline .item--embed__title a {
  text-decoration: none;
}
.lb-timeline .item--embed__credit {
  text-align: right;
}
.lb-timeline .loading {
  color: #81e496;
  text-align: center;
  padding: 20px;
  margin: 10px;
  font-size: 1em;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.lb-timeline .loading.ng-hide {
  opacity: 0;
}
.lb-timeline .lb-post-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 60px;
}
.lb-timeline .lb-post-updated {
  color: #ACACAC;
  font-size: .9em;
  margin-top: 20px;
  margin-bottom: -20px;
}
.lb-timeline .lb-post-actions {
  position: relative;
  text-align: right;
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: -20px;
  height: 24px;
  visibility: visible;
}
.lb-timeline .lb-post-actions--top {
  margin-top: 0;
  margin-bottom: 0;
}
.lb-timeline .lb-post:hover .lb-post-actions {
  visibility: visible;
}
.lb-timeline .lb-post-actions > * {
  width: 18px;
  display: inline-block;
  cursor: pointer;
}
.lb-timeline .lb-post:hover .lb-post-share:hover .lb-post-shareBox {
  width: 180px;
  padding-right: 10px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  /* react immediately on hover */
}
.lb-timeline .lb-post-shareBox {
  position: absolute;
  color: #888;
  top: -3px;
  right: 40px;
  width: 0px;
  height: 24px;
  overflow: hidden;
}
.lb-timeline .lb-post:hover .lb-post-shareBox {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-transition: 0.1s 0.8s;
  transition: 0.1s 0.8s;
  /* delay of 1 seconds on hover off */
}
.lb-timeline .lb-post-shareBox__item {
  display: inline-block;
  width: 18px;
  margin-right: 8px;
}
.lb-timeline .lb-post-shareBox__item img {
  vertical-align: bottom;
}
.lb-timeline .lb-advertisement {
  font-size: 0.75rem;
  color: #ACACAC;
}
.lb-timeline .lb-post:hover .lb-post-permalink,
.lb-timeline .lb-sticky-top-post:hover .lb-post-permalink {
  visibility: visible;
}
.lb-timeline .pin-drawer-button {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 0;
  padding: 0;
  left: 50%;
  margin-left: -11.5px;
  background-color: #ffffff;
  z-index: 2;
  margin-top: -10px;
  line-height: 0;
  border-radius: 23px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.lb-timeline .chevron-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lb-timeline .pin-drawer {
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.25);
}
.lb-timeline .pin-icon {
  width: 10px;
}
.lb-timeline .mod--hide {
  visibility: hidden;
  opacity: 0;
}
.lb-timeline .mod--displaynone {
  display: none;
}
.lb-timeline .mod--nobackground {
  background: none;
}
.lb-timeline .highlight-icon {
  width: 14px;
  margin-left: 0px;
}
.lb-timeline .lb-post.lb-post--highlighted {
  background-color: #f2f5f8;
  margin-top: -2px;
}
/* Freetypes */
/* Scorecard */
body .scorecard-top {
  background-color: #f2f5f8;
  padding: 30px;
}
body .scorecard-top hr {
  display: none;
}
body .scorecard-top span.team-score {
  font-size: 42px;
  font-weight: bold;
}
body .scorecard-top__logoWrap img {
  max-width: 160px;
}
body .scorecard-top span.team-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 10px;
}
body .scorecard-top .scorecard-top__scorers {
  font-size: .9em;
  line-height: 125%;
  font-weight: normal;
}
body .scorecard-top .scorecard-top__scorers li {
  margin-bottom: 10px;
}
body .scorecard-top__info {
  font-size: .9em;
  font-weight: normal;
  margin-top: 10px;
}
/* adapt embed card to small screens
 * Remove the two cols layout
*/
@media screen and (min-width: 1025px) {
  .lb-timeline .lb-post-actions {
    visibility: hidden;
  }
}
@media screen and (max-width: 870px) {
  .lb-timeline .sorting-bar__order {
    margin-right: 15px;
  }
  .lb-timeline .header-bar__highlight:hover span {
    display: none;
  }
  .lb-timeline .header-bar__comment {
    position: relative;
    text-indent: -9999px;
    color: #999999;
    width: 32px;
    height: 32px;
    background-image: url(../images/comment_icon--dark.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 6px 15px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0px;
  }
  .lb-timeline .header-bar__comment:hover {
    border: 1px solid #cccccc;
  }
  .lb-timeline .header-bar__comment.header-bar__comment--active {
    background-color: #f2f5f8;
    border: 1px solid #cccccc;
  }
}
@media screen and (max-width: 580px) {
  .lb-timeline .description:before {
    display: none;
  }
  .lb-timeline .lb-post:before {
    display: none;
  }
  .lb-timeline form.comment {
    left: 5px;
    right: 5px;
  }
  .lb-timeline .item--embed__illustration {
    position: relative;
    width: auto;
  }
  .lb-timeline .item--embed__illustration ~ * {
    margin-left: 0;
  }
  .lb-timeline .lb-timeline {
    margin-top: 0;
  }
  .lb-timeline .sorting-bar__dropdownBtn {
    display: block;
    min-width: 60px;
    padding-right: 18px;
  }
  .lb-timeline .tags-filter-bar__dropdownBtn {
    display: block;
    min-width: 60px;
    padding-right: 18px;
  }
  .lb-timeline .sorting-bar__dropdownContent {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: #ffffff;
    padding: .8em .8rem .8rem .8rem;
    margin-top: 10px;
    margin-left: 5px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  }
  .lb-timeline .sorting-bar__dropdownContent--active {
    display: block;
  }
  .lb-timeline .sorting-bar__order {
    float: none;
    margin-right: 0px;
    padding-bottom: 12px;
  }
  .lb-timeline .sorting-bar__order:last-child {
    padding-bottom: 0px;
  }
  .lb-timeline .sorting-bar__order--active,
  .lb-timeline .sorting-bar__order:hover {
    border: none;
    margin-bottom: 0px;
  }
  .lb-timeline .show-author-avatar .lb-author {
    height: 32px;
    margin-left: 10px;
  }
  .lb-timeline .show-author-avatar .lb-item {
    margin-left: 0;
    margin-top: 18px;
  }
  .lb-timeline .lb-post,
  .lb-timeline .lb-sticky-top-post {
    margin: 0;
  }
  .lb-timeline .lb-post-date__fulldate {
    margin-left: 0px;
    padding: 8px 8px 8px 6px;
    text-align: center;
  }
  .lb-timeline .lb-updated-date {
    margin-top: 5px;
    right: 145px;
  }
  .lb-timeline .lb-post {
    padding: 40px 5px 40px;
  }
  .lb-timeline .header-bar {
    margin: 30px 0 0 0;
  }
  .lb-timeline .timeline-body {
    background: none;
  }
  .lb-timeline .lb-post-date-icons {
    margin-left: 10px;
  }
  .lb-timeline [class*="lb-type--embed"] + .lb-post-date-icons {
    margin-left: 10px;
  }
  .lb-timeline .lb-type {
    background-size: 8px;
    width: 12px;
    height: 12px;
    margin-left: 0;
  }
  .lb-timeline [class*="lb-type--embed"] {
    background-size: 8px;
  }
  .lb-timeline .lb-type--embed {
    width: 12px;
    height: 12px;
  }
  .lb-timeline .lb-author__avatar,
  .lb-timeline .lb-author__comment {
    width: 30px;
    height: 30px;
  }
  .lb-timeline .lb-author__date {
    float: none;
  }
  .lb-timeline .lb-post-bottom {
    margin-left: 0px;
  }
  .lb-timeline .sorting-bar {
    margin-top: -6px;
    width: 35%;
  }
  .lb-timeline .sorting-bar__title {
    display: none;
  }
  .lb-timeline .sorting-bar__orders {
    position: relative;
    padding-left: 0 !important;
  }
  .lb-timeline .lb-post-highlighted,
  .lb-timeline .lb-post-sticky {
    background-size: 10px;
    background-position-y: 4px;
    padding: 4px;
    float: left;
    left: 16px;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: -8px 4px 0 6px;
  }
  .lb-timeline .tags-filter-bar {
    width: 35%;
  }
  .lb-timeline .tags-filter-bar__title {
    display: none;
  }
  .lb-timeline .tags-filter-bar__orders {
    position: relative;
    padding-left: 0 !important;
  }
  .lb-timeline .lb-post--highlighted {
    background: #f2f5f8;
  }
  .lb-timeline article.lb-post:after,
  .lb-timeline .normal article.lb-post--highlighted:before {
    margin-left: auto;
  }
  .lb-timeline form.comment {
    padding: 20px;
    margin-top: 15px;
  }
  .lb-timeline .lb-button {
    font-size: .8em;
  }
  .lb-timeline .load-new-posts {
    margin-top: 26px;
    font-size: .8em;
    padding: 2px 10px;
    right: 15px;
  }
  .lb-timeline .loading {
    width: 100px;
    margin: 0px auto;
    margin-top: 110px;
  }
  body .scorecard-top {
    padding: 20px;
  }
  body .scorecard-top__column {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  body .scorecard-top__column--result {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 0;
        order: 0;
  }
  body .scorecard-top__logoWrap {
    height: 60px;
  }
  body .scorecard-top__logoWrap img,
  body .scorecard-top__column--result {
    max-height: 60px;
  }
  body .scorecard-top span.team-name {
    font-size: 18px;
  }
  body .scorecard-top span.team-score {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 450px) {
  .lb-timeline {
    font-size: 14px;
    margin-top: 10px;
  }
  .lb-timeline .header-bar {
    margin: 10px 0 0 0px;
  }
  .lb-timeline .sorting-bar {
    margin-top: -6px;
    width: 35%;
  }
  .lb-timeline .tags-filter-bar {
    width: 35%;
  }
  .lb-timeline .sorting-bar__dropdownBtn {
    display: block;
    min-width: 40px;
    padding-right: 15px;
  }
  .lb-timeline .tags-filter-bar__dropdownBtn {
    display: block;
    min-width: 40px;
    padding-right: 15px;
  }
  .lb-timeline article.lb-post:after {
    display: inline-block;
    margin: 0;
  }
  .lb-timeline .lb-post-header {
    display: block;
  }
  .lb-timeline .lb-type {
    display: inline-block;
  }
  .lb-timeline .lb-post-date-icons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
  }
  .lb-timeline [class*="lb-type--embed"] + .lb-post-date-icons {
    margin-left: 10px;
  }
  .lb-timeline .lb-post-header .lb-author {
    display: block;
    height: 20px;
    margin: 10px 0px 0px 0px;
  }
  .lb-timeline .lb-type--embed {
    width: 12px;
    height: 12px;
    background-image: none;
  }
  .lb-timeline [class*="lb-type--embed"] {
    top: auto;
  }
  .lb-timeline .lb-post {
    padding: 35px 5px 30px;
  }
  .lb-timeline .lb-post-date__fulldate {
    margin-left: 0px;
    padding: 12px 8px 8px 0px;
    text-align: left;
  }
  .lb-timeline .lb-author .lb-author__avatar {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .lb-timeline .lb-updated-date {
    margin-top: 1px;
  }
  .lb-timeline .header-bar__logo {
    width: auto;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-left: 5px;
  }
  .lb-timeline a.header-bar__logo span {
    display: none;
  }
  .lb-timeline form.comment {
    padding: 20px;
    margin-top: 14px;
  }
  .lb-timeline .lb-post-bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: initial;
        align-items: initial;
  }
  .lb-timeline .lb-post-bottom > *:last-child {
    margin-bottom: -20px;
  }
  .lb-timeline .lb-post-updated {
    margin-bottom: -5px;
  }
  .lb-timeline .lb-post-shareBox {
    line-height: 1.6em;
  }
  .lb-timeline .lb-author.lb-author--bottom {
    margin-top: 10px;
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (max-width: 575.98px) {
  .lb-timeline {
    max-width: 100vw !important;
  }
}
@media (min-width: 768px) {
  .share_viber-hidden-desktop {
    display: none !important;
  }
}
iframe#liveblog-iframe {
  width: 100% !important;
  max-width: 100% !important;
}
.lb-timeline .lb-slideshow {
  margin-left: 60px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .lb-timeline .lb-slideshow {
    margin-left: 0;
  }
}
.lb-timeline .lb-slideshow_frame {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}
.lb-timeline .lb-slideshow_slides {
  display: inline-block;
  width: calc(100%);
}
.lb-timeline .lb-slideshow_slides > * {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  margin-bottom: 0;
  vertical-align: top;
}
.lb-timeline .lb-slideshow_slides > * figcaption {
  font-size: 0.8rem;
  line-height: 1.4em;
  white-space: normal;
}
.lb-timeline .lb-slideshow_imageContainer {
  height: 380px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.lb-timeline .lb-slideshow_imageContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none;
}
.lb-timeline .lb-slideshow_prev,
.lb-timeline .lb-slideshow_next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 0;
  opacity: .7;
}
.lb-timeline .lb-slideshow_prev:hover,
.lb-timeline .lb-slideshow_next:hover {
  opacity: 1;
}
.lb-timeline .lb-slideshow_next {
  right: 0;
}
.lb-timeline .lb-slideshow_prev {
  left: 0;
}
.lb-timeline .lb-slideshow_next svg,
.lb-timeline .lb-slideshow_prev svg {
  width: 25px;
}
.lb-timeline .portraitimage .lb-slideshow_imageContainer img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lb-timeline .items-containerIndent {
  border-left: 1px solid #e9e9e9;
  margin-left: 80px;
}
.lb-timeline .items-containerIndent .lb-item {
  margin-left: 30px;
}
.lb-timeline .items-containerIndent + .lb-item {
  margin-top: 25px;
}
.lb-timeline .lb-item.comment {
  margin-left: 0px;
}
.lb-timeline .lb-author__avatar--comment {
  background: transparent;
  border-color: transparent;
  border-radius: 0px;
}
.lb-timeline .lb-post--highlighted .lb-author--indent .lb-author__avatar--comment {
  background: #f2f5f8;
}
.lb-timeline .lb-author--indent {
  float: none;
  -ms-flex-pack: start;
      justify-content: flex-start;
  height: 25px;
  margin: 0px 0px 15px 0px;
}
.lb-timeline .lb-author--indent .lb-author__avatar {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  margin-left: -14px;
}
.lb-timeline .lb-author--indent .lb-author__avatar--comment {
  background: #fff;
  border-color: transparent;
  height: 34px;
  border-radius: 0px;
}
.lb-timeline .lb-author--indent .lb-author__name {
  margin-left: 30px;
}
.lb-timeline .lb-author--indent .lb-author__avatar + .lb-author__name {
  margin-left: 0px;
}
@media screen and (max-width: 580px) {
  .lb-timeline .items-containerIndent {
    margin-left: 15px;
  }
  .lb-timeline .show-author-avatar .lb-author--indent {
    height: 20px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

.lb-timeline {
  color: #000a28;
  /* max-width: none; */
  /* margin-top: 0; */
  padding-bottom: 0;
}
.lb-timeline .header-bar {
  height: auto;
  margin: 0;
}
.lb-timeline .load-more-posts {
  position: relative;
  margin-top: auto;
}
.lb-timeline .sorting-bar__order,
.lb-timeline .header-bar__comment {
  color: rgba(0, 10, 40, 0.5);
}
.lb-timeline .sorting-bar__order--active,
.lb-timeline .sorting-bar__order:hover,
.lb-timeline .header-bar__comment:hover {
  color: #000a28;
}
.lb-timeline .comment__button.lb_consent--accept,
.lb-timeline .lb-button {
  text-transform: uppercase;
  letter-spacing: .1em;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  padding: 4px 8px;
  -webkit-transition: color 218ms ease 0s, background-color 218ms ease 0s, border-color 218ms ease 0s;
  transition: color 218ms ease 0s, background-color 218ms ease 0s, border-color 218ms ease 0s;
  height: auto;
  min-height: 40px;
  border: 1px solid transparent;
  white-space: initial;
  width: calc(100% - 16px);
  margin-left: unset;
  left: 8px;
  right: 8px;
}
.lb-timeline .lb-button {
  color: #ff003c;
  background-color: #fff;
  border-color: #ff003c;
}
.lb-timeline .lb-button:focus,
.lb-timeline .lb-button:hover,
.lb-timeline .lb-button:active:focus,
.lb-timeline .lb-button:active:hover {
  color: #fff;
  background-color: #ff003c;
  border-color: #ff003c;
}
.lb-timeline .comment__button.lb_consent--accept {
  color: #000a28;
  background-color: #fff;
  border-color: #000a28;
}
.lb-timeline .comment__button.lb_consent--accept:focus,
.lb-timeline .comment__button.lb_consent--accept:hover,
.lb-timeline .comment__button.lb_consent--accept:active:focus,
.lb-timeline .comment__button.lb_consent--accept:active:hover {
  color: #fff;
  background-color: #000a28;
  border-color: #000a28;
}
.lb-timeline .lb-post {
  padding: 8px;
  margin: 0;
}
.lb-timeline .lb-post:before {
  content: none;
}
.lb-timeline .lb-author__name,
.lb-timeline .lb-post-date,
.lb-timeline .lb-post-date__fulldate,
.lb-timeline .lb-post-updated {
  color: rgba(0, 10, 40, 0.5);
}
.lb-timeline .lb-post.lb-post--highlighted {
  background-color: #ff0096;
}
.lb-timeline .lb-post.lb-post--highlighted,
.lb-timeline .lb-post.lb-post--highlighted .lb-author__name,
.lb-timeline .lb-post.lb-post--highlighted .lb-post-date,
.lb-timeline .lb-post.lb-post--highlighted .lb-post-date__fulldate,
.lb-timeline .lb-post.lb-post--highlighted .lb-post-updated {
  color: #fff;
}
.lb-timeline .lb-post-updated {
  margin-top: 0;
  margin-bottom: 0;
}
.lb-timeline .lb-post-header {
  margin-top: auto;
  margin-bottom: auto;
}
.lb-timeline .lb-post-bottom {
  margin-left: 0;
}
.lb-timeline article.lb-post:after {
  content: none;
}
.lb-timeline .lb-item {
  margin-left: 0;
  margin-bottom: 16px;
}
.lb-timeline .lb-item figure img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lb-timeline .lb-type,
.lb-timeline .lb-type--text,
.lb-timeline .lb-type--image,
.lb-timeline .lb-type--quote,
.lb-timeline .lb-type--embed-twitter,
.lb-timeline .lb-type--embed-facebook,
.lb-timeline .lb-type--embed-youtube,
.lb-timeline .lb-type--embed-instagram,
.lb-timeline .lb-type--embed-brightcove,
.lb-timeline .lb-type--video {
  display: none;
}
.lb-timeline .lb-post-date-icons {
  margin-left: 0;
}
.lb-timeline .lb-type--embed-twitter + .lb-post-date-icons,
.lb-timeline .lb-type--embed-facebook + .lb-post-date-icons,
.lb-timeline .lb-type--embed-youtube + .lb-post-date-icons,
.lb-timeline .lb-type--embed-instagram + .lb-post-date-icons,
.lb-timeline .lb-type--embed-brightcove + .lb-post-date-icons {
  margin-left: 0;
}
.lb-timeline a,
.lb-timeline a:focus,
.lb-timeline a:hover {
  color: #ff003c !important;
}
.lb-timeline a:focus,
.lb-timeline a:hover {
  text-decoration: underline;
}
.lb-timeline .lb-post.lb-post--highlighted a,
.lb-timeline .lb-post.lb-post--highlighted a:hover,
.lb-timeline .lb-post.lb-post--highlighted a:focus {
  color: #fff !important;
}
.lb-timeline figure figcaption {
  font-size: 1em;
  color: #000a28;
}
