#rightcol div.card {
  margin-bottom: 1rem;
}

#rightcol div.card-header {
  font-weight: bold;
  padding: 12px;
}

#carousel {
  height: 64px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  cursor: pointer;
}

#carousel img {
  width: 40%;
  opacity: 0.5;
  margin-left: 3%;
}

#carousel:hover img {
  opacity: 0.6;
}

#newsfeed {
  max-height: 300px;
  overflow: hidden;
  padding-right: 10px;
}
#newsfeed iframe.youtube {
  width: 430px;
  height: 242px;
}
#newsfeed video {
  width: 100%;
}

div.news_topic .card-header {
  padding: 0.7rem;
}
div.news_topic .card-header small {
  color: #FFF;
  display: block;
  margin-left: 0.2rem;
  font-size: 0.7rem;
}

div.news_topic .card-body img {
  max-width: 100%;
  max-height: 400px;
}

div.news_topic a.newsfeed_image {
  text-align: center;
  display: none;
}

#news_pagination nav {
  margin: 0 auto;
}

div.bottom_fade {
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  z-index: 10;
}

div.bottom_fade div.button_wrapper {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

div.latest_posts small.new_post {
  font-size: 0.6rem !important;
  font-weight: bold;
  color: #FFF;
  background-color: #ff4700;
  border-radius: 4px;
  padding: 2px 4px;
  white-space: nowrap;
}

div.links a {
  width: 72px;
  height: 72px;
  margin-left: 20px;
  display: block;
  float: left;
  border-radius: 5px;
}

div.links a img {
  width: 100%;
}

div.links a:hover {
  text-decoration: none;
}

@media (min-width: 576px) {
  #carousel {
    height: 85px;
  }

  #newsfeed {
    max-height: initial;
    margin-bottom: 20px;
  }

  div.bottom_fade {
    display: none;
  }

  div.news_topic a.newsfeed_image {
    display: block;
  }

  #newsfeed iframe.youtube {
    width: 476px;
    height: 268px;
  }

  div.links a {
    width: 48px;
    height: 48px;
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  #carousel {
    height: 113px;
  }

  #newsfeed iframe.youtube {
    width: 656px;
    height: 369px;
  }
}
@media (min-width: 992px) {
  #carousel {
    height: 151px;
  }

  #newsfeed iframe.youtube {
    width: 656px;
    height: 369px;
  }
}
@media (min-width: 1200px) {
  #carousel {
    height: 180px;
  }

  #newsfeed iframe.youtube {
    width: 790px;
    height: 444px;
  }
}

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