/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.mceContentBody {
  background-color: #fff;
  color: #000;
}
.mceContentBody .history-table img {
  max-width: 150px;
}
.g-main-nav {
  white-space: normal;
}
.mod-list li .mod-menu__sub {
  margin-top: 0.625rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #fff;
}
#g-mobilemenu-container .g-menu-item-container i {
  margin-left: 0.5rem;
  margin-right: 0;
}
#g-slideshow.fp-slideshow {
  overflow: hidden;
}
.owl-carousel .owl-stage-outer {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 50px rgba(0, 0, 0, 0.5);
}
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-title {
  font-size: calc(1rem + 2.2vw);
  text-transform: uppercase;
}
.g-bgslideshow-carousel .owl-stage-outer {
  border-radius: 0;
}
.owl-item .g-bgslideshow-carousel-image-hover {
  padding-top: 1rem !important;
}
.owl-item .fa-search {
  display: none;
}
#g-utility .g-grid {
  align-items: start;
}
.useful-links .g-main-nav .g-menu-item {
  display: block;
}
/* fix interference with second-level mobile menu */
.g-toplevel.g-slide-out .tada {
  -webkit-animation-name: none;
  animation-name: none;
}
.g-offcanvas-toggle {
  left: 0.5rem;
  transform: scaleX(75%);
}
.history-table {
  display: none;
}
.mceContentBody .history-table {
  display: table;
}
.timeline-wrapper {
  position: relative;
  border-left: 3px solid #ddd;
  margin: 3rem 0;
}
.timeline-wrapper::before, .timeline-wrapper::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -40px;
  width: 3px;
  height: 40px;
  background: linear-gradient(180deg, rgba(221, 221, 221, 0) 0%, #ddd 100%);
}
.timeline-wrapper::after {
  top: auto;
  bottom: -40px;
  background: linear-gradient(180deg, #ddd 0%, rgba(221, 221, 221, 0) 100%);
}
.timeline-wrapper .timeline-item {
  display: grid;
  grid-template-columns: min-content minmax(min-content, max-content);
  grid-template-rows: repeat(2, min-content);
  margin-bottom: 3rem;
}
.timeline-wrapper .timeline-date {
  white-space: nowrap;
  padding: 0 1rem;
  position: relative;
}
.timeline-wrapper .timeline-date, .timeline-wrapper .timeline-title {
  align-self: end;
}
.timeline-date::before, .timeline-date::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #bbb;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  transform: translate(calc(-50% - 1.5px), 50%);
  border: 2px solid #fff;
}
.timeline-date::after {
  left: auto;
  right: 0;
  transform: translate(50%, calc(50% + 1px));
}
.timeline-item:nth-child(3n-2) .timeline-date::before, .timeline-item:nth-child(3n-2) .timeline-date::after {
  background: #FE0000;
}
.timeline-item:nth-child(3n-1) .timeline-date::before, .timeline-item:nth-child(3n-1) .timeline-date::after {
  background: #fee101;
}
.timeline-item:nth-child(3n) .timeline-date::before, .timeline-item:nth-child(3n) .timeline-date::after {
  background: #0000fe;
}
.timeline-wrapper .timeline-date, .timeline-wrapper .timeline-title {
  border-bottom: 2px solid #ddd;
  font-size: 1.2rem;
  font-weight: bold;
}
.timeline-wrapper .timeline-title, .timeline-wrapper .timeline-desc {
  padding: 0 1rem;
}
.timeline-wrapper .timeline-desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 50.99rem) {
  .g-container {
    width: 100%;
  }
  .g-logo {
    margin-left: 10px;
  }
  .timeline-wrapper .timeline-date {
    white-space: normal;
  }
}
/*# sourceMappingURL=custom_14.css.map */