/* 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-4aa710ae"] */
.slide[data-cid=slide-48-4aa710ae] .flex-48 .material-icons {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 72px;
}

/* Slide 99 (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-99-afb00b62"] */
.slide[data-cid=slide-99-afb00b62] a.box-99:active, .slide[data-cid=slide-99-afb00b62] a.box-99:focus {
  outline: none;
}
.slide[data-cid=slide-99-afb00b62] a.box-99:hover {
  opacity: 1;
}
.slide[data-cid=slide-99-afb00b62] .thumbnail-99 {
  position: relative;
}
.slide[data-cid=slide-99-afb00b62] .thumbnail-99 img {
  width: 100%;
  height: 100%;
}
.slide[data-cid=slide-99-afb00b62] .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-afb00b62] .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-afb00b62] .more-99 {
  position: absolute;
  bottom: 5px;
  z-index: 15;
  text-align: left;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide 99 (#5) */
#leadership-testi-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#leadership-testi-byline {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#leadership-testi-byline-headshot {
  display: inline-block;
  width: 45px;
  height: 100%;
  vertical-align: middle;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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