body{overflow-x: hidden;}

div#podcast {
  position: relative;
}
div#podcast::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 240rem);
  height: 1px;
  background: rgb(0 0 0 / 31%);
  left: 50%;
  transform: translate(-50%);
  max-width: 1180rem;
}
h2.fis-text-black {
  font-weight: normal !important;
}

/*HERO ANIMATION*/

.top-hero .fis-hero-home-video + .content-width {
  transform: translateY(40rem) !important;
  opacity: 0 !important;
  transition: all .5s ease-in !important;
  transition-delay: 0s !important;
}
.top-hero .fis-hero-home-video + .content-width.fade-in {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/*END HERO ANIMATION*/

  /*General Styles*/

  section.topactive.top-hero .content-width {
  padding-bottom: 0 !important;
}

.local-nav .fis-localnav-wrapper ul.fis-localnav-left li a.active {
  color: #4BCD3E!important;
}


.swipe-copy a svg {
  top: 0 !important;
}

.l3ar-cards a svg {
  top: 1rem !important;
}

.swipe-copy a svg {
  fill: #4BCD3E !important;
}

  #content .logo-cards a svg {
  padding-left: 5rem;
  position: relative;
  top: 3rem;
  left: 0;
  transition: all .6s;
  fill: #4BCD3E!important;
  width: 25px;
}

#content a svg {
  padding-left: 5rem;
  position: relative;
  top: 3rem;
  left: 0;
  width: 25px;
}

a.btn-primary-green-on-white {
  font-size: 14rem;
  font-family: 'source_sans_probold',sans-serif;
  font-weight: 400;
  margin-top: 30px;
  background: #4BCD3E;
  border: 2px solid #4BCD3E;
  color: #000;
  letter-spacing: 1px;
}

a.btn-primary-green-on-white:hover {
  background: transparent !important;
  color: #000;
  border: 2px solid #4BCD3E;
}

main .content-fluid a:hover svg {
  left: 5rem;
}

.l3ar-cards a svg {

  transform: translateX(4px);

}

.l3ar-cards a:hover svg {
transform: translateX(7px);
}



.l3ar-fullwidth-quaterboxcolor .cardtitle {
  font-size: 36rem !important;
  line-height: 1.2 !important;
}



@media(max-width:768px){

  .l3ar-fullwidth-quaterboxcolor h4 {
  font-size: 16px !important;
  line-height: 1.2;
}

.l3ar-fullwidth-quaterboxcolor .cardtitle {
  font-weight: normal !important;
  font-size: 36rem !important;
}

  .fis-hero-home-wrapper {
      padding-top: 0 !important;
  }
}


  /*END General Styles*/

  .slick-slide h1 {
  text-transform: uppercase !important;
  font-size: 60rem !important;
  max-width: 1000px;
  margin: 0 auto;
}
  
  .top-hero span.subhead.fis-primary-heading-regular-font.fis-text-white {
      padding-bottom: 30px;
      margin-bottom: 22rem;
      position: relative;
      font: normal 15px/15px 'titillium_webbold', sans-serif;
      display: block;
  }
  
  .top-hero span.subhead::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      height: 4px;
      width: 42px;
      background: #4BCD3E;
      transform: translateX(-50%);
  }
  
  
  
  .top-hero p {
      font-family: 'titillium_webregular', sans-serif;
      font-size: 27rem;
      font-weight: normal;
  }
  
      .content-fluid > div > .component.hero {
          background: #000;
          min-height: calc(100vh - 61rem);
          display: flex;
          justify-content: center;
      }
      
      .component.hero-carousel {
          min-height: calc(100vh - 61rem);
          background: #000;
      }
      
      
      
      #top-hero-carousel.component.hero-carousel section .content-rich-inner .slick-slide .content-rich-slide, #top-hero-carousel.component.hero-carousel section .content-rich-inner .slick-slide, #top-hero-carousel.component.hero-carousel .content-rich-slide-bg.padding-lg{
          height: calc(100vh - 61rem) !important;
      }
      
      .content-rich-slide-bg .content-width {
      z-index: 1;
      text-align: center;
      max-width: 700rem;
  }
      
      .l2herochild {
          display: none;
      }
  
      .fis-hero-home-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
  
.fis-hero-home-wrapper .content-rich-inner p {
  margin-left: auto;
  margin-right: auto;
  font-size: 28rem;
  max-width: 100%;
}

      /*Begin local nav styles*/
  
      .fis-main-nav.sticky-active {
      transform: translateY(-85px)!important;
  }
  
  .component.local-nav.sticky {
  position: sticky;
  top: -1px;
  width: 100%;
  z-index: 99999;
}
  
.local-nav ul.fis-localnav-right svg {
  fill: #4BCD3E;
}

.local-nav .fis-localnav-wrapper ul.fis-localnav-left li a, .local-nav ul.l3header-left li a {
  font-size: 16rem !important;
  line-height: 20rem;
  font-family: 'source_sans_probold', sans-serif !important;
}

.local-nav .fis-localnav-wrapper ul.fis-localnav-right li a:focus, .local-nav .fis-localnav-wrapper ul.fis-localnav-right li a:active, .local-nav .fis-localnav-wrapper ul.fis-localnav-right li a:hover {
  color: #4BCD3E !important;
}


.local-nav .fis-localnav-wrapper ul.fis-localnav-right li:nth-child(2) {
  border-left: none;
}

.local-nav .fis-localnav-wrapper ul.fis-localnav-left li a:hover {
  color: #4BCD3E !important;
}
      /*END local nav styles*/
  
  
      /*Section 2 Intro text*/
  
      .content-width.intro-text {
      max-width: 700rem;
      padding-top: 90rem;
      padding-bottom: 50rem;
  }
  
  .content-width.intro-text h2 {
  font-size: 48rem;
  font-family: 'titillium_webregular', sans-serif;
  line-height: 1.15;
  max-width: 800rem;
  margin: 0 auto;
}

@media(max-width:576px){

.top-hero   .slick-slide h1 {
  font-size: 48rem !important;
}

.fis-hero-home-wrapper .content-rich-inner p {
  font-size: 20rem;
}
}
  
      /*END Section 2 Intro Text*/

  /*Circle Image and Copy*/
  
  @media(max-width: 768px){
      .l2featureimgright img, .l2featureimgleft img {
          width: 100%;
      }
  }
  
  /*Circle Image and Copy*/
      
  /*Three Column Counters*/
  
  .animated-numbers {
      display: flex;
      justify-content: center;
  }
  
  .animated-numbers.fis-purple {
      color: #4c12a1;
  }

  div#three-column-counter-2 .dynamic-stat {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
  /*END Three Column Counters*/

/*Subscriptions Section*/

div#subscriptions-intro h3 {
  font-size: 37rem;
}

/*END Subscriptions Section*/


/*Thought Leadership Section*/

div#insights h3 {
  font-size: 37rem;
}

div#thought-leadership-intro {
  padding-top: 0;
}

/*End Thought Leadership Section*/

/*Insights Section*/

.l3ar-fullwidth-row .three-eq-col .l3ar-cards {
  width: calc((100% / 3) - ((20rem / 3) * 2)) !important;
  margin: 0 10rem !important;
}

.l3ar-fullwidth-row .three-eq-col .l3ar-cards:first-child {
  margin-left:0 !important;
}

.l3ar-fullwidth-row .three-eq-col .l3ar-cards:last-child {
  margin-right: 0 !important;
}

.l3ar-fullwidth-row .three-eq-col {
  margin: 0 0 !important;
}

.l3ar-fullwidth-quaterboxcolor p {
  font-size: 16rem !important;
}

.l3ar-fullwidth-quaterboxcolor a svg {
  fill: #4BCD3E !important;
}

.additional-resources-card {
  background-color: #ffffff;
}

div#insights-intro {
  padding-bottom: 15rem;
}

div#insights h3 {
  font-size: 37rem;
}

#payments-2025-banner .hero-inner {
  padding-top: 70rem;
  padding-bottom: 70rem;
}

.component.additional-resources-card.insights-row-3 {
  padding-bottom: 140rem;
}

section#payments-2025-banner .hero-copy img {
  max-width: 225rem;
  margin-bottom: 40rem;
}

#payments-2025-banner a.btn-primary-green-on-dark {
  background: #FFF;
  border: 2px solid #FFF;
  color: #4BCD3E;
  font-size: 14px;
  font-family: 'source_sans_probold', sans-serif;
}

#payments-2025-banner a.btn-primary-green-on-dark:hover {
  background: #4BCD3E;
  border: 2px solid #4BCD3E;
  color: #FFF;
}

.latest.news-swiper {
  overflow-x: hidden;
}


@media(max-width: 991px){

.l3ar-fullwidth-row .three-eq-col .l3ar-cards {
  width: calc((100% / 3) - ((20rem / 3) * 2)) !important;
  margin: 0 10rem !important;
}

.l3ar-fullwidth-row .two-col {
  margin: 0 0 !important;
}

.l3ar-fullwidth-halfbox.two-col .l3ar-fullwidth-quaterboxcolor.l3ar-cards:first-child {
  margin-left: 0 !important;
}

.l3ar-fullwidth-halfbox.two-col .l3ar-fullwidth-quaterboxcolor.l3ar-cards:last-child {
  margin-right: 0 !important;
}

.l3ar-fullwidth-row .two-col .l3ar-cards {
  width: calc(50% - 10rem) !important;
}

}

