span.datapt-blue {color:#1CA4DD;}

.dataDashboard .carousel-control-next-icon, .dataDashboard .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);}


.contact-box i {margin-right:10px;}

.card-img {padding:.9rem;height:90%}

.jumbotron {max-width:100%;margin:0px;}


/* Carousel */

#dataCarousel .carousel-control-prev {
  margin-left: -25px;
}

#dataCarousel .carousel-control-next {
  margin-right: -25px;
}

#dataCarousel  img {width:100%;height: 20vw;}
#dataCarousel .carousel-inner {width:auto;
  margin-left: 85px;
  margin-right: 85px;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
      display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.3333333333%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.3333333333%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
transform: translateX(0);
}

/*End Carousel */

/* Featured Report */

.featured-report .img-thumbnail {max-height:300px;}

.featured-thumb img {max-height:400px;}


hr {margin-top:4rem;margin-bottom:3rem;}



 a.link-title {font-size:1.1rem!important;text-decoration:none!important;font-weight:700!important;line-height:normal;}
 .card a.link-title {font-size:1rem!important;}
 a.link-title:hover {color:#999!important;}

 .related-topics .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}




.table-container {border-spacing:10px;}




/* Related Links */
.card .cover {height:90px;}

.featured-box {padding:.9rem 0px;}
.related-topics .card-body {padding:.9rem;}
.related-topics iframe, .related-topics embed{transform: translate3d(0, 0, 0)}



@media (min-width: 576px)
{.jumbotron {
  padding: 2rem 1rem;
}
}

.jumbotron-data {margin:-60px 0 50px 0;}

.jumbotron-data .lead {font-size:1rem;line-height:1.5;}

.jumbotron-data h1 {font-size:1.8rem;font-weight:500;margin-bottom:0px;color:#696969;}

@media screen and (min-width: 992px) {
  .jumbotron-data h1 {font-size:3.2rem;}
 }

 @media screen and (min-width: 768px) {
  .jumbotron-data h1 {font-size:2.5rem;}
 }

 @media screen and (min-width: 768px) {
  .jumbotron-data div.border-header {border-right:1px solid #dee2e6;}
 }

.jumbotron-data p {margin-bottom:0px;}







/*.carousel-item {display: flex;flex-direction: column;}*/
