@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../global/fonts/ProximaNova-Bold.eot");
  src: url("../global/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
       url("../global/fonts/ProximaNova-Bold.woff2") format("woff2"),
       url("../global/fonts/ProximaNova-Bold.woff") format("woff"),
       url("../global/fonts/ProximaNova-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("../global/fonts/ProximaNova-Semibold.eot");
  src: url("../global/fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"),
       url("../global/fonts/ProximaNova-Semibold.woff2") format("woff2"),
       url("../global/fonts/ProximaNova-Semibold.woff") format("woff"),
       url("../global/fonts/ProximaNova-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../global/fonts/ProximaNova-Regular.eot");
  src: url("../global/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
       url("../global/fonts/ProximaNova-Regular.woff2") format("woff2"),
       url("../global/fonts/ProximaNova-Regular.woff") format("woff"),
       url("../global/fonts/ProximaNova-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url("../global/fonts/ProximaNova-Light.eot");
  src: url("../global/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
       url("../global/fonts/ProximaNova-Light.woff2") format("woff2"),
       url("../global/fonts/ProximaNova-Light.woff") format("woff"),
       url("../global/fonts/ProximaNova-Light.ttf") format("truetype");
}

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