
a.btn {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.news-articles-sticky-nav {
  background-color: #252525;
}

@media (min-width: 769px) {
  .news-articles-sticky-nav {
    left: 0;
    padding-top: 95px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
}

a.carousel-control.news-carousel-control.icon-no-background {
  background: none;
}
a.carousel-control.right.news-carousel-control {
  background-image: none;
}

a {
  background-color: transparent;
}

a:hover {
  color: #000;
}

@media (max-width: 1200px) {
  .c-blu,
  .h-c-blu {
    position: relative;
  }
}

@media (max-width: 767px) {
  .news-articles-menu-container {
    display: block !important;
    overflow-x: scroll;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .news-articles-menu {
    display: inline-flex;
    width: 100%;
  }

  .news-articles-menu li {
    display: inline-table;
  }
}

@media (min-width: 1025px) {
  .article-container {
    padding-top: 105px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .article-container {
    padding-top: 150px;
  }
}

.news_articles .top {
  background-color: #252525;
}

.news_articles .tag--small {
  padding: 5px 17px;
}

.news_articles .btn--wbdr {
  padding: 0.425rem 3.25rem 0.35rem !important;
}

.news_articles .btn--wbdr.btn--drk {
  background-color: #252525 !important;
}

.news_articles .btn--wbdr.btn--drk:hover {
  border-color: white;
}

.detail-article .top {
  background-color: #252525;
}

.news-articles-grid {
  margin: 0 auto;
}

.container.news-articles-container {
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-load-more {
  background-color: white;
  border: 7px solid #dddcdc;
  color: #666666;
  font-size: 20px;
  font-weight: 100;
  line-height: 45px;
  padding: 0 60px;
}

.btn.btn-load-more > i {
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn.btn-load-more.load-more-active > i {
  animation: spin 2s infinite;
  display: inline-block;
  margin: auto 0;
  width: 21px;
}

.btn.btn-load-more.load-more-active > span {
  margin-right: 5px;
}

.btn.btn-load-more > i {
  display: none;
}

img {
  margin: 0;
  max-width: 100%;
}

.btn.btn-load-more:hover {
  background-color: #009fdf;
  color: white;
}

.btn.btn-tag, .btn.btn-tag-big {
  background-color: #1a1a1a;
  border-radius: 0;
  color: white;
  line-height: 2.1rem;
  padding: 0.280rem 1.5rem .125rem;
}

.btn.btn-tag:hover, .btn.btn-tag-big:hover {
  background-color: #1a1a1a;
  color: #009fdf;
}

.news-article-video {
  background-image: url(../images/large_play-button-rounded.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.news-article-item {
  border-bottom: 7px solid #dddcdc;
  margin-bottom: 20px;
  margin-left: 15px;
  width: 360px;
}
@media (max-width: 992px) {

  .news-article-item {
    margin-left: 0px;
    width: 300px;
  }
}
@media (max-width: 630px) {

  .news-article-item {
    width: 250px;
  }
}
@media (max-width: 530px) {

  .news-article-item {
    width: 320px;
  }
}
@media (max-width: 370px) {

  .news-article-item {
    width: 280px;
  }
}

.news-article-item iframe {
  max-width: 100%;
}

.news-article-item img {
  border-radius: 3px;
  height: auto;
}

@media (max-width: 767px) {

  .article-details-heading iframe,
  .article-details-heading object,
  .article-details-heading embed,
  .article-details-heading video {
    width: 100%;
  }
}

.separator-bar {
  min-height: 7px;
}

.selected-news-tail {
  border-bottom: 7px solid #cccccc;
  display: none;
}

.selected-news-tail-arrow {
  display: none;
}

@media (max-width: 767px) {
  .selected-news-tail {
    position: relative;
    top: 3px;
  }
}

@media (min-width: 768px) {
  .selected-news-tail,
  .selected-news-tail-arrow {
    display: block;
  }
}

.arrow-down {
  color: #cccccc;
  height: 0;
  top: -8px;
}

@media(min-width: 481px) and (max-width:769px) {
  .carousel-inner {
    min-height: 400px;
  }
}

@media(max-width: 480px) {
  .carousel-inner {
    min-height: 350px
  }
}

.news-carousel-img {
  align-items: center;
  display: flex;
  height: 180px;
}

@media(min-width: 480px) and (max-width: 767px) {
  .news-carousel-img {
    height: 300px
  }
}

@media(min-width: 768px) and (max-width: 1024px) {
  .news-carousel-img {
    height: 120px
  }
}

@media (min-width: 580px) {
  .news-carousel-img {
    align-items: baseline;
  }
}

.carousel-control.news-carousel-control:hover, .carousel-control.news-carousel-control:active, .carousel-control.news-carousel-control:focus {
  color: #000;
}

.carousel-control.news-carousel-control {
  color: #000;
  font-size: 2.2rem;
  opacity: 0.5;
  position: absolute;
  top: 90px;
  z-index: 1;
}

@media (max-width: 769px) and (min-width: 481px) {
  .carousel-control.news-carousel-control {
    top: 240px;
  }
}

.carousel-control.news-carousel-control.right {
  right: 0;
}

.carousel-control.news-carousel-control.left { left: 0; }

.widget-option iframe {
  width: 100%;
}

#featured-article img,
.news-article-item img,
.widget-option img {
  max-height: 470px;
}

@media (min-width: 320px) and (max-width: 499px) {

  .share-icons {
    margin-left: 10%;
  }
}
@media (min-width: 500px) and (max-width: 768px) {

  .share-icons {
    margin-left: 25%;
  }
}
@media (min-width: 769px) {

  .share-icons {
    margin-left: 39.33%;
  }
}

.article-body li > p {
  display: inline;
}

.article-body img {
  height: 100%;
}

.article-body iframe,
.article-body object,
.article-body embed,
.article-body video {
  width: 100%;
}

@media (min-width: 769px) {

  .article-body {
    margin-left: 23.5%;
    width: 54%;
  }
}

@media (max-width: 1199px) {

  #gp-header .grid {
    margin: 0;
  }

  #gp-header .grid-wrap.pos-r {
    background-color: black;
  }
}

#featured-article,
#featured-article .read-more-button,
#featured-article .read-more-button:hover,
#featured-article .read-more-button:active {
  background-color: rgb(37, 37, 37);
}

#featured-article .read-more-button {
  padding: .425rem 3.25rem .35rem !important
}

#featured-article img {
  margin: 0 auto;
  width: auto;
}
