/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

header .logo,
footer .logo {
  width: 180px;
}

footer .footer-1-1 .wp-menu-social {
  margin: 0;
  padding: 0;
}

footer .wp-menu-social svg {
  height: 18px;
}

.redaptive-events-hub {
  background-color: #F8F8F8;
}

.redaptive-events-hub header {
  background-color: #FFFFFF;
}

.redaptive-events-hub a[target="_blank"].link--arrow:before {
  width: 13px;
  height: 2px;
  background: none;
  background-color: #00ffc4;
  right: 0;
}

.redaptive-events-hub a[target="_blank"].link--arrow:after {
  display: block;
  border-color: #00ffc4;
}

/* .hero {
    background: linear-gradient(#ececec, white);
} */
.hero .hero-image-wrap {
  margin-bottom: -4.5%;
}

@media (max-width: 500px) {
  .hero-image-wrap {
    aspect-ratio: 2.5;
  }
  .hero-image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.hero p {
  text-wrap: balance;
}

.hero-jump-links {
  gap: 20px;
  position: relative;
  z-index: 9;
}
.hero-jump-links a {
  display: block;
  background-color: white;
  border: 1px solid white;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.155);
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.hero-jump-links a:hover, .hero-jump-links a:focus {
  border-color: rgba(65, 128, 205, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.hero-jump-links p {
  margin: 0px 0 20px;
}

.hero--pathways .hero-jump-links {
  max-width: 450px;
  margin-left: auto;
}

.hero--pathways .hero-jump-links a {
  background-color: transparent;
  padding: 25px;
  box-shadow: none;
  text-align: left;
  margin: 10px 0;
  margin-right: 45px;
  border-color: #4180cf;
}

.hero--pathways .hero-jump-links a:first-child {
  background-color: #4180cf;
  color: white;
  position: relative;
}

.hero--pathways .hero-jump-links a:first-child:after {
  content: '';
  display: block;
  top: 50%;
  position: absolute;
  width: 45px;
  right: -45px;
  height: 1px;
  background-color: #4180cf;
}

.hero--pathways .hero-jump-links .index {
  flex: 0 0 30px;
  padding-top: 10px;
}

.hero--pathways .hero-jump-links p {
  margin: 0;
  font-size: 14px;
}


@media (max-width: 1250px) {
  .hero--pathways .hero-jump-links a:first-child:after {
    display: none;
  }
}


@media (max-width: 1100px) {
  .hero--pathways .flex.gutters {
    flex-direction: column;
    padding-bottom: 3rem;
  }
  .hero--pathways .flex.gutters .col-3-5,
  .hero--pathways .flex.gutters .col-2-5 {
    width: 100%;
  }
  .hero--pathways .hero-jump-links {
    max-width: 100%;
    margin: auto;
  }
  .hero--pathways .hero-jump-links a {
    margin-right: 0;
  }
}

@media (max-width: 1100px) and (min-width: 700px) {
  .hero--pathways .hero-jump-links {
    display: flex;
    gap: 15px;
  }
  .hero--pathways .hero-jump-links a {
    margin: 0;
  }
}

.bg-tertiary-1 {
  background-color: #DEEDFF;
}

.bg-tertiary-1 img {
  margin-bottom: 15px;
}

.bg-tertiary-1 .p-medium {
  font-size: 24px;
}

@media (max-width: 500px) {
  .bg-tertiary-1 .p-medium {
    font-size: 21px;
  }
}

.bg-tertiary-1 .p-medium em {
  opacity: 0.5;
  margin-top: 10px;
  display: inline-block;
}

@media (max-width: 1250px) and (min-width: 1100px) {
  .pagination-parent {
    padding-left: 170px;
  }
}

#roadmap .pagination--wrap {
  border: 0;
  background-color: #0a2940;
  width: 1px;
  padding: 0 0 80px;
  margin: auto;
}
@media (max-width: 1100px) {
  #roadmap .pagination--wrap {
    margin: 0;
    margin-left: 250px;
  }
}
@media (max-width: 700px) {
  #roadmap .pagination--wrap {
    margin-left: 60px;
  }
}
@media (max-width: 500px) {
  #roadmap .pagination--wrap {
    margin-left: 50px;
  }
}