@media(max-width: 768px){
  .l3ar-fullwidth-row .two-col .l3ar-cards {
  width: calc(100%) !important;
}

.l3ar-fullwidth-row .three-col>div:nth-child(1), .l3ar-fullwidth-row .three-col>div:nth-child(2), .l3ar-fullwidth-row .three-col>div:nth-child(3), .l3ar-fullwidth-row .two-col>div:nth-child(1), .l3ar-fullwidth-row .two-col .l3ar-cards, .l3ar-fullwidth-row .four-col .l3ar-cards, .l3ar-fullwidth-row .three-eq-col .l3ar-cards, .l3ar-fullwidth-row .three-quarter-col>div:nth-child(2n+2), .l3ar-fullwidth-row .three-quarter-col.reverse>div:nth-child(1) {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20rem !important;
  text-align: left !important;
}

.l3ar-fullwidth-quaterboxcolor .cardtitle {
  max-width: 100% !important;
  text-align: left !important;
}

.additional-resources-card .l3ar-fullwidth-quaterboxcolor.center a {
  width: auto !important;
  left: 0 !important;
  transform: none !important;
  display: block !important;
  text-align: left !important;
}

.additional-resources-card .l3ar-cards.center p, .additional-resources-card .l3ar-cards.center .cardtitle {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.l3ar-fullwidth-quaterboxcolor a {
  display: block !important;
}

.additional-resources-card .l3ar-cards.center p, .additional-resources-card .l3ar-cards.center .cardtitle {
  font-weight: normal !important;
  text-align: left !important;
}

.l3ar-fullwidth-quaterboxcolor .cardtitle {
  font-weight: normal !important;
}

.content-width.intro-text {
  max-width: 85%;
}

div#insights-intro h3 {
  font-weight: normal;
}

.l3ar-fullwidth-quaterboxcolor.l3ar-cards {
  min-height: 320rem !important;
}

.l3ar-inner {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
}

}
/*END Insights Section*/


/*Solutions Section*/

div#solutions {
  padding-bottom: 100rem;
  padding-top: 80rem;
}

.additional-resources-card {
  background-color: #FFF !important;
}

div#solutions-intro h3 {
  font-size: 37rem;
}

.l3ar-fullwidth-row .four-col, .l3ar-fullwidth-row .three-eq-col {
  width: 100%;
}

div#solutions-intro {
  padding-top: 0;
}


#insights .additional-resources-card:nth-of-type(n+4) {
  max-height: 0;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}


#insights .additional-resources-card.showing-cards:nth-of-type(n+4) {
  max-height: 1000px;
}



.seemorebtn .seemoretxt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.seemorebtn .seelesstxt {
  display: none;
}

.seemorebtn {
  margin-bottom: 70rem;
}

.seemorebtn .seemoretxt::after {
  content: '+';
  width: 20px;
  height: 17px;
  display: inline-block;
  padding-left: 8px;
  font-size: 18px;
  position: relative;
  top: 0px;
}

.seemorebtn.btn-primary-green-on-white {
  background: #4bcd3e;
  border: 2px solid #4bcd3e;
  color: #000;
  font-family: 'source_sans_probold', sans-serif;
  line-height: 1;
  transition: all .3s ease-in-out !important;
}

.seemorebtn .seelesstxt::after {
  top: -2px;
}

.seemorebtn.showing .seelesstxt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.seemorebtn.btn-primary-green-on-white:hover, .seemorebtn.btn-primary-green-on-white:hover {
  background: transparent !important;
  border: 2px solid #4BCD3E;
}

#solutions .additional-resources-card:nth-of-type(n+4) {
  max-height: 0;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}

#solutions .additional-resources-card.showing-cards:nth-of-type(n+4) {
  max-height: 1000px;
}

/*End Solutions Section*/

/*Get Started CTA Ribbon*/

span.l2getStartedicon.fis-bg-green {
  background: none !important;
}

.l2getStarted span.l2getStartedicon.fis-bg-green img {
  border-radius: 50%;
}

/*END Get Started CTA Ribbon*/

/*New Bg Construction*/

video.top-bg {
  position: absolute;
  top: 0;
  /* object-fit: contain; */
  min-width: 100%;
  background: url('../images/bkg-GettyImages-1202524214-1080.jpg') no-repeat 0 0 / cover;
}

.gradient-transition {
    position: absolute;
    top: 9%;
    height: 30%;
    width: 100%;
    background: rgb(51,1,100);
    background: linear-gradient(0deg, rgba(51,1,100,1) 0%, rgba(78,1,104,1) 83%,rgba(78,1,104,0) 100%);
    z-index: 2;
  }
  

  /* .fill-wrapper {
    position: absolute;
    width: 100%;
    top: 61%;
    height: 36%;
}
   */

   .fill-wrapper {
    position: absolute;
    width: 100%;
    top: 39%;
    height: 60%;
}

.solid-fill {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #340164;
}

.fixed-video {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
}

.fixed-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  background:url('../images/bkg-shutterstock_1503394274-warm-portrait-img.jpg'); 
  background-size:cover;
}

img.border-bottom {
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    top: 99.9%;
}




/*END New BG Construction*/

.main-outer-bg{position: relative; padding-bottom: 80px;}
.main-outer-bg video{background-image: url('../images/hero.jpg'); background-repeat: no-repeat; background-position:  0 0; background-size: cover; min-width: 100%; position: fixed; top:0; z-index: -998;}

.promo-hero {
    position: relative;
    width: 100%;
    margin: 0 0 20rem;
    padding-bottom: 20rem;
    padding-top: 140rem;
    z-index: 2;
}


