/* 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 155 (#1) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-155-04f66aa0"] */
.slide[data-cid=slide-155-04f66aa0] .box-155 .poster {
  transition: 0.15s;
}
.slide[data-cid=slide-155-04f66aa0] .box-155:hover {
  opacity: 1;
}
.slide[data-cid=slide-155-04f66aa0] .box-155:hover .poster {
  opacity: 0.8 !important;
}
@media (min-width: 768px) {
  .slide[data-cid=slide-155-04f66aa0] .box-155 {
    min-height: 544px;
  }
}
.slide[data-cid=slide-155-04f66aa0] .SecondaryButton1 {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  color: white;
  text-shadow: none;
}
.slide[data-cid=slide-155-04f66aa0] .SecondaryButton1:hover {
  color: #0babe3;
}
.slide[data-cid=slide-155-04f66aa0] .SecondaryButton2 {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  color: white;
  text-shadow: none;
}
.slide[data-cid=slide-155-04f66aa0] .SecondaryButton2:hover {
  color: #0babe3;
}
.slide[data-cid=slide-155-04f66aa0] .myVerticalCenter {
  height: 100%;
  text-align: middle;
}
.slide[data-cid=slide-155-04f66aa0] .bubble {
  position: absolute;
  width: 76px;
  height: 24px;
  padding: 0px;
  background: #0babe3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: calc(50% - 38px);
}
.slide[data-cid=slide-155-04f66aa0] .bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #0babe3 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -9px;
  left: 32px;
}
.slide[data-cid=slide-155-04f66aa0] span.email {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.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;
}

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