@import url(https://fonts.googleapis.com/css?family=Abel|Heebo:100,300,400,500,700&subset=hebrew);.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn {
  background: #05B4C6;
  color: #ffffff;
  border: 0;
  padding: 6px 25px;
  font-size: 16px; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    background: #05bdd0;
    color: #fff; }
  .btn--round {
    border-radius: 2em; }
  .btn--inverted {
    background-color: transparent;
    border: 2px solid #e73958;
    color: #e73958;
    text-transform: uppercase;
    padding: 3px 15px;
    letter-spacing: 0.2px; }
    .btn--inverted:hover, .btn--inverted:focus, .btn--inverted:active, .btn--inverted.active {
      background-color: #e73958;
      color: #fff; }
  .btn--sharp {
    border-radius: 0; }
  .btn--small {
    font-size: 15px; }
  .btn--large {
    font-size: 18px;
    padding: 10px 25px; }
  .btn--card-action {
    margin: 10px -15px -22px;
    padding: 10px;
    width: calc(100% + 30px);
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .btn--color-action {
    background-color: #e73958; }
    .btn--color-action:hover, .btn--color-action:focus, .btn--color-action:active, .btn--color-action.active {
      background-color: #e94b67; }
  .btn--color-facebook {
    background-color: #3b5998; }
    .btn--color-facebook:hover, .btn--color-facebook:focus, .btn--color-facebook:active, .btn--color-facebook.active {
      background-color: #4162a7; }
  .btn--color-google-plus {
    background-color: #d34836; }
    .btn--color-google-plus:hover, .btn--color-google-plus:focus, .btn--color-google-plus:active, .btn--color-google-plus.active {
      background-color: #d75747; }
  .btn--color-danger {
    background-color: white; }
    .btn--color-danger:hover, .btn--color-danger:focus, .btn--color-danger:active, .btn--color-danger.active {
      background-color: white; }
  .btn--color-current, .btn--color-current:hover, .btn--color-current:focus, .btn--color-current:active, .btn--color-current.active {
    background-color: currentColor;
    color: currentColor; }
  .btn--color-current > * {
    color: white; }
  .btn--color-danger {
    color: #e73958;
    border: 3px solid #e73958;
    padding: 7px 25px; }
    .btn--color-danger:hover, .btn--color-danger:focus, .btn--color-danger:active, .btn--color-danger.active {
      color: white;
      background-color: #e73958; }
  .btn--fab {
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 27.5px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24); }
    .btn--fab:hover {
      transform: scale(1.05); }
  .btn--fab-large {
    font-size: 33px;
    line-height: 60px;
    width: 60px;
    height: 60px; }
  .btn--fab-small {
    font-size: 19.25px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    padding: 7px; }
  .btn--fab-smaller {
    font-size: 13.75px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    padding: 5px; }
    .btn--fab-smaller .fa {
      vertical-align: text-top; }
    .btn--fab-smaller:hover {
      transform: none; }
  .btn--full {
    width: 100%;
    margin-top: 10px; }
  .btn--nospace {
    margin: 0;
    margin-top: 0; }
  .btn--wider {
    padding-right: 50px;
    padding-left: 50px; }
  .btn--block {
    margin-top: 10px;
    display: block; }
  .btn__icon {
    margin-right: 8px;
    transition-delay: 0s; }
.ScreenTitle {
  font-weight: 100;
  font-size: 40px;
  margin-bottom: 40px;
  color: #e73958;
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-top: 5px; }
.embed-timeline {
  direction: ltr;
  text-align: left;
  color: #191919; }
  .responsive-size-phone .embed-timeline__title.ScreenTitle {
    font-size: 30px; }
  .embed-timeline__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 280; }
  .embed-timeline__popup {
    z-index: 290;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    padding: 40px 60px; }
    .responsive-size-phone .embed-timeline__popup {
      padding: 20px 30px; }
  .embed-timeline__close {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #e73958;
    line-height: 16px; }
  .embed-timeline__options {
    display: flex;
    margin: 0 -20px; }
    .responsive-size-phablet .embed-timeline__options {
      flex-direction: column; }
    .responsive-size-phone .embed-timeline__options {
      flex-direction: column; }

.embed-option {
  flex: 1;
  padding: 0 20px; }
  .responsive-size-phablet .embed-option {
    margin-bottom: 30px; }
  .responsive-size-phone .embed-option {
    margin-bottom: 30px; }
  .embed-option__title {
    font-size: 20px;
    color: #05B4C6;
    margin-bottom: 20px; }
    .responsive-size-phablet .embed-option__title {
      margin-bottom: 10px; }
    .responsive-size-phone .embed-option__title {
      margin-bottom: 10px; }
  .embed-option__icon {
    color: #e73958;
    padding-right: 10px;
    width: 30px; }
  .embed-option__links {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: white;
    max-width: 180px;
    margin: 0 auto; }
  .embed-option__link {
    height: 30px;
    width: 30px;
    background-color: #e73958;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3); }
    .embed-option__link:hover, .embed-option__link:active {
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
      color: white; }

.copy-field {
  display: flex;
  width: 100%; }
  .copy-field__input {
    flex: 1;
    width: 100%;
    padding: 0 7px; }
  .copy-field__button {
    text-transform: lowercase;
    padding-right: 15px;
    padding-left: 15px; }

.custom-height {
  display: flex;
  width: 100%;
  padding-top: 10px; }
  .custom-height__title {
    padding-right: 15px; }
  .custom-height__input {
    width: 25%;
    padding: 0 7px;
    margin-top: -3px; }
.PublisherLogo {
  height: 30px;
  display: block;
  margin-bottom: 10px; }
.TimelineHead.layout-default .share-button {
  display: inline;
  border: 0;
  background: none;
  float: right;
  color: currentColor;
  font-size: 20px;
  margin: 0;
  padding: 0; }
  .rtl .TimelineHead.layout-default .share-button {
    float: left; }

.TimelineHead.layout-default .timeline-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor; }

.TimelineHead.layout-default .timeline-title h1 {
  font-size: 14pt;
  margin-top: 6px;
  margin-bottom: 20px;
  color: #191919;
  font-weight: 400; }
  .TimelineHead.layout-default .timeline-title h1.placeholder {
    color: #dadada; }
  .responsive-size-phablet .TimelineHead.layout-default .timeline-title h1 {
    font-size: 17pt;
    margin-bottom: 25px; }
  .responsive-size-tablet .TimelineHead.layout-default .timeline-title h1 {
    font-size: 20pt;
    margin-bottom: 30px; }
  .responsive-size-desktop .TimelineHead.layout-default .timeline-title h1 {
    font-size: 28px;
    margin-bottom: 40px; }
.TimelineIndexElement.layout-default {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  color: currentColor; }
  .TimelineIndexElement.layout-default .date-tooltip {
    opacity: 0;
    pointer-events: none;
    border-bottom: 2px solid currentColor;
    width: auto;
    position: absolute;
    font-size: 12px;
    white-space: nowrap; }
    .TimelineIndexElement.layout-default .date-tooltip span {
      color: #484947;
      line-height: 1.1; }
    .responsive-size-phablet .TimelineIndexElement.layout-default .date-tooltip {
      font-size: 15px; }
    .responsive-size-tablet .TimelineIndexElement.layout-default .date-tooltip {
      font-size: 18px; }
    .responsive-size-desktop .TimelineIndexElement.layout-default .date-tooltip {
      font-size: 15px; }
  .TimelineIndexElement.layout-default .point {
    border-radius: 50%;
    transition: all .1s ease-out;
    background-color: currentColor;
    width: 10px;
    height: 10px; }
    .TimelineIndexElement.layout-default .point::after {
      content: "";
      position: absolute;
      padding: 20px 5px;
      top: -14px; }
  .TimelineIndexElement.layout-default .date-tooltip {
    transform: translateX(-2px) translateY(calc(-100% - 20px)); }
  .TimelineIndexElement.layout-default.aligned .date-tooltip {
    transform: translateX(calc(-100% + 11px)) translateY(calc(-100% - 20px)); }
  .rtl .TimelineIndexElement.layout-default .date-tooltip {
    transform: translateX(calc(100% - 11px)) translateY(calc(-100% - 20px)); }
  .rtl .TimelineIndexElement.layout-default.aligned .date-tooltip {
    transform: translateX(0) translateY(calc(-100% - 20px)); }
  .TimelineIndexElement.layout-default.active {
    z-index: 200; }
    .TimelineIndexElement.layout-default.active .point {
      transform: scale(1.5);
      background-color: #fff;
      border: 2px solid; }
    .TimelineIndexElement.layout-default.active:not(.hide_dates)::before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 2px 0 2px;
      border-color: currentColor transparent transparent transparent; }
    .TimelineIndexElement.layout-default.active .date-tooltip {
      opacity: 1; }
  .TimelineIndexElement.layout-default.future .point {
    background-color: white;
    border: 3px solid currentColor;
    border-style: dotted; }
  .responsive-size-desktop .TimelineIndexElement.layout-default {
    color: currentColor; }
    .responsive-size-desktop .TimelineIndexElement.layout-default .point {
      border-radius: 50%;
      transition: all .1s ease-out;
      background-color: currentColor;
      width: 15px;
      height: 15px; }
      .responsive-size-desktop .TimelineIndexElement.layout-default .point::after {
        content: "";
        position: absolute;
        padding: 20px 5px;
        top: -14px; }
    .responsive-size-desktop .TimelineIndexElement.layout-default .date-tooltip {
      transform: translateX(-2px) translateY(calc(-100% - 30px)); }
    .responsive-size-desktop .TimelineIndexElement.layout-default.aligned .date-tooltip {
      transform: translateX(calc(-100% + 11px)) translateY(calc(-100% - 30px)); }
    .rtl .responsive-size-desktop .TimelineIndexElement.layout-default .date-tooltip {
      transform: translateX(calc(100% - 11px)) translateY(calc(-100% - 30px)); }
    .rtl .responsive-size-desktop .TimelineIndexElement.layout-default.aligned .date-tooltip {
      transform: translateX(0) translateY(calc(-100% - 30px)); }
    .responsive-size-desktop .TimelineIndexElement.layout-default.active {
      z-index: 200; }
      .responsive-size-desktop .TimelineIndexElement.layout-default.active .point {
        transform: scale(1.5);
        background-color: #fff;
        border: 3px solid; }
      .responsive-size-desktop .TimelineIndexElement.layout-default.active:not(.hide_dates)::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 2px 0 2px;
        border-color: currentColor transparent transparent transparent; }
      .responsive-size-desktop .TimelineIndexElement.layout-default.active .date-tooltip {
        opacity: 1; }
    .responsive-size-desktop .TimelineIndexElement.layout-default.future .point {
      background-color: white;
      border: 3px solid currentColor;
      border-style: dotted; }
  .layout-model .TimelineIndexElement.layout-default {
    color: currentColor; }
    .layout-model .TimelineIndexElement.layout-default .point {
      border-radius: 50%;
      transition: all .1s ease-out;
      background-color: currentColor;
      width: 8px;
      height: 8px; }
      .layout-model .TimelineIndexElement.layout-default .point::after {
        content: "";
        position: absolute;
        padding: 20px 5px;
        top: -14px; }
    .layout-model .TimelineIndexElement.layout-default .date-tooltip {
      transform: translateX(-2px) translateY(calc(-100% - 16px)); }
    .layout-model .TimelineIndexElement.layout-default.aligned .date-tooltip {
      transform: translateX(calc(-100% + 11px)) translateY(calc(-100% - 16px)); }
    .rtl .layout-model .TimelineIndexElement.layout-default .date-tooltip {
      transform: translateX(calc(100% - 11px)) translateY(calc(-100% - 16px)); }
    .rtl .layout-model .TimelineIndexElement.layout-default.aligned .date-tooltip {
      transform: translateX(0) translateY(calc(-100% - 16px)); }
    .layout-model .TimelineIndexElement.layout-default.active {
      z-index: 200; }
      .layout-model .TimelineIndexElement.layout-default.active .point {
        transform: scale(1.5);
        background-color: #fff;
        border: 1.6px solid; }
      .layout-model .TimelineIndexElement.layout-default.active:not(.hide_dates)::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 2px 0 2px;
        border-color: currentColor transparent transparent transparent; }
      .layout-model .TimelineIndexElement.layout-default.active .date-tooltip {
        opacity: 1; }
    .layout-model .TimelineIndexElement.layout-default.future .point {
      background-color: white;
      border: 3px solid currentColor;
      border-style: dotted; }
.TimelineIndex.layout-default .list {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 15px 5px 0;
  height: 10px; }
  .TimelineIndex.layout-default .list .line {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 6px);
    background: #05B4C6;
    position: absolute;
    top: calc(50% - 1px);
    left: 0; }

.responsive-size-desktop .TimelineIndex.layout-default .list {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 23px 7.5px 0;
  height: 15px; }
  .responsive-size-desktop .TimelineIndex.layout-default .list .line {
    content: "";
    display: block;
    height: 3px;
    width: calc(100% - 8.5px);
    background: #05B4C6;
    position: absolute;
    top: calc(50% - 1px);
    left: 0; }

.layout-model .TimelineIndex.layout-default .list {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 12px 4px 0;
  height: 8px; }
  .layout-model .TimelineIndex.layout-default .list .line {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - 5px);
    background: #05B4C6;
    position: absolute;
    top: calc(50% - 1px);
    left: 0; }

.TimelineIndex.layout-default .marks {
  display: flex;
  justify-content: space-between;
  direction: ltr;
  padding: 3px 4px 0;
  flex-wrap: wrap; }
  .TimelineIndex.layout-default .marks::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 2px;
    background-image: repeating-linear-gradient(to right, transparent, transparent 5%, #dadada 5%, #dadada calc(1px + 5%));
    border-left: 1px solid #dadada; }
  .TimelineIndex.layout-default .marks span {
    margin: 0 -4px; }
  .rtl .TimelineIndex.layout-default .marks span {
    direction: rtl; }
  .TimelineIndex.layout-default .marks span {
    font-weight: 100;
    color: #191919;
    font-size: 11px; }
    .responsive-size-phablet .TimelineIndex.layout-default .marks span {
      font-size: 13px; }
    .responsive-size-tablet .TimelineIndex.layout-default .marks span {
      font-size: 15px; }
    .responsive-size-desktop .TimelineIndex.layout-default .marks span {
      font-size: 15px; }
    .layout-model .TimelineIndex.layout-default .marks span {
      display: none; }
  .responsive-size-desktop .TimelineIndex.layout-default .marks {
    display: flex;
    justify-content: space-between;
    direction: ltr;
    padding: 3px 7px 0;
    flex-wrap: wrap; }
    .responsive-size-desktop .TimelineIndex.layout-default .marks::before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      margin-bottom: 2px;
      background-image: repeating-linear-gradient(to right, transparent, transparent 5%, #dadada 5%, #dadada calc(1px + 5%));
      border-left: 1px solid #dadada; }
    .responsive-size-desktop .TimelineIndex.layout-default .marks span {
      margin: 0 -7px; }
    .rtl .responsive-size-desktop .TimelineIndex.layout-default .marks span {
      direction: rtl; }
.TimelinePointMedia.layout-default {
  flex: 5;
  padding-right: 13px; }
  .responsive-size-phablet .TimelinePointMedia.layout-default {
    padding-right: 19px; }
  .responsive-size-tablet .TimelinePointMedia.layout-default {
    padding-right: 25px; }
  .responsive-size-desktop .TimelinePointMedia.layout-default {
    width: 50%;
    flex: auto;
    padding-right: 0; }
  .rtl .TimelinePointMedia.layout-default {
    padding-right: 0;
    padding-left: 13px; }
    .responsive-size-phablet .rtl .TimelinePointMedia.layout-default {
      padding-left: 17px; }
    .responsive-size-tablet .rtl .TimelinePointMedia.layout-default {
      padding-left: 25px; }
    .responsive-size-desktop .rtl .TimelinePointMedia.layout-default {
      padding-left: 0; }
  .TimelinePointMedia.layout-default .media-image {
    width: 100%;
    padding-top: 61.8046972%;
    display: block;
    background-size: cover;
    background-position: center; }
  .TimelinePointMedia.layout-default .media-credit {
    color: #888;
    font-size: 9px;
    padding: 1px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 10px;
    max-height: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word; }
.TimelineCardIndicator.layout-default {
  content: "";
  position: absolute;
  z-index: 200;
  display: block;
  height: calc(100% - 20px);
  top: 10px;
  left: 0;
  transition: all .2s linear;
  border-left-color: currentColor;
  border-right-color: white;
  border-style: solid;
  border-width: 0px;
  border-top: 0;
  border-bottom: 0; }
  .rtl .TimelineCardIndicator.layout-default {
    border-right-color: currentColor;
    border-left-color: white;
    right: 0;
    left: auto; }
  .TimelineCardIndicator.layout-default.active {
    border-width: 6px; }
.TimelineCardImage.layout-default .event-title {
  color: #191919;
  width: 100%;
  padding: 4px 15px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400; }
  .responsive-size-phablet .TimelineCardImage.layout-default .event-title {
    font-size: 17px; }
  .responsive-size-tablet .TimelineCardImage.layout-default .event-title {
    font-size: 20px; }
.TimelineCardEmbed.layout-default .event-title {
  color: #191919;
  width: 100%;
  padding: 4px 15px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400; }
  .responsive-size-phablet .TimelineCardEmbed.layout-default .event-title {
    font-size: 17px; }
  .responsive-size-tablet .TimelineCardEmbed.layout-default .event-title {
    font-size: 20px; }

.TimelineCardEmbed.layout-default .html {
  width: 100%;
  overflow-x: scroll;
  color: #929292;
  padding: 0; }
  .responsive-size-desktop .TimelineCardEmbed.layout-default .html {
    max-width: 500px;
    margin: 0 auto;
    display: block; }
  .TimelineCardEmbed.layout-default .html iframe, .TimelineCardEmbed.layout-default .html twitterwidget, .TimelineCardEmbed.layout-default .html .fb_iframe_widget, .TimelineCardEmbed.layout-default .html .fb_iframe_widget span {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden; }
.TimelineCardArticle.layout-default .content {
  flex: 6; }
  .responsive-size-phablet .TimelineCardArticle.layout-default .content {
    flex: 7; }
  .responsive-size-desktop .TimelineCardArticle.layout-default .content {
    width: 50%;
    flex: auto;
    padding: 10px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .TimelineCardArticle.layout-default .content:first-child {
    padding-left: 14px; }
    .rtl .TimelineCardArticle.layout-default .content:first-child {
      padding-left: 0;
      padding-right: 14px; }
  .TimelineCardArticle.layout-default .content .date {
    color: #191919;
    font-size: 16px;
    line-height: 14px;
    margin: 0;
    font-weight: 500;
    color: #484947; }
    .responsive-size-phablet .TimelineCardArticle.layout-default .content .date {
      font-size: 21px;
      line-height: 1.1; }
    .responsive-size-tablet .TimelineCardArticle.layout-default .content .date {
      font-size: 26px;
      line-height: 1.2; }
    .responsive-size-desktop .TimelineCardArticle.layout-default .content .date {
      font-size: 17px;
      font-weight: 400;
      line-height: 1; }
    .TimelineCardArticle.layout-default .content .date small {
      font-weight: lighter;
      color: #8a8a8a;
      font-size: .6em;
      padding: 0 4px; }
  .TimelineCardArticle.layout-default .content .event-title {
    color: #929292;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.3;
    padding-top: 4px;
    width: 100%; }
    .responsive-size-phablet .TimelineCardArticle.layout-default .content .event-title {
      font-size: 15px; }
    .responsive-size-tablet .TimelineCardArticle.layout-default .content .event-title {
      font-size: 17px; }
    .responsive-size-desktop .TimelineCardArticle.layout-default .content .event-title {
      font-size: 17px;
      font-weight: 100; }
  .TimelineCardArticle.layout-default .content .title {
    color: inherit; }
    .TimelineCardArticle.layout-default .content .title span {
      color: #191919;
      line-height: 1.2;
      word-break: break-word; }
      .responsive-size-phablet .TimelineCardArticle.layout-default .content .title span {
        font-size: 17px; }
      .responsive-size-tablet .TimelineCardArticle.layout-default .content .title span {
        font-size: 20px; }
      .responsive-size-desktop .TimelineCardArticle.layout-default .content .title span {
        font-size: 17px; }
    .TimelineCardArticle.layout-default .content .title::before, .TimelineCardArticle.layout-default .content .title::after {
      content: "";
      display: block;
      width: 20px;
      background-color: #dadada;
      height: 3px;
      margin: 8px 0;
      transition: background-color .6s ease; }
    .responsive-size-desktop .TimelineCardArticle.layout-default .content .title::before, .responsive-size-desktop .TimelineCardArticle.layout-default .content .title::after {
      background-color: currentColor; }
  .TimelineCardArticle.layout-default .content .author {
    color: #484947;
    font-weight: 300;
    font-size: 10px; }
    .responsive-size-phablet .TimelineCardArticle.layout-default .content .author {
      font-size: 13px; }
    .responsive-size-tablet .TimelineCardArticle.layout-default .content .author {
      font-size: 16px; }
    .responsive-size-desktop .TimelineCardArticle.layout-default .content .author {
      font-size: 12px;
      font-weight: 400;
      color: #929292; }
.TimelineCard.layout-default {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 2px solid #dadada;
  padding: 10px 0; }
  .responsive-size-phablet .TimelineCard.layout-default {
    padding: 14px 0; }
  .responsive-size-tablet .TimelineCard.layout-default {
    padding: 18px 0; }
  .responsive-size-desktop .TimelineCard.layout-default {
    padding: 0;
    border-bottom: 0;
    border-top: 0; }
    .responsive-size-desktop .TimelineCard.layout-default.embed {
      display: block;
      padding: 10px 0; }
    .responsive-size-desktop .TimelineCard.layout-default:nth-child(2n+1) {
      flex-direction: row-reverse; }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(30%); }
  60% {
    transform: translateY(15%); } }

.TimelineCover.layout-default {
  width: 100%;
  overflow: hidden;
  transition: transform 0s ease-in-out;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada; }
  .TimelineCover.layout-default .scroll-down {
    position: absolute;
    bottom: 26px;
    font-size: 34px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    animation: bounce 1.4s infinite;
    width: 100%;
    text-align: center;
    background: none;
    border: 0;
    cursor: pointer; }
    .TimelineCover.layout-default .scroll-down:focus {
      outline: 0; }
    .responsive-size-phablet .TimelineCover.layout-default .scroll-down {
      font-size: 40px;
      bottom: 30px; }
    .responsive-size-tablet .TimelineCover.layout-default .scroll-down {
      font-size: 48px;
      bottom: 35px; }
    .responsive-size-desktop .TimelineCover.layout-default .scroll-down {
      font-size: 50px;
      bottom: 50px; }
  .TimelineCover.layout-default .image {
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
    clear: both;
    padding-top: 41.4250207%;
    display: block; }
    .TimelineCover.layout-default .image.placeholder {
      background-color: white;
      border: 2px solid #05B4C6; }
  .TimelineCover.layout-default .shape {
    border-bottom: 14px solid currentColor;
    border-left: 8px solid transparent;
    width: 60%;
    z-index: 100;
    float: right;
    right: 0;
    position: relative; }
    .rtl .TimelineCover.layout-default .shape {
      border-left: 0px solid transparent;
      border-right: 8px solid transparent;
      float: left;
      left: 0;
      right: auto; }
  .TimelineCover.layout-default .media-credit {
    color: #888;
    font-size: 9px;
    padding: 1px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 10px;
    max-height: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word; }
.TimelineFeed.layout-default {
  list-style: none;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  padding-bottom: 1px;
  margin-bottom: 0;
  position: relative; }
  .responsive-size-desktop .TimelineFeed.layout-default {
    margin-top: 30px; }
  .TimelineFeed.layout-default li.pointless-notice {
    color: #dadada;
    text-align: center; }
  .TimelineFeed.layout-default li.lazy-loading-spinner {
    padding: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .TimelineFeed.layout-default li.creator-credit {
    padding: 10px 0;
    border-bottom: 2px solid #dadada;
    color: #191919;
    font-weight: 100;
    font-size: 18px; }
    .TimelineFeed.layout-default li.creator-credit .PublisherLogo {
      display: block; }
.ScrollingButtons.layout-default {
  display: flex;
  justify-content: space-between; }
  .ScrollingButtons.layout-default .scrolling-button {
    width: calc(50% - 5px); }
.TimelineBody.layout-default {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0; }
.Timeline.layout-default {
  height: 100%;
  width: 100%;
  position: absolute;
  font-family: "Heebo";
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 10px;
    padding-bottom: 5px;
  text-align: left;
  direction: ltr;
  color: #05B4C6;
  background-color: white; }
  .responsive-size-desktop .Timeline.layout-default {
    padding: 10px 20px;
    max-width: 1020px; }
  .rtl .Timeline.layout-default {
    text-align: right;
    direction: rtl; }
.poll {
  border-top: 3px currentColor solid;
  min-height: 187px;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: relative; }
  .rtl .poll {
    direction: rtl;
    text-align: right; }
  .poll::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0; }
  .poll__loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px; }
  .poll__vote {
    position: relative;
    padding: 8px 10px;
    max-width: 500px;
    margin: 0 auto; }
  .poll__title {
    color: white;
    font-size: 26px;
    margin: 5px 0; }
    .responsive-size-phone .poll__title {
      font-size: 20px; }
  .poll__options {
    padding: 0px 0px 25px;
    margin-bottom: 0;
    list-style: none; }
  .poll__option {
    font-size: 18px;
    color: white;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .poll__option.clickable:hover {
      background-color: rgba(255, 255, 255, 0.2); }
    .responsive-size-phone .poll__option {
      font-size: 16px; }
  .poll__option-text {
    flex: 1;
    font-weight: 300;
    padding: 4px; }
  .poll__option-percentage {
    font-weight: 300;
    padding: 4px; }
  .poll__option-bar {
    height: 3px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    flex: 0 0 100%; }
  .poll__option-bar-inner {
    height: 100%;
    width: 0%;
    transition: width 1s ease;
    background-color: currentColor; }
.TlineContainer {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  html.strech-mode.displayMode-view.safari .TlineContainer {
    height: calc(100vh - 130px); }
    .responsive-size-phablet html.strech-mode.displayMode-view.safari .TlineContainer {
      height: calc(100vh - 180px); }
  .TlineContainer--display-mode-embed {
    height: 100%; }
  .TlineContainer .timeline-wrapper {
    flex: 1;
    position: relative;
    flex-grow: 1;
    min-height: 470px; }
  .TlineContainer .poll-wrapper {
    background-color: #fff;
    padding: 10px;
      padding-top: 0; }
  .TlineContainer .powered-by {
    text-align: right;
    direction: ltr;
    font-size: 10px;
    color: darkgrey;
    margin: 1px;
    padding: 0 15px; }
    .responsive-size-phablet .TlineContainer .powered-by {
      font-size: 13px; }
    .responsive-size-tablet .TlineContainer .powered-by {
      font-size: 14px; }
    .TlineContainer .powered-by img, .TlineContainer .powered-by svg {
      /* We're using SVG for this now */
      height: 16px;
      width: auto;
      margin-left: 4px;
      vertical-align: baseline; }
.ActionButtons {
  display: none;
  padding-bottom: 20px;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .ActionButtons {
      display: flex; } }
  .ActionButtons .action-button {
    width: calc(50% - 5px); }
html.strech-mode, html.strech-mode body, html.strech-mode #root, html.strech-mode [data-reactroot], html.strech-mode .EmbedApp, html.strech-mode .ViewApp, html.displayMode-embed, html.displayMode-embed body, html.displayMode-embed #root, html.displayMode-embed [data-reactroot], html.displayMode-embed .EmbedApp, html.displayMode-embed .ViewApp {
  height: 100%; }

.ViewApp.tline-background {
  min-height: 100%;
  background-color: #eee;
  background-size: 100px;
  background-repeat: space; }

.ViewApp .content {
  width: calc(100% - 6px);
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 600px; }

.ViewApp .timeline-card {
  display: block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 20px 0px 0;
  flex: 1;
  display: flex;
  flex-direction: column; }

.ViewApp .tline-logo {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-height: 40px; }

.ViewApp .seperator {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0;
    border-top: 1px solid #eee;
    border-color: #dadada;
    border-width: 2px;
  width: 100%; }

.ViewApp .timeline-container {
  flex: 1; }
html.displayMode-view, html.displayMode-view body, html.displayMode-embed, html.displayMode-embed body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #191919;
  background-color: #fff; }
  html.displayMode-view *, html.displayMode-view body *, html.displayMode-embed *, html.displayMode-embed body * {
    box-sizing: border-box; }
  html.displayMode-view a, html.displayMode-view body a, html.displayMode-embed a, html.displayMode-embed body a {
    text-decoration: none; }
    html.displayMode-view a:hover, html.displayMode-view a:focus, html.displayMode-view body a:hover, html.displayMode-view body a:focus, html.displayMode-embed a:hover, html.displayMode-embed a:focus, html.displayMode-embed body a:hover, html.displayMode-embed body a:focus {
      text-decoration: none; }

html.displayMode-view .list-unstyled, html.displayMode-embed .list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0; }

/*# sourceMappingURL=styles.css.map*/