﻿.hero-slider-3 {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  position: relative;
}
.hero-slider-3 .hero-content {
  height: 750px;
}
.hero-slider-3 .hero-content .owl-carousel {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, #000000 88%), url(../global/assets/svg/inside_menu_dark.svg);
  background-color: var(--Concacaf_dark_grey);
  height: 100% !important;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer {
  height: 100%;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, #000000 88%);
  justify-content: center;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .embed-responsive {
  height: calc(100% - 125px);
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info img {
  object-position: top;
  object-fit: cover;
  margin: 0 auto;
  z-index: -1;
  width: auto;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper {
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  top: 50%;
  right: 0;
  left: 0;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper small {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  letter-spacing: 0.4px;
  display: inline-block;
  border-radius: 3px;
  line-height: 16px;
  padding: 5px 10px;
  font-size: 13px;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper h2 {
  font-family: 'CircularStd_Bold';
  letter-spacing: -0.06px;
  margin-bottom: 10px;
  line-height: 60px;
  max-height: 120px;
  overflow: hidden;
  font-size: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper a {
  font-family: 'CircularStd_Bold';
  display: inline-flex;
  align-items: center;
  line-height: 16px;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper a i {
  margin-left: 10px;
  margin-right: 5px;
  transition: 0.5s;
  font-size: 10px;
}
.hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper a:hover i {
  margin-left: 15px;
  margin-right: 0;
}
.hero-slider-3 .hero-content .owl-carousel .owl-nav:not(.disabled) {
  display: block;
}
.hero-slider-3 .hero-content .owl-carousel .owl-nav:not(.disabled) button {
  transform: translateY(-50%);
  position: absolute;
  transition: 0.5s;
  outline: none;
  margin: 0 5px;
  border: none;
  opacity: 0.5;
  color: #fff;
  z-index: 3;
  top: 50%;
}
.hero-slider-3 .hero-content .owl-carousel .owl-nav:not(.disabled) button.owl-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 10px;
}
.hero-slider-3 .hero-content .owl-carousel .owl-nav:not(.disabled) button.owl-next {
  right: 10px;
}
.hero-slider-3 .hero-content .owl-carousel .owl-nav:not(.disabled) button:hover {
  opacity: 1;
}
.hero-slider-3 .hero-content .owl-carousel .owl-nav:not(.disabled) button:hover.owl-prev {
  margin-left: 0;
  margin-right: 10px;
}
.hero-slider-3 .hero-content .owl-carousel .owl-nav:not(.disabled) button:hover.owl-next {
  margin-left: 10px;
  margin-right: 0;
}
.hero-slider-3 .hero-content .owl-carousel .owl-dots:not(.disabled) {
  transform: translateX(-50%);
  position: absolute;
  display: none;
  bottom: 15px;
  left: 50%;
}
.hero-slider-3 .hero-content .owl-carousel .owl-dots:not(.disabled) .owl-dot {
  background-color: #fff;
  margin-right: 15px;
  border-radius: 50%;
  transition: 0.5s;
  outline: none;
  opacity: 0.3;
  height: 8px;
  width: 8px;
}
.hero-slider-3 .hero-content .owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  border-radius: 4px;
  width: 16px;
  opacity: 1;
}
.hero-slider-3 .hero-content .info-summary {
  margin-bottom: 15px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero-slider-3 .hero-content .info-summary .owl-dot {
  transition: 0.5s;
  cursor: pointer;
  flex-basis: 0;
  opacity: 0.6;
  flex-grow: 1;
}
.hero-slider-3 .hero-content .info-summary .owl-dot:hover,
.hero-slider-3 .hero-content .info-summary .owl-dot.active {
  opacity: 1;
}
.hero-slider-3 .hero-content .info-summary .owl-dot .n-head {
  align-items: flex-end;
  display: flex;
  height: 72px;
}
.hero-slider-3 .hero-content .info-summary .owl-dot .n-head div {
  font-family: 'CircularStd_Bold';
  letter-spacing: -0.1px;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.hero-slider-3 .hero-content .info-summary .owl-dot .n-bottom {
  flex-direction: column;
  display: flex;
  color: #fff;
}
.hero-slider-3 .hero-content .info-summary .owl-dot .n-bottom .tag {
  align-items: flex-end;
  margin-top: 5px;
  display: flex;
  height: 32px;
}
.hero-slider-3 .hero-content .info-summary .owl-dot .n-bottom .tag small {
  font-family: 'CircularStd_Bold';
  letter-spacing: 0.2px;
  line-height: 16px;
  overflow: hidden;
  max-height: 32px;
  font-size: 10px;
  opacity: 0.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hero-slider-3 .hero-content .info-summary .owl-dot .n-bottom time {
  letter-spacing: 0.2px;
  line-height: 16px;
  overflow: hidden;
  font-size: 10px;
  height: 16px;
  opacity: 0.5;
}
/*MEDIA QUERIES*/
@media (max-width: 991.98px) {
  .hero-slider-3 .hero-content {
    height: 516px;
  }
  .hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper h2 {
    line-height: 40px;
    max-height: 80px;
    font-size: 30px;
  }
  .hero-slider-3 .hero-content .owl-carousel .owl-dots:not(.disabled) {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-3 .hero-content {
    height: 400px;
  }
  .hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .embed-responsive {
    height: calc(100% - 45px);
  }
  .hero-slider-3 .hero-content .owl-carousel .owl-nav:not(.disabled) {
    display: none;
  }
  .hero-slider-3 .hero-content .owl-carousel .owl-dots:not(.disabled) {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .hero-slider-3 .hero-content {
    height: 300px;
  }
  .hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper small {
    line-height: 14px;
    font-size: 12px;
  }
  .hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper h2 {
    line-height: 30px;
    max-height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 425.98px) {
  .hero-slider-3 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper small {
    display: none;
  }
}