@media (max-width: 1200px) {
  .fixed-header-wrapper header .logo-link {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .page-content {
    margin-top: 76px;
  }

  .fixed-header-wrapper {
    height: 76px;
  }
  .fixed-header-wrapper header .logo-link {
    max-width: 140px;
  }
  .fixed-header-wrapper header .menu-opener {
    display: inline-block;
  }
  .fixed-header-wrapper header .nav-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .fixed-header-wrapper header .nav-wrapper ul.flags-wrapper {
    display: inline-flex;
    margin-bottom: 0;
  }
  .fixed-header-wrapper header .nav-wrapper nav {
    flex-grow: 3;
  }

  .home-slider {
    min-height: 400px;
    height: 400px;
  }
  .home-slider .slide {
    min-height: 400px;
    height: 400px;
    padding-top: 100px;
  }
  .home-slider .slide h1 {
    font-size: 40px;
  }
  .home-slider .slide .subtitle {
    font-size: 40px;
  }

  .history-timeline-wrapper {
    margin: 32px 0;
  }
  .history-timeline-wrapper:before {
    display: none;
  }
  .history-timeline-wrapper .event img {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .history-timeline-wrapper .event.text-right {
    text-align: left !important;
  }
  .history-timeline-wrapper .event .event-description {
    padding: 0 0;
  }
  .history-timeline-wrapper .event .event-description .date:before {
    display: none;
  }

  .ctaction .ctaction-phrase {
    padding: 80px 0;
  }
  .ctaction .ctaction-phrase h4 {
    font-size: 2.5em;
  }

  footer {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  footer .title {
    margin-top: 24px;
  }

  .creadits-bar .company-credit {
    text-align: center;
  }
  .creadits-bar .powered-by {
    text-align: center;
  }

  .home-slider .slide {
    padding-top: 75px;
  }
  .home-slider .slide h1 {
    font-size: 32px;
  }
  .home-slider .slide .subtitle {
    font-size: 32px;
  }

  .sponsors {
    padding: 32px 0 !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .sponsors > .logo-sponsor {
    width: 50%;
    padding: 8px;
  }

  .ctaction .ctaction-phrase {
    padding: 80px 0;
  }
  .ctaction .ctaction-phrase h4 {
    font-size: 2em;
  }

  .table-activity {
    display: block;
  }
  .table-activity .t-row {
    display: block;
  }
  .table-activity .t-row .t-cell {
    padding: 1em;
    display: block;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .table-activity .t-row:last-of-type .t-cell {
    border-bottom: 1px solid #000;
  }
  .table-activity .t-row:last-of-type .t-cell:last-of-type {
    border-bottom: none;
  }
}

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