.promo-hero h1{font-size: 110rem; line-height: 110rem; font-weight: 800; text-align: center;}
.promo-hero p{font-size: 30rem; text-align: center; margin: 22rem auto 0; max-width: 840rem;}
.promo-hero a {
    display: flex;
    margin: 30px auto 10px;
    max-width: max-content;
    font-family: 'source_sans_probold', sans-serif;
    font-size: 16px;
    align-items: center;
}
.promo-hero a svg{font-size: inherit; position: relative; width: 18px; height: 18px; top: 4px;}
.promo-hero a:hover svg, .promo-hero a:focus svg{color: #ffffff;}
.promo-hero a:hover .b, .promo-hero a:hover .d{fill: #ffffff!important;}

@media(min-width:1600px){
    .promo-hero p {
        font-size: 28px;
    }

    .promo-hero h1 {
        font-size: 100px;
        line-height: 1.2;
    }
}

.fis-main-nav{transition: all 0.3s;}
.fis-main-nav svg{fill: #4bcd3e!important;}
.promo-localnav{background: #ffffff; width: 100%; max-height: 74px; margin-top: 0; position: fixed; top: 50px; z-index: 999999; height: 0; overflow: hidden; overflow-x: auto; transition: all 0.5s; box-shadow: 1px 3px 6px rgb(0 0 0 / 20%); top: -61rem; height:61rem;}
.promo-localnav ul{padding: 20rem 30rem; min-width: 940px;}
.promo-localnav li{display: inline-block; color: #000; padding-right: 30rem; font-size: 16rem; line-height: 20rem;}
.promo-localnav li:first-child{border-right: 1px solid #000000; font-weight: 700; margin-right: 30rem; padding-right: 30rem;}
.promo-localnav li a{color: #000; font-size: 16rem; line-height: 20rem; font-family: 'source_sans_probold', sans-serif !important; transition: all .3s; }
.promo-localnav li a:hover{color: #4BCD3E;}
.promo-localnav li a::after{display: none;}
.promo-localnav li:last-child{float: right; padding-right: 0;}
.promo-localnav li:last-child a{font-weight: 700;} 
.promo-localnav li:last-child a svg{fill: #4BCD3E; font-size: 9px; position: relative; right: 0; transition: all .3s; top:0rem!important}
.promo-localnav li:last-child a:hover svg{right: -5px;}

.panel{width: 100vw!important;}
.promo-circleslides-outer{position: relative; margin: 20px 0; padding-top: 30px; display: flex;
  width: 100%; align-items: center; height: 100%;}
.promo-circle-slide{margin: 0 auto; position: relative; max-width: 720rem; width: 100%;}
.promo-circle-slide h2{position: absolute; left: -25%; top: 24%; width: 400rem; padding: 20px; background: rgba(255,255,255,0.25); border-radius: 10px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 48rem; font-weight:600; color: #ffffff; line-height: 60rem;}
.promo-circle-slide p{background: transparent linear-gradient(113deg, #012E84 0%, #715784 100%) 0% 0% no-repeat padding-box; border-radius: 10px; width: 480px; padding: 20px; position: absolute; color: #ffffff; right: -32%; bottom: -3%; font-size: 22rem;}
.promo-circleimg{border: 4px solid rgba(255, 255, 255, 0.25); width: 550px; height: 550px; border-radius: 50%; margin: 0 auto; padding: 40rem;} 
.promo-circleimg img{width: 100%; height: auto;}

.promo-circlezoom {
    position: relative;
    margin-top: 120rem;
    padding-top: 60rem;
    z-index: 2;
}
.promo-circlezoom h3 {
  font-size: 46rem;
  line-height: 50px;
  text-align: center;
  margin: 50rem auto 0;
  max-width: 680rem;
  font-family: 'Titillium Semibold', sans-serif;
}
.promo-circlezoom h5 {
  font-size: 14px;
  font-family: 'Titillium Semibold', sans-serif;
  margin-bottom: 5rem;
  text-align: center;
}
.promo-circlezoom-inner{display: flex; justify-content: space-around; padding-bottom: 75rem; flex-wrap: wrap; align-items: center;}
.circlezoom-outer {align-items: center; display: flex; flex-direction: column; width: 100%; max-width: 430rem;}
.circlezoom-outer h2 {
  font-size: 32rem;
  margin-top: 30rem;
  font-family: 'Titillium Semibold', sans-serif;
  font-weight: normal;
  line-height: 1.2;
}
.circlezoom-outer p{font-size: 25rem; line-height: 33rem; margin-top: 32rem; max-width: 440rem; min-height: 160rem;}
.circlezoom-container {border-radius: 50%; height: 312px; -webkit-tap-highlight-color: transparent; transform: scale(0.68); transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1); width: 400px;}
.circlezoom-container:hover {transform: scale(0.68);}
.circlezoom-container-inner {clip-path: path("M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 0,400 V 10 H 200 390 Z"); position: relative; transform-origin: 50%; top: -200px;}
.circlezoom-circle {background-color: #fee7d3; border-radius: 50%; cursor: pointer; height: 380px;
  left: 10px; pointer-events: none; position: absolute; top: 210px; width: 380px; transform: translateY(8px); transition: all 0.5s;}
.circlezoom-img {pointer-events: none; position: relative; transform: translateY(20px) scale(1.15);
  transform-origin: 50% bottom; transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);}
.circlezoom-container:hover .circlezoom-img {transform: translateY(0) scale(1.35);}
.circlezoom-container:hover .circlezoom-circle {transform: translateY(0px);}
.circlezoom-img1 {left: 20px; top: 285px; width: 240px;}
.circlezoom-img2 {left: -30px; top: 284px; width: 250px;}

.clipmodal{background: url('../images/bkg-modal-payments-one-credit-FPO.jpg') no-repeat 0 0 / cover;}
.clipmodal.modal.show .modal-dialog {width: 100%; max-width: 85%; transform: none!important; left: auto; top: auto;}
.clipmodal .modal-content{left: auto; transform: none; height: auto;}


.clipmodal h3 {
    max-width: 750rem;
    font-size: 48rem;
    margin-bottom: 60rem;
    line-height: 52rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'TITILLIUM SEMIBOLD', sans-serif;
}
.clipmodal-row{display: flex; flex-wrap: wrap;}
.clipmodal-col33{width: 33.3%; border-left: 3px solid #4BCD3E; padding: 0 40rem 0 20rem; margin-bottom: 60rem;}
.clipmodal .modal-content{padding: 70rem 0;}
.clipmodal h4 {
    font-size: 32rem;
    text-align: center;
    font-family: 'Titillium Semibold',sans-serif;
}
.clipmodal p{font-size: 18rem; margin-top: 20rem;}
.clipmodal button.close{top: 20px; right: 40px; color: #fff; position: fixed; cursor: pointer;}
.clipmodal button.close svg{position: relative; top: 5px; right: -5px; stroke: #4BCD3E}

.clipmodal-col50{width: 50%; display: flex;}
.clipmodal-col50 h3{max-width: 490rem; margin-bottom: 0;}
.clipmodal-col50 h4{font-size: 20rem;}
.clipmodal-col50 p{font-size: 18rem;}
.clipmodal-col50-img{width: 50%; padding-right: 40rem;}
.clipmodal-col50-img img{width: 100%; height: auto;}
.clipmodal-col50-copy{width: 50%;}

.clipmodal2{background: url('../images/bkg-modal-payments-one-debit-FPO.jpg') no-repeat 0 0 / cover;}
.clipmodal2 .clipmodal-col33{width: 50%; border-left: 3px solid #4BCD3E; padding: 0 40rem 0 20rem; margin-bottom: 60rem; display: block;}

.clipmodal2 .clipmodal-videobox h3{font-size: 48rem; margin: 40rem 0 30rem; width: 100%; max-width: initial; text-align: center;}
.clipmodal2 .clipmodal-videobox img{border-radius: 10px;}
.clipmodal2 .clipmodal-videobox .clipmodal-col50{margin-top: 50rem; padding: 0 25px;}

.circlezoom-outer-full{display: flex; width: 100%; align-items: flex-start; margin-top: 100rem; flex-wrap: wrap;}
.tabs-content{width: 90%;}
.circlezoom-outer-full .tabs-content .circlezoom-outer{max-width: initial; display: flex; flex-direction: row; align-items: flex-start;}
.circlezoom-outer-full .tabs-content .circlezoom-outer .circlezoom-container{position: relative; top: -70px; position: relative; left: -40px; }
.circlezoom-outer-full .tabs-content .circlezoom-outer .circlezoom-container .circlezoom-circle{left: 0; transform: translateY(0px);}
.circlezoom-outer-full .tabs-content .circlezoom-outer .circlezoom-copy{text-align: left; position: relative; left: 0px; width: calc(100% - 150px);}
.circlezoom-outer-full h3{width: 100%; color: #fff; font-size: 46rem; text-align: center; font-weight:700; margin-bottom: 70rem;}
.circlezoom-outer-full .circlezoom-outer h2{font-size: 30rem; margin-top: 0;}
.circlezoom-outer-full .circlezoom-outer p{font-size: 21rem; max-width: 510rem; line-height: 30rem; margin-bottom: 30rem; min-height: auto;}

.circlezoom-outer button.btn-secondary-green-on-dark svg{position: relative; top: 2px; margin-left: 6px; fill: #ffffff; transition: .3s all; -webkit-transition: .3s all;}
.circlezoom-outer button.btn-secondary-green-on-dark:focus svg{fill: #ffffff;}
.circlezoom-outer button.btn-secondary-green-on-dark:hover svg{fill: #000000;}

.tabs-container{position: relative; width: 10%;}
.tabs-container nav.tabs {position: relative; width: 100%; padding: 0px 0px 0px 15px; border-left: 1px solid rgba(255, 255, 255, 0.3);}
.tabs-container nav.tabs ul {flex-direction: column; list-style: none; margin: 0; padding: 0; padding: 0 10px;}
.tabs-container nav.tabs ul li {padding: 1rem; cursor: pointer; color: #fff; font-size: 20rem; color: #fff; margin-bottom: 15rem; width: 100%; order: 1;}
.tabs-container nav.tabs ul li:last-child{margin-bottom: 5px;}
.tabs-container nav.tabs ul li.active {order: 0;}
.tabs-container nav.tabs ul li span{padding-bottom: 0; position: relative;}
.tabs-container nav.tabs ul li.active span {border-bottom: 3px solid #4BCD3E;}
.tabs-container nav.tabs ul li.active span:after {width: 1px; height: 1px; border: 5px solid transparent; border-top: 5px solid #4BCD3E; content: ''; position: absolute; right: -20px; top: 3px; z-index: 9999; display: none;}
.tabs-container nav.tabs ul li:not(.active) {position: relative; top: auto;}
.tabs-container nav.tabs ul.expanded li.active span:after{border-top-color: transparent; border-bottom-color: #4BCD3E;}
.tabs-container nav.tabs ul.expanded li:not(.active) {position: relative; top: auto;}
.tab-content{display: none; padding: 0;}
.tab-content.current{display: inherit;}

div#solutions{padding-bottom: 0!important;}
.promo-solutions{padding-bottom: 250px; padding-top: 150px; position: relative; background: url('../images/bkg-shutterstock_1503394274-warm-portrait-img.jpg') no-repeat 0 0 / cover; background-attachment: fixed; min-width: 100%;}
/* .promo-solutions video{background: url('../images/bkg-shutterstock_1503394274-warm-portrait-img.jpg') no-repeat 0 0 / cover; background-attachment: fixed; min-width: 100%; position: fixed; top:0; z-index: -999;} */
.promo-solutions .content-width{position: relative;}
.promo-solutions .promo-solutions-head{text-align: center;}
.promo-solutions .promo-solutions-head h2{font-weight: 700; font-size: 37px;}
.promo-solutions .promo-solutions-head p{max-width: 700px; font-size: 24px; margin: 22px auto 0; }

.promo-filter{text-align: center; margin-top: 80px;}
.promo-filter li{display: inline-block; margin: 0 15px; color: #ffffff; font-size: 18px; border-bottom: 3px solid transparent; padding-bottom: 5px; cursor: pointer;}
.promo-filter li.filter-active{border-bottom: 3px solid #4BCD3E;}

.promo-solution-slider{margin-top: 80px;}
.solution-prev, .solution-next{color: #ffffff; border: 2px solid #ffffff; border-radius: 50px; padding: 5px; display: block; height: 40px; width: 40px; font-size: 16px; text-align: center; line-height: 30px; position: absolute; right: 0; cursor: pointer;}
.solution-prev{bottom: 34%;}
.solution-next{bottom: 24%;}

.promo-solution-slider .slick-list.draggable{height: 600px!important;}
.promo-solution-slider .slick-track{height: 600px!important; transform: translate3d(0px, 0px, 0px); flex-wrap: wrap;}
.promo-solution-slider .slick-slide.slick-current.slick-active{position: relative;}
.promo-solution-slider::before {content: ''; width: calc(100% - 110px); height: 15px; background: rgba(255,255,255,0.24); backdrop-filter: blur(5px); position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; z-index: 0; border-radius: 20px; max-width: 935px;}
.promo-solution-slider::after{content: ''; width: calc(100% - 150px); height: 15px; background: rgba(255,255,255,0.14); backdrop-filter: blur(5px); position: absolute; bottom: -40px; left: 0; right: 0; margin: 0 auto; z-index: 0; border-radius: 20px; max-width: 875px;}

.promo-solution-card{border-radius: 20px; max-width: 1004px; margin: 0 auto; height: 600px; overflow: hidden; display: block!important; padding: 40px 140px 65px; background: rgba(255,255,255,0.34); backdrop-filter: blur(5px);}
.promo-solution-card p.promo-solution-eyebtow{font-size: 16px; font-weight: 600; text-align: center; width: 100%; max-width: initial; margin: 0 auto 10px!important; width: 100%;}
.promo-solution-card h2{font-size: 32px; width: 100%; text-align: center; max-width: 640px; margin: 0 auto 40px; width: 100%; line-height: 39px;}
.promo-solution-card p{font-size: 16px; max-width: 380px; float: none; margin-bottom: 40px; width: 100%; overflow: visible; height: auto; margin-top: 0; display: block;}
.promo-solution-row{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 40px;}
.promo-solution-content{width: 50%;}
.promo-solution-contentfull{width: 100%; text-align: center;}
.promo-solution-contentfull p{max-width: initial;}
.promo-solution-image{width: 39%; max-width: 416px;}
.promo-solution-image img{width: 100%; height: auto;}
.promo-solution-link{width: 100%; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; bottom: 45px;}
.promo-solution-link a{color: #ffffff; font-weight: 600;}
.promo-solution-link a svg{margin-left: 5px; stroke: #4BCD3E; position: relative; top: 1px;}
.promo-tabslidescount{position: absolute; right: 5px; bottom: 30%; font-size: 16px; color: #fff;}

.promo-insights{background: #F5F5F5; display: flex; justify-content: flex-end; padding-top: 50rem; position: relative; padding-bottom: 100px; z-index: 9; margin-top: 260rem; margin-bottom: -150rem;}
/* .promo-insights::before{content: ''; background: url('-/media/84ECFCC59BA948A6AE42AD35398B0D07.ashx') no-repeat 0 0 / cover; position: absolute;  left: 0; width:100%; height:400px; top: -26%; } */

.promo-insights::before {
  content: '';
  background: url('../images/gap-bottom.svg') no-repeat 0 0 / cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 440px;
  top: -46%;
}



.promo-insights-outer{display: flex; justify-content: space-between; width: calc(100% - 120rem); max-width: 1920px; flex-wrap: wrap; position: relative; top: -280px; padding-top: 40rem;}
.promo-insights-copy {margin-right: 40px; width: 32%; max-width: 450px; position: relative;}
/* .promo-insights-copy h2{font-size: 38px; color: #000000; font-weight: 600; margin-top: 220rem;} */

.promo-insights-copy h2 {
  font-size: 38px;
  color: #000000;
  font-weight: 600;
  margin-top: 100rem;
  font-family: 'Titillium Semibold', sans-serif;
}


.promo-insights-slider-content p {
  font-size: 16px;
}

.promo-insights-copy p{color: #000000; font-size: 20px;}
.promo-insights-slider{width: calc(100% - 500px); margin-right: -20px;}
.promo-insights-slider .slick-slide {
  margin: 0 10px;
  padding: 30px 0px;
  transition: all 0.3s;
  border-radius: 10px;
  min-height: 600px;
  max-height: 600px;
  opacity: 1;
  transform: scale(1);
  margin: 8px 15px !important;
  box-shadow: 0 0 8px 5px rgb(0 0 0 / 23%);
}

/* .promo-insights-slider .slick-slide {
  margin: 0 10px;
  padding: 30px 0px;
  transition: all 0.3s;
  border-radius: 10px;
  max-height: 600px;
  opacity: 1;
  transform: scale(1);
} */
.promo-insights-slider .slick-list{padding-bottom: 20rem;}
.promo-insights-slider .slick-slide:hover{transform: scale(1.04);}
.promo-insights-slider .slick-slide.fade-out {
  opacity: 0;
  transform: scale(.8);
}

.promo-insights-slider .slick-slide.fade-in {
  opacity: 1;
  transform: scale(1);
}

.promo-insights-slider .slick-slide img{border-radius: 10px; width: 100%; box-shadow: 0 0 8px 5px rgb(0 0 0 / 23%);} 
.promo-insights-slider .slick-slide.slick-current.slick-active{padding: 15px 0; transition: all .3s ease-in-out;}
.promo-insights-slide{position: relative;}
.promo-insights-slider-content{position: absolute; bottom: 60px; left: 30px; display: block!important; color: #ffffff; width: calc(100% - 60px)!important;}
/* .promo-insights-slider-content h4{color: #ffffff; font-weight: 600;} */

.promo-insights-slider-content h4 {
  color: #ffffff;
  font-weight: 600;
  font-family: 'titillium_webbold', sans-serif;
  font-size: 27px;
}

.promo-insights-slider-content .greenbdr{margin: 15px 0 0;}

.promo-insights-slider-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'source_sans_probold', sans-serif;
  color: #FFF;
}

.promo-insights-slider-content a svg {
  fill: #4BCD3E;
  font-size: 10px;
  position: relative;
  right: 0;
  transition: all 0.3s;
  top: 0 !important;
}

.promo-insights-slider-content a {
  display: flex;
  align-items: center;
}
.promo-insights-slider-content a:hover svg{right: -5px}
.promo-insights-slider .slick-dots{left: -60%; bottom: 15%;}


@media(min-width: 2200px){
  .promo-insights::before {
    top: -42%;
}

.promo-insights {
  padding-top: 150rem;
}

}

.insights-nav-outer{position: absolute; left: 0; bottom: 40px; width: 100%; height: auto;}
.insights-prev, .insights-next{color: #000000; border: 2px solid #000000; border-radius: 50px; padding: 8px; display: block; height: 40px; width: 40px; font-size: 16px; text-align: center; line-height: 24px; position: relative; display: inline-block; cursor: pointer;}
.insights-prev{left: 0%; top: auto; bottom: 0; font-size: 24px; transform: rotate(90deg);}
.insights-next{left: 7px; right: auto; top: auto; bottom: 0; font-size: 10px; line-height: 30px; transform: rotate(-90deg);}
.insights-prev svg, .insights-next svg{font-size: 20px;}
.insights-pagination{position: relative; width: 100%; left: 0; display: block; margin-top: 20px;}

.insights-pagination ul {
  position: relative;
  left: 0;
  transform: translate(0, 0px);
  text-align: left;
}

.insights-pagination .slick-dots li{bottom: 0;}

.promo-izzy{position: relative; background: transparent linear-gradient(180deg, #5C00AC 100%, #5C00AC 21%, #5C00AC1A 52%, #5C00AC4D 63%, #5C00AC 82%, #5C00AC 100%) 0% 0% no-repeat padding-box; height: auto; z-index: 9;}
.promo-izzy::before{content: ''; background: url('../images/gap-bottom.svg') no-repeat; position: absolute;  left: 0; width:100%; height:200px; top: -170px;}
.promo-izzy-outer{position: relative; display: flex; justify-content: space-between;  align-items: center; position: relative; top: -70px; padding-bottom: 100px; border-bottom: 2px solid rgba(255,255,255,0.4); margin-bottom: -30rem;}
.promo-izzy-outer h2{color: #ffffff; font-size: 48px; line-height: 60px;}



/*General Styles*/

body {
  max-width: 100%;
  overflow-x: hidden;
}
.fis-media .wistia_embed{width: auto;}
.fis-media .wistia_embed .wistia_click_to_play {
    height: min-content !important;
}

.promo-localnav ul li a {
    pointer-events: none;
}

.promo-localnav ul li {
    cursor: pointer;
}

.promo-localnav ul li a.active {
    color: #4BCD3E!important;
}

.promo-localnav ul li:hover a {
    color: #4BCD3E !important;
}

.promo-localnav ul li a {
    transition: all .3s;
}

.promo-localnav ul li a.active-override {
    color: #4bcd3e !important;
}

.promo-localnav ul li a.remove-override.active {
    color: #000 !important;
}

/*END General Styles*/

.video-bg-wrapper {
  position: relative;
}

.video-bg-wrapper video {
  position: fixed;
  height: 2200px;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

section.hero-intro {
  min-height: 700rem;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.hero-intro h1 {
  font-size: 100px;
  text-transform: uppercase;
}

p.intro-subhead {
  font-size: 28px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

section.hero-intro a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content a svg {
  top: 0 !important;
}

/* @media(min-width: 1440px){
.gradient-transition{top: 10%; height: 51%;}

} */


@media(max-width: 991px){
  section.hero-intro h1 {
      font-size: 80rem;
  }

  p.intro-subhead {
      font-size: 24rem;
  }

  section.hero-intro {
      padding-top: 200rem;
      padding-bottom: 100rem;
  }
  /* .gradient-transition{top: 10%; height: 55%; z-index: 0;} */
}




/*Rotating Circle Section*/


section.big-circle {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom:0 !important;
  padding-top: 90rem;
}

.big-circle-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.circle img {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
    opacity: 0;
    transition: all 1s ease-in-out;
    width: 70vh;
    max-width: 600px;
}

.circle img.active {
  opacity: 1;
  transform: rotate(0deg);
}

.circle img.active.past {
  opacity: 0;
  transform: rotate(90deg);
}


.circle::before {
    content: "";
    width: 78vh;
    position: absolute;
    height: 78vh;
    top: 50%;
    left: 50%;
    border: 3px solid rgb(185 158 251 / 67%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    max-width: 675px;
    max-height: 675px;
}

.big-circle-container .circle {
    display: flex;
    justify-content: center;
    position: relative;
    width: 70vh;
    height: 70vh;
    max-width: 600px;
    max-height: 600px;
}

.section-video-mask {
  position: fixed;
  height: 100%;
  width: 100%;
  transform: rotate(0) translateX(0) translateY(0);
  border-top-left-radius: 0;
  overflow: hidden;
  border-bottom-left-radius: 0;
  top: 0;
}

/* .new-div::before {
  position: absolute;
  height: 120%;
  width: 120%;
  transform: rotate(11.5deg) translateX(6.75%) translateY(1%);
  border-top-right-radius: 25%;
  border-top-left-radius: 19%;
  overflow: hidden;
  border-bottom-left-radius: 33%;
  content: "";
  background: #45118B;
  top: 0;
} */

.section-video-mask video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.frosted-message-container {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    width: 70vh;
    height: 100%;
    display: flex;
    max-width: 600px;
}

.frosted-message-container .message {
  opacity: 0;
  display: flex;
  max-height: 0;
  transform: translateY(-50%);
  backdrop-filter: blur(11px);
  background: rgb(255 255 255 / 20%);
  border-radius: 10px;
  padding: 25px 35px;
  transition: all 1s ease-in-out;
  position: absolute;
  top: 50%;
  width: 44vh;
}

.frosted-message-container .message.active {
  opacity: 1;
  max-height: 600px;
  transform: translateY(-50%);
  top: 50%;
}

.frosted-message-container .message.active.past {
  opacity: 0;
  max-height: 0;
  transform: translateY(-15px);
}


.frosted-message-container .message h4 {
  font-size: 48px;
  font-family: 'Titillium Semibold', sans-serif;
  line-height: 1.2;
}

.message-detail-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.message-detail-container .message-two {
    opacity: 0;
    display: flex;
    /* max-height: 0; */
    transform: translateY(15px);
    transition: all 1s ease-in-out;
    width: 100%;
    background: transparent linear-gradient(113deg, rgb(1 46 132 / 80%) 0%, rgb(113 87 132 / 80%) 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 25px;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
}

.message-detail-container .message-two.active {
  opacity: 1;
  max-height:600px;
  transform: translateY(0);
}

.message-detail-container .message-two.active.past {
  opacity: 0;
  /* max-height:0; */
  transform: translateY(-15px);
}

.message-detail-container .message-two p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22rem;
  padding-right: 8px;
}

.circle-pagination {
    position: absolute;
    bottom: 0;
    width: max-content;
    display: flex;
    z-index: 9;
    right: -20px;
    height: 100%;
    flex-direction: column;
    justify-content: center;

}

.circle-pagination .pill {
    margin-right: 0;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 40px;
    width: 40px;
    border: 1px solid #FFF;
    border-radius: 50%;
    margin: 0;
    position: relative;
    margin-bottom: 7px;
    pointer-events: none;
}

.circle-pagination .pill::after {
    content: "";
    width: 1px;
    height: 7px;
    background: #FFF;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
}

.circle-pagination .pill .pill-body {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: transparent;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pill.active .pill-body::after {
    color:#330164;
    }

    .pill:first-of-type .pill-body::after {
        content: "01";
    }
    
    .pill:nth-of-type(2) .pill-body::after {
        content: "02";
    }
    
    .pill:nth-of-type(3) .pill-body::after {
        content: "03";
    }

.pill .pill-body::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 14px;
    font-family: 'source_sans_proregular', sans-serif !important;
}



.pill {
    transition: all .3 ease-in-out;
    }

    .circle-pagination .pill:last-of-type {
        margin-right: 0;
        margin-bottom: 0;
    }

    .circle-pagination .pill:last-of-type::after {
        display: none;
    }

    .pill.active .pill-body {
        background: rgb(255 255 255 / 50%);
    }
    



@media(max-height:800px){
  .frosted-message-container .message {
    width: 80%;
}

.frosted-message-container {
  width: 50%;
}

.frosted-message-container .message h4 {
  font-size: 48rem;
}

.message-detail-container .message-two {
  width: 50vw;
  max-width: 40vw;
}

.message-detail-container .message-two p {
  font-size: 20rem;
}

}

@media(max-width:991px){

  .big-circle-container {
      display: flex;
      justify-content: center;
      position: relative;
      flex-direction: column;
      align-items: center;
    margin-bottom: 100px;
}

  /* .frosted-message-container {
      left: 50%;
      top: 0;
      transform: translateY(0) translateX(-50%);
      width: 100%;
      justify-content: center;
      align-items: flex-start;
      position: relative;
      min-height: 130px;
  } */

  .frosted-message-container {
    left: 0;
    top: 0;
    transform: translateY(0) translateX(0);
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-height: 130px;
    max-width: 50vh;
}

.frosted-message-container .message {
    transform: translateY(0) !important;
    top: 0 !important;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-height: max-content !important;
    padding: 15px 25px;
}

  .message-detail-container .message-two {
      width: 100%;
  }

  .frosted-message-container .message h4 {
    font-size: 36px;
    text-align: center;
}

  /* .message-detail-container {
      position: relative;
      bottom: 0;
      right: 0;
      width: 100%;
      transform: none;
  } */

  .message-detail-container {
    position: relative;
    bottom: -12vh;
    right: 0;
    width: 100%;
    transform: none;
    max-width: 50vh;
}

  .message-detail-container .message-two {
      transform: translateY(15px) translateX(-50%);
      width: 50%;
      left: 50%;
  }

  .message-detail-container .message-two.active {
      transform: translateY(0) translateX(-50%);
  }

  .message-detail-container .message-two.active.past {
      transform: translateY(-15px) translateX(-50%);
  }

  .frosted-message-container .message h4 {
      font-size: 37rem;
  }

  .lastContainer {
      padding-top: 140px;
  }

  .big-circle-container .circle {
    width: 50vh;
    height: 50vh;
}

  .circle img {
      max-width: 100%;
  }

  .circle::before {
    width: 57vh;
    height: 57vh;
}

  .circle-pagination {
    bottom: calc(-12vh + -20px);
    right: 50%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    transform: translateX(50%);
    align-items: flex-end;
}


.circle-pagination .pill {
    margin-bottom: 0;
    margin-right: 7px;
}

.circle-pagination .pill::after {
    content: "";
    width: 7px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 1px);
    transform: translateX(0);
}

.message-detail-container .message-two {
    padding: 25px 25px 30px;

}

.circle-pagination .pill:last-of-type {
    margin-right: 0;
}

}
/*END Rotating Circle Section*/



/*bootstrap modal CSS*/

html.no-overflow {
      overflow: hidden;
  }

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: initial;
  transition: initial;
  transition: initial;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/*brightcove styles*/
.video-js:not(#bg-video) {
  outline: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
}

.bc-iframe, .bc-iframe body, .bc-player-default_default, .bc-player-default_default .vjs-poster {
background-color: #000;
}


/*Video modal styles*/
/*Video modal styles*/
/*Video modal styles*/

.modal-dialog .video-player {
position: absolute !important;
bottom: 0 !important;
z-index: 9999;
}

.modal-content {
position: absolute;
height: 100%;
background: transparent;
border: none !important;
}



div#video-player-modal.active {
opacity: 1;
z-index: 9999;
}

#video-player-modal .video-player {
/* position: relative; */
max-width: 75%;
height: 75vh;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
}

.video-modal-wrapper {
max-width: 75%;
/* position: relative; */
}

.video-close {
position: absolute;
left: 20rem;
top: 20rem;
cursor: pointer;
transition: all .3s ease-in-out;
display: block !important;
z-index: 99999;
width: 40px;
height: 40px;
}

.video-close .fis-icon {
width: 40px;
height: 40px;
opacity: .5;
}



.modal-body {
max-height: 82vh !important;
width: 100%;
height: 100%;
margin: 0 auto;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}

.modal-header {
border-bottom: none;
}

button.close {
float: none;
clear: both;
opacity: 1;
font-weight: 400;
position: absolute;
right: -40px;
top: 0;
background: transparent;
border: none;
}

img.close-icon {
width: 26px;
height: 26px;
}

.modal-header {
height: 52px;

}

.modal.show .modal-dialog {
  width: 100%;
  max-width: 85%;
  transform: translate(50%, -50%) !important;
  left: -35%;
  top: -50%;
}

.modal-content {
  left: 50%;
  transform: translateX(-50%);
}

@media all and (-ms-high-contrast:none) {

.modal-content {
    top:0;
    -ms-overflow-style: none;
}
}

@media(max-width:768px){
button.close {
    right: -20px;
    top: -30px;
}
}
.fis-close-svg {width: 20px; height: 20px; stroke: #fff; cursor: pointer;}
.fis-brightcove-wrapper .new-video-component {z-index: auto;}
.new-video-component.fis-brightcove-wrapper, .fis-brightcove-wrapper .fis-media-image {height: 30vw;}
.fis-brightcove-wrapper .new-video-component a {cursor: pointer;}

.fis-brightcove-wrapper .vjs-control-bar span.vjs-icon-placeholder, .fis-brightcove-wrapper .vjs-control-bar span.vjs-current-time-display, .fis-brightcove-wrapper .vjs-control-bar .vjs-time-divider span, .fis-brightcove-wrapper .vjs-control-bar span.vjs-duration-display {top: 0 !important; bottom: 0 !important; position: relative !important; left: 0 !important; font-size: 10px !important; padding-left: 0 !important; line-height: 3em !important;}
.fis-brightcove-wrapper .vjs-control-bar .vjs-button>.vjs-icon-placeholder:before {position: relative !important;}

.modal-backdrop+.modal-backdrop {display: none;}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .video-carousel .fis-media-image {height: 100%; top: 0;}
}
.modal-body .vjs-control-bar, .vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {display: flex !important;}
body:not(.modal-open) {padding-right: 0px !important;}
.fis-media-carousel .fis-media-height .fis-media-image {height: 30vw;}

.fis-full-video-wrapper {margin-top: 40rem;}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .fis-full-video-wrapper .fis-media-image {top: 0;} 
}
/*END bootstrap modal CSS*/


/*Card Shuffle Sections*/

.fixed-bg {
  position: fixed;
  left: 0;
  width: 100vw;
  height: calc(100vh);
  z-index: 1;
  background-position-y: -200rem !important;
  transition: all .65s .2s ease-in-out;
}

.fixed-bg.parallax {
  background-position-y: 0 !important;
  
}

.fixed-bg.parallax.parallax-increase {
  background-position-y: 200rem !important;
}

.graph-intro h3 {
  font-family: 'Titillium Semibold', sans-serif;
  font-size: 30rem;
}

.shuffle-graph {
  position: relative;
  height: 700px;
}



.shuffle-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 700px;
  justify-content: center;
  padding: 60rem 80rem;
  border-radius: 20px !important;
  position: relative;
  /* background: rgb(255 255 255 / 15%); */
}

.shuffle-card .shuffle-controls {
  display: flex;
  position: absolute;
  top: 30rem;
  right: 30rem;
  z-index: 20;
  opacity: 0;
}

.shuffle-card.active-card .shuffle-controls {
  opacity: 1;
}

.shuffle-card .data-description {
  font-size: 12px;
  text-align: center;
  flex: 1;
}

.shuffle-card .data-set .dynamic-stat {
  font-size: 26rem;
  font-family: 'source_sans_probold', sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: center;
  line-height: 0;
  transform: translateY(-16px);
}

.shuffle-card-header h4 {
  font-size: 16rem;
  font-family: 'source_sans_semibold', sans-serif;
  margin-bottom: 5rem;
}

.shuffle-card .data-set {
  display: flex;
  height: 50%;
  align-items: flex-end;
}

.shuffle-card .data-set .col {
  margin-right: 20rem;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.shuffle-card .data-set.ten-up .col {
width: calc(100% / 10);
}

.shuffle-card .data-set.seven-up .col {
  width: calc(100% / 7);
}

.shuffle-card .data-set.three-up .col {
  width: calc(100% / 3);
  }
  

  .shuffle-card .data-set.eleven-up .col {
      width: calc(100% / 11);
      }

.shuffle-card .data-set.twelve-up .col {
  width: calc(100% / 12);
  }

  .shuffle-card .data-set.twelve-up {
      transform: translateY(-25rem);
  }

.shuffle-card .data-set .col .vertical-bar.blue-red-gradient {
  background: transparent linear-gradient(180deg, #4C12A1 0%, #FF1F3E 100%) 0% 0% no-repeat padding-box;;
}

.shuffle-card .data-set .col:last-of-type {
  margin-right: 0;
}

.shuffle-controls .control {
  font-size: 18px;
  margin-right: 20rem;
  padding-bottom: 5px;
}

.shuffle-controls .control:last-of-type {
  margin-right: 0;
}

.shuffle-card .data-set .col .vertical-bar {
  max-width: 46px;
  width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 12rem;
  margin-top: 0;
}

.shuffle-card .data-set.three-up .col .vertical-bar {
  max-width: 99px;
}


.arrow-controls .card-count {
  font-size: 14px;
  font-family: 'source_sans_proregular', sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}

.shuffle-card .arrow-controls .down-arrow, .shuffle-card .arrow-controls .up-arrow {
  border-radius: 50%;
  border: 1px solid #FFF;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shuffle-card .vert-bar-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.arrow-controls div[role="button"] {
  cursor: pointer;
}

.arrow-controls div[role="button"] svg {
  font-size: 20px;
}
.shuffle-card.active-card.active-card {
  z-index: 15;
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}


.shuffle-card.begin-opacity .shuffle-card-header, .shuffle-card.begin-opacity .arrow-controls, .shuffle-card.begin-opacity .shuffle-card-header .data-set {
  opacity: 1 !important;
}

.shuffle-card:not(.active-card) {
  z-index: 1;
  top: 0;
  left: 50%;
  opacity: 0;
}

.shuffle-card:not(.active-card) .arrow-controls {
  opacity: 0;
}

.shuffle-card:not(.active-card) .data-set {
  opacity: 0;
}

.shuffle-card:not(.active-card) .shuffle-card-header {
  opacity: 0;
}

.shuffle-card:not(.active-card) .row {
  opacity:0;
}

.shuffle-card {
  position: absolute;
  transition: all .5s ease-in-out .4s;
  left: 50%;
  transform: translateX(-50%);
}

.shuffle-card.fade-down-card {
  transform: translate3d(-50%, 7%, 0) !important;
  opacity: 0 !important;
}

.shuffle-card.focus-new-card {
  transform: translate3d(-50%, 0%, 0) scale(1) !important;

}
.shuffle-card.fade-up-card {
  transform: translate3d(-50%, -7%, 0) scale(.96) !important;
}

.shuffle-controls .control {
  opacity: 1;
  cursor: pointer;
  transition: all .3s ease-in-out;
  font-family: 'source_sans_semibold', sans-serif;
}

.shuffle-controls .control:hover {
  opacity: 1;
}

section.vertical-shuffle {
  left: 50%;
  transform: rotate(0deg) translateX(-50%);
  padding-top: 173px;
  position: relative;
  padding-bottom: 150px;
}

@media(min-width:2200px){
  section.vertical-shuffle {
    padding-top: 290px;
}
}

.shuffle-graph-container-element {
  position: relative;
}

.shuffle-graph {
  z-index: 9;
}

.three-card-shuffle {
  position: absolute;
  height: 700px;
  margin-bottom: 100px;
  margin-top: 0;
  width: 100%;
  top: 0;
}

.card-shuffle-bg {
  transform: translateY(0) translateX(-50%);
  transform-origin: center;
  border-radius: 20px;
  height: 700px;
  width: 100%;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 0;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 15%);
  background-image: url('../images/bkg-pattern-solution-card-30opc_032023.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  transition: all .5s ease-in;
}

.card-shuffle-bg.fade-up-first {
  height: 25px;
  opacity: 0;
  top: -25px;
  width: 90%;
}



.card-shuffle-bg.pseudo-next-1 {
  transform: translateX(-50%);
  max-width: 90%;
  left: 50%;
  z-index: 4;
  opacity: .5;
  height: 15px;
  top: calc(100% + 5px);
  transition: all .5s ease-in;
}

.card-shuffle-bg.pseudo-next-1.fade-up {
  height: 700px;
  top: 0;
  opacity: 1;
  max-width: 100%;
  z-index: 5;
}

.card-shuffle-bg.pseudo-next-2 {
  transform: translateX(-50%);
  max-width: 83%;
  left: 50%;
  z-index: 3;
  opacity: .25;
  height: 10px;
  top: calc(100% + 25px);
}
.card-shuffle-bg.pseudo-next-2.fade-from-zero {
  opacity: 0;
}

.card-shuffle-bg.fade-from-zero.new-top {
  width: 90%;
  height: 25px;
  top: -30px;
  opacity: 0;
  /* transition: width .5s ease-in .25s, height .5s ease-in .25s, top .5s ease-in .25s, opacity .5s ease-in; */
  transition: all .5s ease-in;
}

.card-shuffle-bg.fade-from-zero.new-top.show-first {
  width: 100%;
  height: 700px;
  top: 0;
  opacity: 1;
}




.card-shuffle-bg.pseudo-next-2.fade-from-zero.show-last {
  opacity: .25;
  
}

.card-shuffle-bg.pseudo-next-2.fade-up-third {
  top: calc(100% + 5px);
  opacity: .5;
  max-width: 90%;
  height: 15px;
}

.shuffle-card .arrow-controls .down-arrow {
  order: 3;
}

.arrow-controls .card-count {
  order: 2;
}

.arrow-controls .card-count {
  order: 1;
}

/*Up Animation Classes*/

.card-shuffle-bg.pseudo-active.fade-down {
  z-index: 4;
  top: calc(100% + 5px);
  height: 15px;
  transition: all .5s ease-in;
  opacity: .5;
  width: 90%;
}

.card-shuffle-bg.pseudo-next-1.fade-down-next {
  z-index: 3;
  top: calc(100% + 25px);
  opacity: .25;
  width: 83%;
  height: 10px;
}

.card-shuffle-bg.pseudo-next-2.fade-down-next-two {
  z-index: 2;
  top: calc(100% + 35px);
  opacity: 0;
  width: 83%;
}


/*END Up Animation Classes*/


/*Promo Page Card Shuffle Adjustments*/
.new-div {
  min-height: 1060px;
  width: 100%;
  position: relative;
  z-index: 3;
  top: 0rem;
  transform: rotate(0deg);
  left: 0;
}
#content .shuffle-card a svg{top: 0rem!important;}
.section-intro h3 {
  font-size: 37px;
  font-family: 'Titillium Semibold', sans-serif;
}

.section-intro p {
  font-size: 24px;
}

.col-100.section-intro {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80rem;
}

.shuffle-controls.content-width {
  display: flex !important;
  margin-bottom: 30rem;
  justify-content: center;
}

.big-card-header {
  font-size: 31rem;
  font-family: 'titillium_webregular', sans-serif !important;
  line-height: 1.3;
  max-width: 500rem;
  margin-left: auto;
  margin-right: auto;
}

.row.two-col {
  display: flex;
}


.row.two-col .col {
  width: 50%;
}

.col.img-col {
  display: flex;
  justify-content: center;
}

.col.img-col img {
  max-width: 100%;
  max-height: 100%;
}

.shuffle-card.leftheading .row.two-col .col{width: 60%;}
.shuffle-card.leftheading .row.two-col .col.img-col{width: 40%;}
.shuffle-card.leftheading .row.two-col .col.img-col img{max-width: 90%; max-height: 90%;}
.shuffle-card.leftheading .col-100 p{max-width: 800rem;}
.shuffle-card.leftheading .col .big-card-header.fis-text-white.text-center.max-700 {max-width: 520px;}
.shuffle-card.leftheading .col .big-card-header{margin-left: 0;}
.shuffle-card .col-100 p{max-width: 800rem;}

.shuffle-card .col-100 p:last-of-type {
  margin-bottom: 0;
}

.shuffle-card.leftheading .row.two-col .col.img-col {
    width: 40%;
    display: flex;
    align-items: center;
}


.shuffle-card-header {
  height: auto;
  min-height: 70rem;
  margin-bottom: 20rem;
}

.shuffle-card .arrow-controls {
  display: flex;
  color: #FFF;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -28px;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
}


.shuffle-card .up-arrow {
  margin-bottom: 13px;
}

.shuffle-card .down-arrow {
  margin-top: 14px;
}

.row.cta-row {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-top: 70rem;
}

.row.cta-row .col a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
}

.row.cta-row .col a:hover {
  color: #4bcd3e !important;
}

.row.cta-row .col a svg {
  transform: translateX(8px);
  fill: #4bcd3e;
  transition: all .3s ease-in-out;
}

.shuffle-card .row.cta-row .col a:hover svg {
  transform: translateX(10px) scale(1.25);
}

.shuffle-card .row.cta-row .col.twolinks{
  display:flex; flex-wrap: wrap;
}

.shuffle-card-left h4{text-align: left; margin-left: 0;}
.shuffle-card-left p {text-align: left;}
.left-links{left: 60rem!important; transform: translateX(0); justify-content: flex-start!important;} 
.forvid{flex-wrap: wrap; border-radius: 20rem; overflow: hidden; align-content: flex-start;}
.forvid video{cursor: pointer;}
.forvid .video-area{display: block; width: 100%;}
.forvid .video-area a{justify-content: center; color: #ffffff; margin-top: 10rem; font-family: 'source_sans_probold';}
.ml-0{margin-left: 0;}
.forvid .forbdrr{border-radius: 20px; overflow: hidden; max-height: 200px;}

.shuffle-card .row.cta-row .col a {
  font-size: 16px;
  font-family: 'source_sans_probold', sans-serif;
  margin: 10px 15px;
}
.row.cta-row .col a.btn-primary-green-on-dark svg{
fill: #000000;}

.row.cta-row .col a.btn-primary-green-on-dark:hover, .row.cta-row .col a.btn-primary-green-on-dark:focus, .row.cta-row .col a.btn-primary-green-on-dark:active {
color: #ffffff!important;}

.row.cta-row .col a.btn-primary-green-on-dark:hover svg, .row.cta-row .col a.btn-primary-green-on-dark:focus svg{
  fill: #ffffff;}

.shuffle-controls .control.active {
  position: relative;
}

.shuffle-controls .control.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #4bcd3e;
}

.big-card-header.fis-text-white.text-center.max-700 {
  max-width: 700px;
}

.row.max-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.shuffle-card-header.no-bottom-margin {
  margin-bottom: 30rem;
}

.shuffle-card .col-100 p:first-of-type {
  margin-top: 0;
}

.shuffle-card .col-100 p:last-of-type {
  margin-bottom: 0;
}

.shuffle-card p {
  font-size: 19rem;
  margin-bottom: 35rem;
  max-width: 500rem;
}
.shuffle-card .col-100 p{max-width: 100%;}
/*END Promo Page Adjustments*/

section#nextsteps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 125%;
  height: 125%;
  background: rgb(157,100,198);
  background: radial-gradient(circle, rgba(157,100,198,1) 0%, rgba(89,90,170,1) 25%, rgba(92,0,172,1) 100%);
  transform: translateX(-50%) translateY(-5%) rotate(9deg);
  border-top-left-radius: 50%;
}

@media(max-width:1376px){
  section#nextsteps::before {
    width: 140%;
}
}

@media(max-height: 800px){

    .shuffle-card {
        height: 500px;
        justify-content: flex-start;
    }
    
    .shuffle-graph {
        height: 500px;
    }
    
    .three-card-shuffle {
      height: 500px;
    }
    
    .card-shuffle-bg {
      height: 500px;
    
    }
    
    .card-shuffle-bg.pseudo-next-1.fade-up {
      height: 500px;
    }
    
    
    .card-shuffle-bg.fade-from-zero.new-top.show-first {
      height: 500px;
    }
    
    .big-card-header {
        font-size: 32rem;
    
    }
    
    .shuffle-card p {
        margin-bottom: 15rem;
        font-size: 16rem;
    }
    
    .shuffle-card p:last-of-type {
        margin-bottom: 0;
    }
    
    .shuffle-card p:first-of-type {
        margin-top: 0;
    }
    
    }

/*
@media(max-height:800px){
  .shuffle-card .arrow-controls .down-arrow, .shuffle-card .arrow-controls .up-arrow {
      width: 25px;
      height: 25px;
  }

  .arrow-controls div[role="button"] svg {
      font-size: 12px;
  }

  .bar-number {
      font-size: 20rem;
  }

  .shuffle-card .data-set .dynamic-stat {
      font-size: 20rem;
  }

  .shuffle-card-header h4 {
      font-size: 16px;
  }

  .shuffle-controls .control {
      font-size: 18px;
  }

  .shuffle-card .data-description {
      line-height: 1.2;
  }

  .shuffle-card .arrow-controls {
      top: 10rem;
      position: relative;
  }
  
  .graph-intro h3 {
      font-size: 22rem;
  }

  .shuffle-card .data-description {
      font-size: 11px;
  }

  .shuffle-card .data-set .col .vertical-bar {
      margin-bottom: 7px;
  }

  .three-card-shuffle {
      height: 48vh;
  }
  
  .card-shuffle-bg {
      height: 48vh;
  }

  .card-shuffle-bg.pseudo-next-1.fade-up {
      height: 48vh;
  }

  .card-shuffle-bg.fade-from-zero.new-top.show-first {
      height: 48vh;
  }
  
  .card-shuffle-bg.pseudo-next-1.fade-up {
      height: 48vh;
  }
  

} */

@media(max-width:991px){



  .new-div::before {
      transform: rotate(5deg) translateX(-3%) translateY(1%);
      border-top-right-radius: 0;
      border-top-left-radius: 21%;
  }

  .section-video-mask {
      transform: rotate(8deg) translateX(-8%) translateY(4%);
      border-top-right-radius: 0;
  }

  /* section.vertical-shuffle {
      left: 50%;
      transform: rotate(0deg) translateX(-50%);
  } */

  .col-100.section-intro {
      max-width: 75vw;
  }

  .shuffle-controls.content-width {
      flex-direction: column;
  }

  .shuffle-graph-container-element {
    position: relative;
    width: 100% !important;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100rem;
}

  .fixed-bg {
      display: none;
  }

  .shuffle-graph {
    position: relative;
    min-height: max-content;
    height: auto;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

  .shuffle-card.next-1 {
      opacity: 0 !important;
  }

  .shuffle-card.next-2 {
      opacity: 0 !important;
  }

  .graph-intro h3 {
      text-align: left !important;
  }

  .row.graph-intro p.text-center {
      text-align: left !important;
  }

  .shuffle-card {
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    background: rgb(255 255 255 / 15%);
    position: absolute;
    min-height: 500px;
    background-image: url('../images/bkg-pattern-solution-card-10opc.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

  .shuffle-card.active-card.active-card {
      position: relative;
  }

  .shuffle-card .data-set.ten-up .col {
      width: calc(100% / 3);
      margin-bottom: 20rem;
  }

  .shuffle-card .data-set .col {
      margin-right: 0;
  }

  .shuffle-card .data-set .dynamic-stat {
      line-height: 1;
  }

  .shuffle-card .data-set {
      display: flex;
      height: auto;
      align-items: stretch;
      flex-wrap: wrap;
      flex: 1;
  }

  .shuffle-card-header h4 {
      padding-bottom: 0px;
      margin-bottom: 0;
      text-align: center;
  }
  .shuffle-card-header{min-height: 100rem;}
  .promo-circlezoom-inner{justify-content: center;}
  .promo-circlezoom {
    position: relative;
    margin-top: 0;
}

  .row.cta-row {
    left: 0%;
    right: auto;
    transform: translateX(0%);
  position: relative;
}

.left-links{left:0rem!important; transform: translateX(0%);}
.forvid{padding-left: 20rem;}
  .shuffle-card .shuffle-controls {
      position: relative;
      top: 0;
      right: initial;
  }

  .shuffle-card .shuffle-controls {
      margin-bottom: 22rem;
      flex-direction: column;
  }

  .shuffle-controls .control {
      opacity: 1;
      margin-bottom: 10rem;
      text-align: center;
  }

  .shuffle-controls .control:last-of-type {
      margin-right: auto;
  }

  .shuffle-card .vert-bar-wrapper {
      height: 100rem;
      justify-content: flex-end;
  }

  .shuffle-controls .control {
      margin-right: auto;
      max-width: max-content;
      margin-left: auto;
  }

  .shuffle-card .data-set .col .vertical-bar {
      margin-top: 5px;
  }

  .graph-intro {
      padding-top: 20rem;
      padding-bottom: 25rem;
  }

  .three-card-shuffle {
      height: min-content;
      margin-bottom: 0;
  }


  .three-card-shuffle {
      display: none !important;
  }


  .shuffle-card .down-arrow {
      margin-top: 0;
  }

  .shuffle-card .up-arrow {
      margin-bottom: 0;
  }

  .shuffle-card .arrow-controls {
    right: 50%;
    left: 50%;
    flex-direction: row;
    top: 100%;
    transform: translateY(-50%) translateX(-50%);
    width: max-content;
}

.shuffle-controls.content-width {
  flex-direction: column;
  max-width: 100vw;
}


.row.two-col .col {
  width: 50%;
}

.shuffle-card p {
  font-size: 16px;
  max-width: 100%;
  width: 100%;
}

.col.img-col img {
  max-width: 70%;
  max-height: 70%;
}

.col.img-col {
  align-items: center;
}

section#nextsteps::before {
    width: 170% !important;
    transform: translateX(-50%) translateY(-9%) rotate(0deg) !important;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}

}

@media(max-width:576px){
  .graph-intro h3 {
      font-size: 23rem;
      line-height: 1.2;
  }

  
}

/*END Card Shuffle Sections*/

.insights-nav-outer.insights-pagination-mob{display: none;}

@media(min-width:1600px){
    .message-detail-container .message-two p {
        font-size: 24px;
    }

    .circlezoom-outer p {
        font-size: 24px;
        line-height: 1.5;
    }
    
    .circlezoom-outer h2 {
        font-size: 32px;
        line-height: 1.2;
    }

}


@media(max-height:800px){
  .promo-insights-slider .slick-slide {
    min-height: 500px;
    max-height: 500px;
}

.promo-insights {
  margin-bottom: -200rem;
}

}

@media screen and (min-device-width: 1281px) and (max-device-width: 1920px) {
  .promo-circle-slide p{width: 75%;}
  .promo-circle-slide h2{width: 55%; left: -27%;}
  /* .promo-insights::before{top: -26%;} */
  .promo-insights-slider .slick-dots{left: -30%;}
  
}

@media screen and (min-device-width: 991px) and (max-device-width: 1280px) {
  .promo-insights-slider .slick-dots{left: -60%;}
  .promo-insights-outer{top: -230px;}
  .promo-izzy-outer{top: -150px; margin-bottom: -120rem;}
  
}
@media all and (max-width: 1280px) {
  .frosted-message-container .message h4 {
    font-size: 38px;
    text-align: center;
}
}

@media(max-width: 1200px){
  .promo-insights-slider-content h4 {
    font-size: 20px;
}

.promo-insights-slider .slick-slide {
    max-width: 100%;
}

.promo-insights-slider-content p {
  font-size: 14px;
}

.promo-insights-copy {
  min-height: 550px;
}
}

@media all and (max-width: 991px) {
  .tabs-content {width: 84%;}
  .tabs-container {width: 16%;}
  .tabs-container nav.tabs{margin-left: 20px; padding: 0px 0 0px 15px;}
  .circlezoom-outer-full .tabs-content .circlezoom-outer .circlezoom-copy{left: 0;}
  .circlezoom-outer-full .tabs-content .circlezoom-outer .circlezoom-container{left: -90px;}
  .promo-circle-slide h2{left: -14%;}
  .promo-circle-slide p{right: -16%;}
  .promo-solution-card{padding: 40px 50px 65px;}
  /* .promo-insights-slider{width: calc(100% - 310px);} */
  .promo-insights-slider .slick-dots{left: 50%;}
  .insights-prev{left: auto; right: 10px; bottom: 0;}
  .insights-next{left: auto; right: -10px; bottom: 0;}
  .message-detail-container .message-two {
    width: 100%;
}
  /* .promo-insights-slider{width: 65%;} */
  .insights-pagination ul{left: 0; width: 100%;}
  .promo-insights-outer{top: -140px; margin-bottom: 100rem;}
  .promo-insights-copy{margin-right: 20rem;}
  .promo-izzy-outer{top: -150px;}
  /* .big-circle-container{flex-direction: row; top: 22vh;} */
  .frosted-message-container .message{text-align: left;}
  .circle img{bottom: 0; margin: auto;}
  .message-detail-container .message-two p {
    font-size: 18rem;
    text-align: center;
}
  .circlezoom-outer{margin-top: 0;}
  .promo-insights-copy h2{margin-top: 80rem; font-size: 32px;}
  .promo-insights-copy p{font-size: 17px;}
  .promo-insights{justify-content: center;}
  .promo-insights-slider-content h4{font-size: 20rem;}
  .insights-nav-outer{bottom: 0;}
  .promo-insights-copy{width: 33%;}

}

@media(max-width:830px){
    .promo-insights-copy {
        min-height: auto;
    }
    
    .promo-insights-outer {
        top: -100px;
    }
    
    .promo-insights::before {
        top: -23%;
    }
    
    .promo-insights {
        padding: 0 20rem 140rem;
        justify-content: center;
    }
    
    .promo-insights-slider {
        width: 100%;
        max-width: 100%;
    }
    
    .promo-insights-slider .slick-slide {
        box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 15%);
    }
    
    .insights-nav-outer.insights-pagination-mob {
        display: flex!important;
        bottom: 0rem;
        justify-content: center;
    }
    
    .insights-nav-outer {
        display: none !important;
    }
    
    .promo-insights-outer {
        margin-bottom: 210rem;
    }
    
    .promo-insights-slider.slick-initialized {
        padding-bottom: 50rem;
    }

    .promo-insights-slider .slick-slide {
        max-width: 100% !important;
    }
}

  
@media all and (max-width: 768px) {
  .tabs-container nav.tabs{margin: 0; padding: 0; border-left: none;}
  .tabs-container nav.tabs ul {display: flex; flex-direction: column; list-style: none; margin: 0 auto; padding: 0; padding: 0; position: absolute; top: -40px; }
  .tabs-container nav ul.expanded{background: rgba(0,0,0,0.5);}
  .tabs-container nav.tabs ul li {padding: 1rem; cursor: pointer; color: #fff; font-size: 20rem; color: #fff; margin-bottom: 15rem; width: 100%; order: 1; padding: 5px 25px 5px 20px;}
  .tabs-container nav.tabs ul li span{padding-bottom: 2rem; position: relative;}
  .tabs-container nav.tabs ul li.active {order: 0; background: transparent; margin-bottom: 0; color: #ffffff;}
  .tabs-container nav.tabs ul li.active span:after {width: 1px; height: 1px; border: 5px solid transparent; border-top: 5px solid #4BCD3E; content: ''; position: absolute; right: -15px; top: 10px; z-index: 9999; display: block;}
  .tabs-container nav.tabs ul li:not(.active) {position: absolute; top: -999em;}
  .tabs-container nav.tabs ul.expanded li.active span:after{border-top-color: transparent; border-bottom-color: #4BCD3E; top: 6px;}
  .tabs-container nav.tabs ul.expanded li:not(.active) {position: relative; top: auto; margin: 3px 0;}
  .tabs-container nav ul.expanded li{background: transparent;}
  .tabs-content{order: 2; width: 100%;}
  .tabs-container{order: 1; width: 100%; margin-bottom: 40px;}
  .tabs-container nav{text-align: center; overflow: visible;}
  .tabs-container nav ul {z-index: 9; left: 0; right: 0; margin: 0 auto; width: max-content;
    padding: 0; border-radius: 10px; overflow: hidden;}
  .tabs-container nav ul li{padding: 10px 20px; margin-bottom: 0;}
  .tabs-container nav ul.expanded li.current.active{background: #ffffff; top: 0;} 
  .tabs-container nav ul.expanded li.current.active span{border-bottom: none; color: #4BCD3E;}    
  .tabs-container nav ul li.active{color: #4BCD3E; color: #fff; background: transparent; }  
  .tabs-container nav ul.expanded li.active span:after{display: block;}
  

  .promo-hero h1{font-size: 60rem;}
  .promo-hero p {font-size: 26rem;}
  .promo-circle-slide h2{left: 0; right: 0; margin: 0 auto; top: -10%;}
  .promo-circle-slide p{right: 0; bottom: -3%; font-size: 22rem; left: 0; margin: 0 auto;}
  .promo-solution-card{padding: 40px 30px 65px;}
  .promo-insights{padding: 0 20rem 140rem; justify-content: center;}
  .promo-insights-copy{width: 100%; margin-right: 0;}
  .promo-insights-slider{width: 100%; max-width: 100%}
  .promo-insights-outer{top: -100px;}
  .promo-insights-slider{margin-right: 0!important;}
  .promo-insights-slider .slick-dots{left: 50%; bottom: 0; right: 0; margin: 0 auto; width: 100%;}
  .promo-izzy::before{background:url('../images/bkg-gradient-bottom.svg') no-repeat left top / 100%}
  .insights-nav-outer{display: none;}
  .insights-nav-outer.insights-pagination-mob {
    display: flex;
    bottom: 0rem;
    justify-content: center;
}
  
  .frosted-message-container .message{left: 0; right: 0; margin: auto; min-height:130px; min-height: 130px;}
  .clipmodal .modal-content{padding: 70rem 30rem; width: 120%;}
  .clipmodal-col33{width: 50%;}  
  .frosted-message-container .message h4 {
    font-size: 32px;
}
  .shuffle-card .row.two-col{flex-wrap: wrap;}
  .row.two-col .col {width: 100%;}
  .shuffle-card-header{min-height: 100rem;}
  .big-card-header{font-size: 25rem;}  
  .shuffle-card{height: 100%; margin-bottom: 120rem;}
  section.vertical-shuffle {
    left: 50%;
    padding-bottom: 0;
}
  .shuffle-card .arrow-controls {right: 0; top: 102%; transform: none; left: 0; margin: auto;}  
  .promo-insights::before{top: -16%;}
  .new-div::before{width: 150%;}  
  .shuffle-graph-container-element {
    padding-bottom: 0;
}

.promo-insights-copy {
  min-height: auto;
}



.promo-insights-slider .slick-slide {
  box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 15%);
}

.shuffle-card.leftheading .row.two-col .col.img-col {
    display: none;
}

.shuffle-card.leftheading .row.two-col .col {
    width: 100%;
}

.promo-insights {
    margin-top: 230rem;
}

.shuffle-card-header h4 {
  text-align: left!important;
}
.big-card-header.fis-text-white.text-center.max-700{text-align: left!important;}
.new-div{z-index: 99;}
.left-links{left: 0rem!important;}
}  

@media all and (max-width: 570px) {

    .message-detail-container .message-two {

        max-width: 100% !important;
    }
  .promo-hero h1{line-height: 60rem;}
  .promo-circle-slide h2{font-size: 34rem; line-height: 40rem;}
  .promo-circleimg{width: calc(100% - 30px); height: auto;}
  .promo-circle-slide p{width: calc(100% - 30px); bottom: -30%;}
  .promo-circle-slide{min-height: 460px;}
  .promo-filter li{margin: 0 5px 20px;}
  .promo-solution-content{width: 90%;}
  .promo-solution-image {width: 90%;}
  .promo-solution-contentfull {width: 90%;}
  .promo-solution-card{height: 1000px;}
  .promo-solution-slider .slick-list.draggable {height: 1000px!important;}
  .promo-solution-slider .slick-track{height: 1000px!important;}
  .promo-insights{width: 100%; padding: 0 0 100rem;}
  .promo-izzy-outer{flex-wrap: wrap;}
  .promo-izzy-outer h2{margin-bottom: 40rem;}
  .frosted-message-container .message{width: 100%;}
  .big-circle-container .circle {width: 35vh; height: 35vh;}
  .circle::before {width: 40vh; height: 40vh; top: 30%;}
  .circle img{bottom: 14vh;}
  .frosted-message-container {
    top: -5vh;
}
.message-detail-container {
    bottom: -5vh;
}
  .message-detail-container .message-two{
    padding: 15px 15px 25px;
}
  /* .message-detail-container .message-two p{font-size: 14rem;} */
  .circlezoom-outer {
    margin-top: 60px;
}
  .circlezoom-outer:nth-child(1){margin-top: 0;}
  .circlezoom-outer h2{font-size: 28rem;}
  .clipmodal h3{font-size: 28rem; line-height: 40rem;}
  .clipmodal-col33{width: 100%; padding: 0 20rem 0 20rem;}
  .clipmodal-col50{width: 100%; margin-bottom: 30rem; flex-wrap: wrap;}
  .clipmodal-col50-img {width: 80%; padding-right: 0; margin: 0 auto;}
  .clipmodal-col50-copy{width: 100%; margin-top: 30rem;}
  .clipmodal2 .clipmodal-col33 {width: 100%;}
  .section-video-mask{transform: none; border-radius: 0;}
  .new-div::before{top: -30px; border-top-left-radius: 0;}
  .shuffle-card{padding: 60rem 30rem;}
  .promo-insights-outer{width: 90%;}
  .promo-insights-outer{margin-bottom: 150rem;}
  .promo-izzy-outer h2{font-size: 28px; line-height: 40px}

  .fixed-video {
    height: 100%;
}



section.vertical-shuffle {
  padding-top: 25rem;
}



.section-intro h3 {
  font-size: 32rem;
  line-height: 1.2;
}

.section-intro p {
  font-size: 18rem;
}

.new-div {
    min-height: auto;
    padding-bottom: 10rem !important;
}

.promo-insights {
    margin-top: 170rem;
    margin-bottom: -150rem;
}

section#nextsteps::before {
    width: 1000px !important;
}

.circle-pagination {
    bottom: -7.5vh;
}

.circlezoom-outer-full .tabs-content .circlezoom-outer{flex-wrap: wrap; justify-content: center;}
.circlezoom-outer-full .tabs-content .circlezoom-outer .circlezoom-copy{width: 100%; text-align: center;}
.circlezoom-outer-full .circlezoom-outer p{max-width: none;}
.circlezoom-outer-full .tabs-content .circlezoom-outer .circlezoom-container{left: 0;}
}  

.promo-insights-slider .slick-slide {
  max-width: 460px;
}

.promo-insights-slider {
  margin-right: 10px;
}
.circlezoom-img1 {
  left: 15px;
  top: 273px;
  width: 435px;
}

.circlezoom-img2 {
  left: 2px;
  top: 251px;
  width: 362px;
}

.insights-nav-outer {display:none;}
.contentscard .big-card-header{font-size: 32px;}
.contentscard .row.max-1000{display: flex; width: 100%; justify-content: center; max-width: 800px;}
.contentscard .row .col-50{width: 50%; max-width: 320px;}
.contentscard .row .col-50:last-child{margin-left: 90px;}

.contentscard .row .col-50 p{margin-top: 22px; border-bottom: 1px solid rgba(255,255,255,0.5); padding-bottom: 5px; font-size: 20px; font-family: 'source_sans_semibold', sans-serif;}
.contentscard.shuffle-card p:last-of-type{margin-bottom: 15px;}
.contentscard .row .col-50 ul li a{color: #ffffff; font-size: 16px; line-height: 24px; border-bottom: 1px solid #ffffff; transition: all 0.3s;}
.contentscard .row .col-50 ul li a:hover, .contentscard .row .col-50 ul li a:focus{color: #ffffff; border-bottom: 1px solid transparent;} 
.jumptosol{color: #027FAD;}

@media(max-width: 1200px){
  .insights-nav-outer {
  display:block;
}

.promo-insights-slider .slick-slide {
  max-width: 100%;
}

}

@media(max-width: 768px){
.contentscard .row.max-1000{flex-wrap: wrap;}  
.contentscard .row .col-50{width: 100%; max-width: 100%;}
.contentscard .row .col-50:last-child{margin-left: 0;}
.forvid{margin-top: 40px;}
.circlezoom-outer:last-child{margin-top: 70px;}
}