/* 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 48 (#1) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-48-5fab68ae"] */
.slide[data-cid=slide-48-5fab68ae] .flex-48 .material-icons {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 72px;
}

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