/* Monotype Fonts */
@font-face {
  font-family: "ArialBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/Arial/ArialBold_normal_normal.woff2') format('woff2'), url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/Arial/ArialBold_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "ArialRegular";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/Arial/ArialRegular_normal_normal.woff2') format('woff2'), url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/Arial/ArialRegular_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "ProximaNovaBold";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/ProximaNova/ProximaNovaBold_normal_normal.woff2') format('woff2'), url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/ProximaNova/ProximaNovaBold_normal_normal.woff') format('woff');
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/ProximaNova/ProximaNova_normal_normal_400.woff2') format('woff2'), url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/ProximaNova/ProximaNova_normal_normal_400.woff') format('woff');
}
@font-face {
  font-family: "ProximaNovaSItalic";
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/ProximaNova/ProximaNovaSItalic_italic_normal.woff2') format('woff2'), url('https://cdn.fonts.net/kit/d17d50c3-8da4-4338-af05-3d884a293e2d/ProximaNova/ProximaNovaSItalic_italic_normal.woff') format('woff');
}

/* Monotype Fonts - End */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 12px rgb(255 255 255 / 30%);
    box-shadow: 0 0 0 12px rgb(255 255 255 / 30%);

  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgb(255 255 255 / 30%);
    box-shadow: 0 0 0 15px rgb(255 255 255 / 30%);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 12px rgb(255 255 255 / 30%);
    box-shadow: 0 0 0 12px rgb(255 255 255 / 30%);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgb(255 255 255 / 30%);
    box-shadow: 0 0 0 15px rgb(255 255 255 / 30%);
  }
}

@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes move-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes show-button {
  0% {
    opacity: 0;
    max-height: 10%;
  }
  15% {
    max-height: 10%;
    opacity: 0.25;
  }
  100% {
    max-height: 100%;
  }
}
@keyframes show-button {
  0% {
    opacity: 0;
    max-height: 10%;
  }
  15% {
    max-height: 10%;
    opacity: 0.25;
  }
  100% {
    max-height: 100%;
  }
}

@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes move-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.coh-style-slide-left:before,
.coh-style-slide-right:before {
  display: block;
}

.coh-style-slide-left:hover:before {
  animation: move-left 0.8s ease-in-out;
  -webkit-animation: move-left 0.8s ease-in-out;
}

.coh-style-slide-right:hover:before {
  animation: move-right 0.8s ease-in-out;
  -webkit-animation: move-right 0.8s ease-in-out;
}

.st-btn-modal:hover .st-btn-modal__wrap-span {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.st-btn-modal__inner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.st-btn-modal:hover .st-btn-modal__inner {
  -webkit-animation: 0.8s linear 0s infinite alternate pulse;
  animation: 0.8s linear 0s infinite alternate pulse;
}


.st-btn-modal__wrap-span {
  transition: transform 0.8s,
  -webkit-transform 0.8s;
  display: block;
}


/* Override default styles */
.site-studio-page .coh-style-heading-1-banner {
  color: #2b2967;
}

.site-studio-page .coh-style-intro-h2,
.site-studio-page .coh-style-link-light-blue-big:hover {
  color: #008aab;
}

.site-studio-page .coh-style-link-light-blue-small,
.site-studio-page .coh-style-link-light-blue-small-hover-grey,
.site-studio-page .coh-style-slider-h2,
.site-studio-page .coh-style-link-light-blue-big,
.site-studio-page .color--white {
  color: white;
}

.site-studio-page .coh-style-link-light-blue-small:hover {
  color: #2b2967;
}

.site-studio-page .coh-style-link-white-hover-light-blue:hover {
  color: #fff;
}

.coh-style-slide-in---component-container .coh-style-slide-in---header-card {
  margin-right: 30px;
}

.site-studio-page .coh-style-purple-info-section---heading,
.site-studio-page .coh-style-purple-info-section---link,
.site-studio-page .coh-style-purple-info-section---link:hover,
.site-studio-page .coh-style-purple-info-section---link:active {
  color: #fff;
}

.st-decorative-nav__item {
  position: absolute;
  height: 100%;
  max-height: 0;
  width: 6px;
  background: #008AAB;
  opacity: 0;
}

.st-decorative-nav__item:before,
.st-decorative-nav__item:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 6px;
  background: #008AAB;
}

.st-decorative-nav__item:before {
  top: 0;
}

.st-decorative-nav__item:after {
  bottom: 0;
}

.st-decorative-nav__item--right:before,
.st-decorative-nav__item--right:after {
  right: 0;
}

.st-decorative-nav__item--left {
  left: 0;
}

.st-decorative-nav__item--right {
  right: 0;
}

.st-decorative-nav__item {
  max-height: 10%;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}

.st-tab.animated .st-decorative-nav__item {
  animation: show-button 0.8s;
  -webkit-animation: show-button 0.8s;
  max-height: 100%;
  opacity: 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.st-tab .st-tab__content {
  opacity: 0;
}

.st-tab.animated .st-tab__content {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  opacity: 1;
}

.st-tab__trigger {
  opacity: 1;
}

.st-tab.animated .st-tab__trigger {
  opacity: 0.3;
}

.st-tab.animated .st-tab__trigger.current,
.st-tab.animated .st-tab__trigger:hover {
  opacity: 1;
}

.st-tab .st-tab__inner {
  display: block;
  visibility: hidden;
  margin-right: -100%;
  width: 100%;
  opacity: 0;
}

.st-tab .st-tab__inner.current {
  visibility: visible;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  opacity: 1;
}