.pagination--wrap-1 {
  transform: rotate(180deg);
}

/* .pagination--wrap-1.pulse:before {
  animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale( 1 );
       opacity: 1;
    }
    70%, 100% {
        transform: scale( 1.5 );
        opacity: 0
    }
} */

.pathway-wrap {
  position: relative;
}
.pathway-wrap .content-wrapper--large {
  padding-left: 230px;
  padding-right: 230px;
}
@media (max-width: 1250px) {
  .pathway-wrap .content-wrapper--large {
    padding-left: 250px;
    padding-right: 80px;
  }
}
@media (max-width: 900px) {
  .pathway-wrap .content-wrapper--large {
    padding-right: 40px;
  }
}
@media (max-width: 700px) {
  .pathway-wrap .content-wrapper--large {
    padding-left: 60px;
    padding-right: 30px;
  }
}

@media (max-width: 500px) {
  .pathway-wrap .content-wrapper--large {
    padding-left: 50px;
    padding-right: 20px;
  }
}

.pathway-nav {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 99;
}
.pathway-nav .nav {
  position: sticky;
  top: calc(50vh - 145px);
  width: 210px;
  height: 290px;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
}
@media (max-width: 700px) {
  .pathway-nav .nav {
    width: 30px;
    transition: 0.2s all ease-in;
    transition-delay: 0.5s;
  }
  .pathway-nav .nav.open {
    transition-delay: 0s;
    width: 210px;
  }
}
.pathway-nav .nav-dots {
  flex: 0 0 30px;
  margin-right: 4px;
  background-color: white;
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.pathway-nav .nav-dots .dot {
  margin: 5px 0;
}
.pathway-nav .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: gray;
}
.pathway-nav .dot.active {
  background-color: #4180cf;
}
.pathway-nav .nav-list {
  background-color: white;
  padding: 12px 8px;
  flex: 1 1 100%;
}
.pathway-nav .nav-list .title--5 {
  font-size: 12px;
}
.pathway-nav .nav-list p.title--5 {
  opacity: 0.5;
  padding: 10px 0 20px;
  margin-left: 8px;
}
.pathway-nav .nav-list .link--arrow {
  font-size: 12px;
  margin-left: 8px;
}
.pathway-nav .nav-list hr {
  background-color: #F8F8F8;
  margin: 10px 0 15px;
}
.pathway-nav .nav-list .link-box {
  display: block;
  padding: 10px 10px;
  display: flex;
  margin-bottom: 4px;
  text-decoration: none;
}
.pathway-nav .nav-list .link-box:last-child {
  margin-bottom: 0;
}
.pathway-nav .nav-list .link-box .dot {
  margin-right: 8px;
  margin-top: 5px;
}
.pathway-nav .nav-list .link-box .desc {
  font-size: 12px;
  line-height: 1;
  padding-top: 5px;
}
.pathway-nav .nav-list .link-box.active {
  background-color: #F8F8F8;
}
.pathway-nav .nav-list .link-box.active .dot {
  background-color: #4180cf;
}
@media (max-width: 700px) {
  .pathway-nav .nav-list {
    transform: translateX(-100%);
    transition: 0.2s all ease-in;
    transition-delay: 0.5s;
    min-width: 180px;
  }
}
.pathway-nav .open .nav-list {
  transition-delay: 0s;
  transform: none;
}

.pathway {
  display: flex;
  align-items: flex-start;
  scroll-margin-top: -100px;
}

.pathway:first-child {
  scroll-margin-top: 0;
}
@media (max-width: 1100px) {
  .pathway {
    flex-direction: column;
    border-left: 1px solid #0a2940;
    padding-left: 40px;
  }
}
@media (max-width: 500px) {
  .pathway {
    padding-left: 20px;
  }
}
.pathway .pathway-intro,
.pathway .pathway-assets {
  flex: 0 0 calc(50% - 40px);
}
.pathway .pathway-line {
  flex: 0 0 79px;
  position: relative;
  align-self: stretch;
}
.pathway .pathway-line .timeline {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #0a2940;
}
@media (max-width: 1100px) {
  .pathway .pathway-line {
    display: none;
  }
}
@media (min-width: 1100px) {
  .pathway:nth-child(even) .pathway-assets {
    order: -1;
  }
  .pathway:nth-child(even) .pathway-intro {
    order: 2;
  }
}

