/* 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;
}

/* Slide 159 (#1) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-159-c2fe3cb5"] */
.slide[data-cid=slide-159-c2fe3cb5] {
  /* Styling for the hidden content */
  /* Styling for the Featured Insights Panels */
  /* Styling for the subscribe button */
}
.slide[data-cid=slide-159-c2fe3cb5] .box-159 {
  border-left: 5px solid #2196F3;
}
.slide[data-cid=slide-159-c2fe3cb5] #moreProfileContent {
  opacity: 1;
  max-height: 2000px;
  /* Set a maximum height to allow smooth animation */
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s linear;
}
.slide[data-cid=slide-159-c2fe3cb5] #moreProfileContent.hide {
  opacity: 0;
  max-height: 0;
}
.slide[data-cid=slide-159-c2fe3cb5] #showMoreProfileContent {
  opacity: 1;
  max-height: 20px;
  /* Set a maximum height to allow smooth animation */
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s linear;
}
.slide[data-cid=slide-159-c2fe3cb5] #showMoreProfileContent.hide {
  opacity: 0;
  max-height: 0;
  display: none;
}
.slide[data-cid=slide-159-c2fe3cb5] .ql-font-nunito-sans {
  color: #fafafa;
}
.slide[data-cid=slide-159-c2fe3cb5] .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-159-c2fe3cb5] .box-77:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.slide[data-cid=slide-159-c2fe3cb5] .box-77 .thumbnail-77 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.slide[data-cid=slide-159-c2fe3cb5] .box-77 .thumbnail-77 img {
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
  transition: 0.5s;
}
.slide[data-cid=slide-159-c2fe3cb5] .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-159-c2fe3cb5] .box-77:hover .thumbnail-77.video:after {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
.slide[data-cid=slide-159-c2fe3cb5] .box-77 .author-77 {
  border-top: 1px solid #444444;
}
.slide[data-cid=slide-159-c2fe3cb5] .box-77 .avatar-77 {
  position: absolute;
  top: 18px;
  left: 0;
}
.slide[data-cid=slide-159-c2fe3cb5] .details-77 {
  padding: 20px 18px 15px;
  background-color: rgba(12, 12, 12, 0.7);
  border-radius: 0 0 6px 0;
}
.slide[data-cid=slide-159-c2fe3cb5] .details-77 .cell {
  text-align: left;
}
.slide[data-cid=slide-159-c2fe3cb5] .startButtonState {
  cursor: not-allowed;
  pointer-events: none;
}
.slide[data-cid=slide-159-c2fe3cb5] .disabledButton {
  cursor: not-allowed;
  background-color: rgba(241, 95, 104, 0.5) !important;
  pointer-events: none;
  color: white;
}
.slide[data-cid=slide-159-c2fe3cb5] .failedButton {
  cursor: not-allowed;
  background-color: rgba(241, 95, 104, 0.5) !important;
  pointer-events: none;
  color: white;
}
.slide[data-cid=slide-159-c2fe3cb5] .sendingButton {
  cursor: not-allowed;
  background-color: rgba(255, 204, 78, 0.25) !important;
  pointer-events: none;
  color: white;
}
.slide[data-cid=slide-159-c2fe3cb5] .sentButton {
  cursor: not-allowed;
  background-color: rgba(4, 159, 48, 0.75) !important;
  pointer-events: none;
  color: white;
}

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