/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks-nga/featured-events-carousel/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/**
 * Deps: slick-carousel
 */
.featured-events {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
@media (max-width: 480px) {
  .featured-events {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-events .featured-event {
  width: 650px;
  max-width: 100%;
  padding: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .featured-events .featured-event {
    max-width: 50%;
  }
}
.featured-events.slick-initialized {
  text-align: left;
}
.featured-events.slick-initialized .featured-event {
  max-width: calc(100vw - 60px);
  width: auto;
  display: block !important;
  margin: 0 auto !important;
}
@media (min-width: 560px) {
  .featured-events.slick-initialized .featured-event {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .featured-events.slick-initialized .featured-event {
    max-width: 620px;
    width: auto;
  }
}
.featured-events .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  border: 0;
  background: #97C029;
  color: #fff;
  border-radius: 50%;
}
.featured-events .slick-arrow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: inherit;
  text-align: center;
  font-weight: 300;
}
.featured-events .slick-arrow.slick-prev {
  left: -40px;
  text-indent: -10000em;
}
.featured-events .slick-arrow.slick-prev:before {
  content: "\f053";
}
.featured-events .slick-arrow.slick-next {
  right: -40px;
  text-indent: -10000em;
}
.featured-events .slick-arrow.slick-next:before {
  content: "\f054";
}
.featured-events .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
@media (max-width: 480px) {
  .featured-events .slick-arrow.slick-prev {
    left: -30px;
  }
  .featured-events .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (min-width: 1380px) {
  .featured-events .slick-arrow.slick-prev {
    left: -60px;
  }
  .featured-events .slick-arrow.slick-next {
    right: -60px;
  }
}

.featured-event {
  text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.featured-event > .inner-container {
  position: relative;
  height: 0;
  padding-bottom: 85%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.featured-event .bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  transition: 0.3s ease all;
  padding: 30px;
}
.featured-event .bottom-bar .event-title {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.featured-event .bottom-bar a {
  color: inherit;
  text-decoration: none;
}
.featured-event .hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  opacity: 0;
  transform: scale(1.05);
  transition: 0.3s ease all;
  z-index: 2;
}
.featured-event .hover .link-overlay {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-event .hover .header .event-title {
  margin: 0.5em 0 0.25em;
  font-size: 22px;
}
.featured-event .hover .header .location {
  font-size: 14px;
  display: none;
}
@media (min-width: 992px) {
  .featured-event .hover .header .location {
    display: block;
  }
}
.featured-event .hover .header a {
  color: inherit;
  text-decoration: none;
}
.featured-event .hover .details-box {
  margin-top: 30px;
  background: #457C4D;
  color: #fff;
  padding: 30px;
}
.featured-event .hover .details-box .date {
  text-transform: uppercase;
}
.featured-event .hover .details-box .description {
  margin-top: 15px;
  line-height: 15px;
  font-size: 12px;
}
.featured-event .hover .button-container {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .featured-event .hover .button-container {
    padding-top: 30px;
  }
}
.featured-event .icon {
  background: no-repeat center center;
  height: 30px;
}
.featured-event.tribe_events_cat-conference .icon {
  background-image: url(images/icon-conference.svg);
}
.featured-event.tribe_events_cat-webinar .icon {
  background-image: url(images/icon-webinar.svg);
}
.featured-event > .inner-container:hover .bottom-bar {
  opacity: 0;
}
.featured-event > .inner-container:hover .hover {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1070px) and (min-width: 768px) {
  .featured-event .hover .icon {
    height: 20px;
    background-size: contain;
  }
  .featured-event .hover .header .event-title {
    font-size: 20px;
  }
  .featured-event .hover .header .location {
    font-size: 14px;
  }
  .featured-event .hover .button-container {
    margin-top: 10px;
  }
  .featured-event .hover .button-container .button {
    padding: 10px 30px;
  }
  .featured-event .hover .details-box {
    margin-top: 10px;
    padding: 20px;
  }
  .featured-event .hover .details-box .date {
    font-size: 12px;
  }
  .featured-event .hover .details-box .description {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (max-width: 600px) {
  .featured-event .hover {
    padding: 10px 20px;
  }
  .featured-event .hover .icon {
    height: 20px;
    background-size: contain;
  }
  .featured-event .hover .header .event-title {
    font-size: 20px;
  }
  .featured-event .hover .header .location {
    font-size: 14px;
  }
  .featured-event .hover .button-container {
    margin-top: 10px;
  }
  .featured-event .hover .button-container .button {
    padding: 10px 30px;
  }
  .featured-event .hover .details-box {
    padding: 10px;
    margin-top: 10px;
  }
  .featured-event .hover .details-box .date {
    font-size: 12px;
  }
  .featured-event .hover .details-box .description {
    display: none;
  }
}
