/* Global Header */
.byline {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.headshot {
  display: inline-block;
  width: 45px;
  height: 100%;
  vertical-align: middle;
}

.byline-actual {
  display: inline-block;
  width: calc(100% - 55px);
  height: 100%;
  vertical-align: middle;
}

.fa-theme-g1LightToDark {
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #ffcc4e;
  --fa-secondary-color: #f15f68;
}

.fa-theme-g1DarkToLight {
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #f15f68;
  --fa-secondary-color: #ffcc4e;
}

.fa-theme-g1BlueToWhite {
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #0babe3;
  --fa-secondary-color: #ffffff;
}

.fa-theme-g1WhiteToBlue {
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #ffffff;
  --fa-secondary-color: #0babe3;
}

.arrows {
  width: 30px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
}

.arrows path {
  stroke: #0babe3;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.pole .navigation.default li:after {
  background: #0babe3;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: #0babe3 !important;
}

.video-container {
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Why GroupOne (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-99-e76d3717"] */
.slide[data-cid=slide-99-e76d3717] a.box-99:active, .slide[data-cid=slide-99-e76d3717] a.box-99:focus {
  outline: none;
}
.slide[data-cid=slide-99-e76d3717] a.box-99:hover {
  opacity: 1;
}
.slide[data-cid=slide-99-e76d3717] .thumbnail-99 {
  position: relative;
}
.slide[data-cid=slide-99-e76d3717] .thumbnail-99 img {
  width: 100%;
  height: 100%;
}
.slide[data-cid=slide-99-e76d3717] .blackout-99 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  z-index: 10;
}
.slide[data-cid=slide-99-e76d3717] .title-slide-99 {
  position: absolute;
  text-align: left;
  width: 80%;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 26px;
  z-index: 15;
}
.slide[data-cid=slide-99-e76d3717] .more-99 {
  position: absolute;
  bottom: 5px;
  z-index: 15;
  text-align: left;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

/* Testimonials (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-122-b6a264bd"] */
.slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-button-prev, .slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-button-next {
  position: static;
  height: 24px;
  width: 24px;
  transition: 0.15s;
}
.slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-button-prev:active, .slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-button-prev:focus, .slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-button-prev:hover, .slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-button-next:active, .slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-button-next:focus, .slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-button-next:hover {
  opacity: 1 !important;
}
.slide[data-cid=slide-122-b6a264bd] .swiper-122.swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
}
.slide[data-cid=slide-122-b6a264bd] .swiper-122.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important;
  height: 10px;
  width: 10px;
}
.slide[data-cid=slide-122-b6a264bd] .swiper-122 .swiper-pagination-bullet-active {
  background-color: #0babe3 !important;
}
.slide[data-cid=slide-122-b6a264bd].whiteSlide .swiper-122 .swiper-button-prev svg, .slide[data-cid=slide-122-b6a264bd].whiteSlide .swiper-122 .swiper-button-next svg {
  fill: #0babe3 !important;
  stroke: #0babe3 !important;
}
.slide[data-cid=slide-122-b6a264bd].whiteSlide .swiper-122 .swiper-pagination-bullet-active {
  background-color: #0babe3 !important;
}
.slide[data-cid=slide-122-b6a264bd].whiteSlide .btn-122 {
  stroke: #9D9D9D;
}
.slide[data-cid=slide-122-b6a264bd]:not(.whiteSlide) .btn-122 {
  stroke: #0babe3;
}

/* Responsive (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-126-a2b948c9"] */
.slide[data-cid=slide-126-a2b948c9] .star-126.checked {
  fill: #FFC107 !important;
}
.slide[data-cid=slide-126-a2b948c9].whiteSlide .star-126 {
  fill: #9D9D9D !important;
}
.slide[data-cid=slide-126-a2b948c9].whiteSlide .star-126.checked {
  fill: #FFC107 !important;
}

/* Featured Insights (#5) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-77-c3590dfc"] */
.slide[data-cid=slide-77-c3590dfc] .box-77 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin: 10px 0;
  -webkit-backface-visibility: hidden;
}
.slide[data-cid=slide-77-c3590dfc] .box-77:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.slide[data-cid=slide-77-c3590dfc] .box-77 .thumbnail-77 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.slide[data-cid=slide-77-c3590dfc] .box-77 .thumbnail-77 img {
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
  transition: 0.5s;
}
.slide[data-cid=slide-77-c3590dfc] .box-77 .thumbnail-77.video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/svg/video-icon.svg") no-repeat;
  background-size: 54px;
  background-position: center center;
  transition: 0.35s;
}
.slide[data-cid=slide-77-c3590dfc] .box-77:hover .thumbnail-77.video:after {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
.slide[data-cid=slide-77-c3590dfc] .box-77 .author-77 {
  border-top: 1px solid #444444;
}
.slide[data-cid=slide-77-c3590dfc] .box-77 .avatar-77 {
  position: absolute;
  top: 18px;
  left: 0;
}
.slide[data-cid=slide-77-c3590dfc] .details-77 {
  padding: 20px 18px 15px;
  background-color: rgba(12, 12, 12, 0.7);
  border-radius: 0 0 6px 0;
}
.slide[data-cid=slide-77-c3590dfc] .details-77 .cell {
  text-align: left;
}

/* Global Footer */
p a {
  color: #0babe3;
}
