.carousel-indicators li {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

#home-video {
  background-color: #575756;
  height: 310px;
}

.video-wrapper {
  height: 220px !important;
  width: 100%;
}

.post-list-title-ppal {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #AF2367 !important;
  font-size: 1.5em !important;
}

.post-list-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #005393 !important;
  font-size: 1.5em !important;
}

.ppal .post-date,
.old .post-date {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  color: #444644;
}

.ppal .post .card-title,
.old .post .card-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #AF2367;
}

.review {
  font-family: Arial, sans-serif;
  color: #444644;
}

.old .post-date {
  font-size: 1em;
}

.old .post .card-title {
  font-size: 1em;
}

.old .post .card-text {
  font-size: 1em;
}

.card.post {
  border: none;
}

.post .card-footer {
  background-color: transparent;
  border: none;
}

.post .card-footer a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #AF2367;
  font-weight: bold;
}

.post-ppal-line-h {
  display: block;
  color: #005393 !important;
  background-color: #005393 !important;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin-top: 0;
}

.post-old-line-1,
.post-old-line-2,
.post-old-line-3,
.post-ppal-line {
  display: block;
  color: #005393 !important;
  background-color: #005393 !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 90%;
}

@media only screen and (min-width: 990px) {
  .post-old-line-2,
  .post-ppal-line {
    display: block;
  }

  .post-old-line-3 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .post-old-line.even,
  .post-ppal-line {
    display: block;
  }

  .post-old-line.odd {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-video {
    height: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .post-old-line.even {
    display: none;
  }

  .post-old-line.odd,
  .post-ppal-line {
    display: none;
  }

  #home-video {
    height: 1100px;
  }

  .video-wrapper {
    height: 310px !important;
  }
}

@media only screen and (max-width: 768px) {
  .post-data {
    position: relative;
  }
}

