st/*
*  @filename: news-events-owl-sliders.css
*
*/
.owl-prev.disabled {
  display: none;
}

.owl-next.disabled {
  display: none;
}

.view-news-and-events-for-industries-and-services .view-content.owl-carousel {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.view-news-and-events-for-industries-and-services .view-content.owl-carousel .owl-item {
  float: left;
  padding: 0 15px;
}

.not-front .owl-item .views-field.views-field-type {
  font-size: 16px;
  line-height: 20px;
}

.not-front .owl-item .views-field.views-field-title a {
  font-size: 20px;
  line-height: 24px;
}

.view-news-and-events-for-industries-and-services .view-content .views-field.views-field-field-industry-icon {
  width: 50px;
  height: 50px;
}

.owl-carousel .owl-item img {}

.view-news-and-events-for-industries-and-services .view-content.owl-carousel {
  position: relative;
}

.view-news-and-events-for-industries-and-services .view-content.owl-carousel .owl-nav {
  font-family: 'fontAwesome';
  font-size: 24px;
  color: #1C74B7;
}

.view-news-and-events-for-industries-and-services .view-content.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  bottom: -20px;
  transform: translate(0, 100%);
  left: 0;

  // fa-chevron-left
  content: "\f053";
}

.view-news-and-events-for-industries-and-services .view-content.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  bottom: -20px;
  transform: translate(0, 100%);
  right: 0;

  //fa-chevron-right
  content: "\f054";
}

@media (min-width: 768px) {
  .view-news-and-events-for-industries-and-services .view-content.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: inherit;
    top: 50%;
    transform: translate(-45%, -50%);
  }

  .view-news-and-events-for-industries-and-services .view-content.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: inherit;
    top: 50%;
    transform: translate(45%, -50%);
  }
}

.view-news-and-events-for-industries-and-services .view-empty {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #323232;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  clear: both;
  margin: 0 40px 0 40px;
}

.page-events-archives h1.page-title,
.page-pressroom h1.page-title {
  display: none;
}

.view-news-and-events-for-industries-and-services .views-row .views-field-field-industry-icon {
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.view-news-and-events-for-industries-and-services .views-row .views-field-field-industry-icon img {
  float: none;
  margin-right: 0;
}

.view-news-and-events-for-industries-and-services .views-row .views-field-type {
  display: inline-block;
  float: left;
  clear: right;
}
