#menu-menu-footer,
#menu-footer-menu-2 {
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  #menu-menu-header {
    text-align: left;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-timeline {
  background-color: #2c6a9e;
  text-align: center;
  color: white;
  font-family: "FS Albert";
}
.page-template-timeline .page-title {
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 992px) {
  .page-template-timeline .page-title {
    margin-bottom: 25px;
    font-size: 48px;
    text-align: center;
  }
}
.page-template-timeline .page-desc {
  margin-bottom: 50px;
  padding: 0 30px;
  max-width: 700px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 992px) {
  .page-template-timeline .page-desc {
    margin: auto;
    margin-bottom: 150px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }
}
.page-template-timeline .timeline-wrapper {
  position: relative;
  margin: auto;
  padding: 0 30px;
  max-width: 1200px;
}
.page-template-timeline .timeline {
  position: relative;
}
.page-template-timeline .timeline:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #219653;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-template-timeline .timeline:first-child::before {
    content: none;
  }
}
.page-template-timeline .timeline-year {
  position: relative;
  padding: 25px 0;
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-year {
    padding: 0;
  }
}
.page-template-timeline .timeline-year::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #219653;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-year::before {
    content: none;
  }
}
.page-template-timeline .timeline-year .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 20px;
  width: 95px;
  height: 95px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1.62px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-year .text {
    width: 109px;
    height: 109px;
    border-width: 1.86px;
  }
}
.page-template-timeline .timeline-month__wrapper {
  position: relative;
}
.page-template-timeline .timeline-month__wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-month__wrapper::before {
    left: 50%;
  }
}
.page-template-timeline .timeline-month__wrapper.past::before {
  background-color: #219653;
}
.page-template-timeline
  .timeline-month__wrapper.past
  .timeline-month::before {
  width: 28px;
  height: 28px;
  background-color: #219653;
  background-image: url("../img/icon-check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
}
@media (min-width: 992px) {
  .page-template-timeline
    .timeline-month__wrapper.past
    .timeline-month::before {
    right: 0;
    width: 52px;
    height: 52px;
    background-size: 25px 20px;
  }
}
.page-template-timeline .timeline-month__wrapper.future .timeline-content {
  background-color: #4a7aa1;
}
.page-template-timeline
  .timeline-month__wrapper.future
  .timeline-month::before {
  width: 20px;
  height: 20px;
  background: #2c6a9e;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .page-template-timeline
    .timeline-month__wrapper.future
    .timeline-month::before {
    width: 30px;
    height: 30px;
  }
}
.page-template-timeline
  .timeline-month__wrapper.future
  .timeline-content::after {
  background-color: #4a7aa1;
}
.page-template-timeline .timeline-month__wrapper.future .timeline-title {
  color: #fff;
}
@media (min-width: 992px) and (min-width: 992px) {
  .page-template-timeline .timeline-month__wrapper.left .timeline-month {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .page-template-timeline
    .timeline-month__wrapper.left
    .timeline-month::before {
    left: auto;
    right: 0px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .page-template-timeline
    .timeline-month__wrapper.left
    .timeline-content::after {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }
  .page-template-timeline .timeline-month__wrapper.left .background-image {
    left: 75%;
  }
  .page-template-timeline .timeline-month__wrapper.left .background-image img {
    margin: auto
  }
  .page-template-timeline .timeline-month__wrapper.right .timeline-month {
    margin-left: auto;
  }
  .page-template-timeline .timeline-month__wrapper.right .background-image {
    left: 25%;
  }
}
.page-template-timeline .timeline-month {
  position: relative;
  text-align: left;
  padding: 25px 0 25px 25px;
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-month {
    width: 50%;
    padding: 50px 0 50px 50px;
  }
}
.page-template-timeline .timeline-month .month {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-month .month {
    margin-bottom: 28px;
    font-size: 25px;
  }
}
.page-template-timeline .timeline-content {
  position: relative;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-content {
    padding: 30px;
  }
}
.page-template-timeline .timeline-month::before,
.page-template-timeline .timeline-content::after {
  position: absolute;
  content: "";
  top: 50%;
}
.page-template-timeline .timeline-month::before {
  margin-top: 16px;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-month::before {
    margin-top: 32px;
    left: 0px;
  }
}
.page-template-timeline .timeline-content::after {
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-content::after {
    width: 20px;
    height: 20px;
  }
}
.page-template-timeline .timeline-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-title {
    font-size: 20px;
  }
}
.page-template-timeline .timeline-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0b3162;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background .3s ease-in-out;
}
.page-template-timeline .timeline-link:hover {
  background-color: #219653;
}
@media (min-width: 992px) {
  .page-template-timeline .timeline-link {
    font-size: 20px;
  }
}
.page-template-timeline .timeline-video,
.page-template-timeline .timeline-image,
.page-template-timeline .timeline-carousel {
  margin-top: 20px;
}
.page-template-timeline .timeline-carousel .timeline-video,
.page-template-timeline .timeline-carousel .timeline-image {
  margin-top: 0;
}
.page-template-timeline .timeline-video video {
  width: 100%;
}
.page-template-timeline .timeline-carousel__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-template-timeline .timeline-carousel .slick-slide {
  height: auto;
}
.page-template-timeline .timeline-carousel__control .btn-carousel {
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.page-template-timeline .timeline-carousel__control .btn-carouse path {
  transition: fill .3s ease-in-out;
}
.page-template-timeline .timeline-carousel__control .btn-carousel:hover path {
  fill: #0b3162;
}
.page-template-timeline .timeline-carousel__control .btn-carousel:focus {
  outline: none;
}
.page-template-timeline .timeline-carousel__control .carousel-number {
  color: #000;
  font-size: 20px;
}
.page-template-timeline .timeline .background-image {
  padding: 30px 0 30px 25px;
}
.page-template-timeline section.partners {
  background: #fff;
}
@media (min-width: 992px) {
  .page-template-timeline .timeline .background-image {
    padding: 20px 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
    width: 100%;
  }
}

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