/* 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 99 (#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%);
}

/* Slide 122 (#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;
}

/* Slide 13 (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-13-9f1721ba"] */
.slide[data-cid=slide-13-9f1721ba] form input[type=text].input-13,
.slide[data-cid=slide-13-9f1721ba] form input[type=name].input-13,
.slide[data-cid=slide-13-9f1721ba] form input[type=email].input-13 {
  max-width: 300px;
}

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