/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.timeline-list {
  font-family: Open Sans;
  margin-top: 3rem;
}

.timeline-list h2 {
  color: #004987;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 3.3rem;
  padding-left: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list h2 {
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1440px) {
  .timeline-list h2 {
    padding-left: 0;
  }
}

.timeline-list h3.secondary-title.field-title {
  color: #004987;
  font-weight: 300;
  font-size: 4.2rem;
  padding-bottom: 3rem;
  padding-top: 1rem;
  line-height: 5.04rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list h3.secondary-title.field-title {
    padding-top: 0;
  }
}

.timeline-list .timeline {
  margin-bottom: 2rem;
}

.timeline-list .timeline > .even {
  background-color: #f5f5f5;
}

.timeline-list .timeline > .even .timeline__item:after {
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5;
  border-width: 0.7rem;
}

.timeline-list .timeline h3.field-description {
  color: #004987;
}

.timeline-list .timeline__item {
  position: relative;
  padding-bottom: 3rem;
  padding-top: 1rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list .timeline__item {
    padding-left: 4rem;
    padding-right: 8rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 44rem;
  }
}

.timeline-list .timeline__item > .info {
  padding-right: 2rem;
  padding-left: 4rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list .timeline__item > .info {
    border-style: solid;
    border-right-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 1440px) {
  .timeline-list .timeline__item > .info {
    padding-right: 8rem;
    padding-left: 10rem;
    min-width: 75.3rem;
  }
}

.timeline-list .timeline__item:before {
  position: absolute;
  height: 100%;
  width: 1px;
  bottom: 0;
  content: '';
  background: url("../images/large-dash-border.svg") repeat-y;
  left: 2rem;
  top: 6.3rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list .timeline__item:before {
    left: 6rem;
    top: 8.3rem;
  }
}

.timeline-list .timeline__item:after {
  position: absolute;
  border-color: #fff;
  border-style: solid;
  content: '';
  background: #d8d8d8;
  left: 0.7rem;
  top: 3.5rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 2.8rem;
  border-width: 0.7rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list .timeline__item:after {
    left: 4.7rem;
    top: 5.6rem;
  }
}

.timeline-list .timeline__item p {
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 1.5rem;
  font-family: Open Sans;
  font-weight: 100;
  text-align: left;
  color: #666;
}

.timeline-list .timeline__links {
  border-style: none;
  margin-top: 4rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list .timeline__links {
    padding-left: 6rem;
    margin-top: 0;
  }
}

.timeline-list .timeline__links .list-group {
  padding-left: 2.5rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list .timeline__links .list-group {
    padding-left: 6rem;
  }
}

.timeline-list .timeline__links .list-group-item {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .timeline-list .timeline__links .list-group-item {
    max-width: 25.7rem;
  }
}

.timeline-list .timeline__links .list-group-item:before {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #666;
  content: '';
}

.timeline-list .timeline__links .list-group-item:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid transparent;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.timeline-list .timeline__links .list-group-item:hover:after {
  width: 100%;
  border-color: #004987;
}

.timeline-list .timeline__links .list-group-item a {
  padding-left: 0;
  font-size: 1.6rem;
  color: #485F78;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  text-decoration: none;
  margin-right: 2rem;
}

.timeline-list .timeline__links .list-group-item a:after {
  position: absolute;
  font-size: 1.6rem;
  color: #485F78;
  right: 0;
  font-family: FontAwesome;
  content: '\f178';
}

.timeline-list .timeline__links .list-group-item a:hover {
  color: #004987;
}

.timeline-list .timeline .last .timeline__item:before {
  background: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  .component.timeline-list {
    min-width: 100%;
  }

  .timeline__item > div.col-lg-8 {
    max-width: 66.66%;
  }
}