.pathway:first-child .pathway-intro {
  margin: 0;
}
.pathway:first-child .pathway-assets {
  padding-top: 35px;
}

.pathway-intro {
  background-color: white;
  padding: 30px;
  border-radius: 4px;
  margin-top: 100px;
}
.pathway-intro .image-wrapper {
  aspect-ratio: 2.25;
  border-radius: 4px;
  margin: 20px 0;
  overflow: hidden;
}
.pathway-intro .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pathway-intro .button {
  width: 100%;
  font-size: 16px;
  background-color: #DEEDFF;
  border-color: #DEEDFF;
  border-radius: 2px;
  color: #0B2940;
  padding: 18px 24px;
  position: relative;
}
.pathway-intro .button:hover, .pathway-intro .button:focus {
  border-color: #4180CD;
  background-color: #4180CD;
  color: white;
}
.pathway-intro .button:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(https://insights.redaptive.com/hubfs/raw_assets/public/Redaptive%20Wordpress%20ITA/images/button-arrow.svg);
  background-size: contain;
}
.pathway-intro ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
}
.pathway-intro ol li {
  position: relative;
  padding-left: 34px;
}
.pathway-intro ol li:before, .pathway-intro ol li:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
}
.pathway-intro ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  font-size: 12px;
  line-height: 24px;
}
.pathway-intro ol li:after {
  border-radius: 24px;
  border: 1px solid #C4C9D4;
}
.pathway-intro ol p {
  padding: 0;
  color: #7A8394;
}
.pathway-intro ol b,
.pathway-intro ol strong {
  color: #0D1F2D;
}

.pathway-assets {
  padding-top: 135px;
}
@media (max-width: 1100px) {
  .pathway:first-child .pathway-assets,
  .pathway-assets {
    padding-top: 40px;
  }
}
.pathway-assets > a {
  display: block;
  text-decoration: none;
}
.pathway-assets .asset-type {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.pathway-assets .asset-type img {
  width: 14px;
  height: auto;
  margin-right: 10px;
}
.pathway-assets .asset-type p {
  padding: 0;
  font-size: 13px;
}
.pathway-assets .asset {
  border-radius: 4px;
  padding: 22px;
  margin-bottom: 22px;
}
.pathway-assets .asset:last-child {
  margin-bottom: 0;
}
.pathway-assets .p-medium {
  font-size: 17px;
  line-height: 1.3;
  text-wrap: balance;
}
.pathway-assets .description {
  padding: 6px 0 8px;
  font-size: 14px;
  line-height: 1.45;
}

.pathway-assets .primary-3 em {
  font-size: 14px;
}

.pathway-assets .link {
  font-size: 14px;
  font-weight: 500;
}

.pathway-assets .link--arrow:after {
  width: 8px;
  height: 8px;
}

.pathway-intro,
.asset {
  position: relative;
}
.pathway-intro:before, .pathway-intro:after,
.asset:before,
.asset:after {
  content: "";
  position: absolute;
  display: block;
}
.pathway-intro:before,
.asset:before {
  width: 40px;
  height: 1px;
  background-color: #D8D8D8;
  top: 38px;
}
.pathway-intro:after,
.asset:after {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  z-index: 9;
  top: 33px;
}

.pathway-intro:after {
  background-color: #4180CD;
}

.asset:after {
  background-color: #00B4A0;
}
@media (min-width: 1250px) {
.pathway .pathway-intro {
  position: sticky;
  top: 15px;
}
}
.pathway .pathway-intro:before {
  left: -41px;
}
.pathway .pathway-intro:after {
  left: -45px;
}
.pathway .asset:before {
  left: -41px;
}
.pathway .asset:after {
  left: -45px;
}
@media (min-width: 1100px) {
  .pathway:nth-child(odd) .pathway-intro:before {
    left: unset;
    right: -41px;
  }
  .pathway:nth-child(odd) .pathway-intro:after {
    left: unset;
    right: -45px;
  }
  .pathway:nth-child(even) .pathway-intro:before {
    left: -41px;
  }
  .pathway:nth-child(even) .pathway-intro:after {
    left: -45px;
  }
  .pathway:nth-child(even) .asset:before {
    left: unset;
    right: -41px;
  }
  .pathway:nth-child(even) .asset:after {
    left: unset;
    right: -45px;
  }
}
@media (max-width: 500px) {
  .pathway-intro:before,
  .asset:before {
    width: 10px;
    height: 1px;
    background-color: #D8D8D8;
    top: 38px;
  }
  .pathway .pathway-intro:before {
    left: -21px;
  }
  .pathway .pathway-intro:after {
    left: -25px;
  }
  .pathway .asset:before {
    left: -21px;
  }
  .pathway .asset:after {
    left: -25px;
  }
}
#book-assessment .content-wrapper--large {
  max-width: 1300px;
}
#book-assessment .col-content {
  background-color: rgba(222, 237, 255, 0.1);
  border: 1px solid rgba(65, 128, 205, 0.5);
  border-radius: 4px;
  padding: 40px;
}
#book-assessment .col-content .icon-grid {
  border-top: 1px solid rgba(65, 128, 205, 0.5);
  border-bottom: 1px solid rgba(65, 128, 205, 0.5);
  padding: 20px 0;
  margin: 30px 0;
}
#book-assessment .col-content .icon-grid .flex {
  align-items: center;
  padding: 10px 0;
  flex-wrap: nowrap;
}
#book-assessment .col-content .icon-grid .col-icon {
  flex: 0 0 80px;
  padding-right: 30px;
}
#book-assessment .col-content .icon-grid img {
  width: 50px;
}
@media (max-width: 900px) and (min-width: 600px) {
  #book-assessment .col-content .icon-grid {
    display: flex;
  }
  #book-assessment .col-content .icon-grid .flex {
    flex-direction: column;
  }
  #book-assessment .col-content .icon-grid .col-icon {
    padding-bottom: 15px;
    flex: 1 1 100%;
  }
  #book-assessment .col-content .icon-grid .col-desc {
    padding-right: 15px;
  }
}
#book-assessment .col-form {
  padding-left: 45px;
}
#book-assessment .col-form .hs-richtext  {
  color: white
}
@media (max-width: 900px) {
  #book-assessment .col-form {
    padding: 45px 0 0;
  }
  #book-assessment .col-content .icon-grid p {
    font-size: 13px;
  }
}

