﻿.hero-slider-ccf {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 16%, #000000 78%), url(../global/assets/svg/inside_menu_dark.svg);
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
}
.hero-slider-ccf .hero-content {
  position: relative;
  height: 750px;
}
.hero-slider-ccf .hero-content .owl-carousel {
  height: 100% !important;
  position: absolute;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer {
  height: 100%;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, #000 80%);
  justify-content: center;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .embed-responsive {
  height: calc(100% - 200px);
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper img {
  object-position: center top;
  position: absolute;
  object-fit: cover;
  height: 100%;
  margin: auto;
  width: auto;
  z-index: -1;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .hero-box {
  font-family: 'CircularStd_Bold';
  transform: translateY(-50%);
  flex-direction: column;
  position: relative;
  display: flex;
  color: #fff;
  top: 50%;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .hero-box small {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  letter-spacing: 0.4px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
  line-height: 16px;
  padding: 5px 10px;
  font-size: 13px;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .hero-box a {
  display: inline-block;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .hero-box a h2 {
  line-height: 60px;
  max-height: 120px;
  overflow: hidden;
  font-size: 50px;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-nav:not(.disabled) {
  display: block;
}
.hero-slider-ccf .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-ccf .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-ccf .hero-content .owl-carousel .owl-nav:not(.disabled) button.owl-next {
  right: 10px;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-nav:not(.disabled) button:hover {
  opacity: 1;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-nav:not(.disabled) button:hover.owl-prev {
  margin-left: 0;
  margin-right: 10px;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-nav:not(.disabled) button:hover.owl-next {
  margin-left: 10px;
  margin-right: 0;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-dots:not(.disabled) {
  transform: translateX(-50%);
  position: absolute;
  display: none;
  bottom: 15px;
  left: 50%;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-dots:not(.disabled) button {
  outline: none;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-dots:not(.disabled) button span {
  border-radius: 50%;
  background: #fff;
  display: block;
  height: 12px;
  opacity: 0.3;
  width: 12px;
  margin: 5px;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.hero-slider-ccf .hero-content .owl-carousel .owl-dots:not(.disabled) button.active span {
  opacity: 1;
}
.hero-slider-ccf .hero-content .info-summary {
  margin-bottom: 15px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero-slider-ccf .hero-content .info-summary .col-3 {
  flex-basis: 0;
  flex-grow: 1;
}
.hero-slider-ccf .hero-content .info-summary a {
  display: inline-block;
  transition: 0.5s;
  opacity: 0.6;
  width: 100%;
}
.hero-slider-ccf .hero-content .info-summary a .n-head {
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
  height: 72px;
}
.hero-slider-ccf .hero-content .info-summary a .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-ccf .hero-content .info-summary a .n-bottom {
  border-top: 1px solid #fff;
  flex-direction: column;
  display: flex;
  color: #fff;
}
.hero-slider-ccf .hero-content .info-summary a .n-bottom .tag {
  align-items: flex-end;
  margin-top: 5px;
  display: flex;
  height: 32px;
}
.hero-slider-ccf .hero-content .info-summary a .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-ccf .hero-content .info-summary a .n-bottom time {
  letter-spacing: 0.2px;
  line-height: 16px;
  overflow: hidden;
  font-size: 10px;
  height: 16px;
  opacity: 0.5;
}
.hero-slider-ccf .hero-content .info-summary a .n-bottom .sponsored-by div {
  line-height: 20px;
  overflow: hidden;
  font-size: 8px;
  opacity: 0.5;
  height: 20px;
}
.hero-slider-ccf .hero-content .info-summary a .n-bottom .sponsored-by img {
  max-height: 35px;
  max-width: 70px;
}
.hero-slider-ccf .hero-content .info-summary a:hover {
  opacity: 1;
}
/*MEDIA QUERIES*/
@media (max-width: 991.98px) {
  .hero-slider-ccf .hero-content {
    height: 516px;
  }
  .hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .hero-box small {
    margin-bottom: 0;
  }
  .hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .hero-box a h2 {
    line-height: 40px;
    max-height: 80px;
    font-size: 30px;
  }
  .hero-slider-ccf .hero-content .info-summary a .n-head {
    margin-bottom: 10px;
  }
  .hero-slider-ccf .hero-content .info-summary a .n-bottom .tag {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .embed-responsive {
    height: calc(100% - 60px);
  }
  .hero-slider-ccf .hero-content .owl-carousel .owl-nav:not(.disabled) {
    display: none;
  }
  .hero-slider-ccf .hero-content .owl-carousel .owl-dots:not(.disabled) {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .hero-slider-ccf .hero-content {
    height: 300px;
  }
}
@media (max-width: 425.98px) {
  .hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .hero-box small {
    line-height: 14px;
    font-size: 10px;
  }
  .hero-slider-ccf .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .hero-wrapper .hero-box a h2 {
    line-height: 30px;
    max-height: 60px;
    font-size: 20px;
  }
}