.text-gradient-static {
  color: #0a2940;
  background: linear-gradient(to right, #4180cf 0%, #00ffc4 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-primary-1 .text-gradient-static {
  color: #ffffff;
}

footer {
  background-color: #DEEDFF;
}
footer .footer--1 {
  border-bottom: 1px solid rgba(65, 128, 205, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer .footer--2 {
  font-size: 14px;
}

@media (max-width: 1120px) {
  footer .footer--2 .right {
    text-align: left;
  }
  footer .footer--1 .wp-menu-social {
    width: 100%;
    margin: 30px 0 0;
  }
}

.gated-asset .overlay--fixed {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.gated-asset .overlay--fixed .form {
  height: 100vh;
  width: 500px;
  padding: 50px;
  margin-left: auto;
  overflow: auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 700px) {
  .gated-asset .overlay--fixed .form {
    width: 90%; 
    max-width: 500px;
    padding: 40px;
  }
}
.gated-asset .overlay--fixed .form .hs-richtext {
  color: white;
}
.gated-asset .overlay--close {
  position: absolute;
  border: 1px solid white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.gated-asset .overlay--close:before, .gated-asset .overlay--close:after {
  left: 0;
  right: 0;
  margin: auto;
  background-color: #00ffc4;a
}

.wp-theme-redaptive .hbspt-form .hs_recaptcha {
  background: none; 
}

.bg-primary-1 .hbspt-form .submitted-message {
  color: white;
  line-height: 1.3;
}

.hbspt-form .submitted-message h3 {
  font-family: "Inter",sans-serif;
  font-size: 36px;
  letter-spacing: -0.075rem;
  line-height: 1.2;
  font-weight: 700;
  text-wrap: balance;
  margin-bottom: 20px;
  
  color: #0a2940;
  background: linear-gradient(to right, #4180cf 0%, #00ffc4 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}