:root {
    --ideate-blue:rgba(40,37,97,1);
    --medical-blue: rgba(29,99,143,1);
    --verdigris: rgba(0,169,144,1);
    --dark-grey: rgb(35,31,32,1);
    --turquoise:rgba(47,112,121,1);
    --blue-sky: rgba(123,170,216,1);
    --mulberry: rgba(138,63,84,1);
    
    --blue-sky50: rgba(123,170,216,0.5);
    --turquoise20:rgba(47,112,121,0.2);
    --turquoise90:rgba(47,112,121,0.9);

    --charcoal: rgba(77,77,79,1);
    --quotebg: rgba(231,240,246,0.4);
    --montserrat:  'Montserrat', sans-serif;
    --lato:   "Lato", sans-serif;
    --montserrat: "Montserrat", sans-serif;
    --mulish: "Mulish", sans-serif;
}
:focus-visible {
  outline:none;
}
.lato {
  font-family: var(--lato);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.lato.thin {
  font-weight: 100;
}
.lato.light {
  font-weight: 300;
}
.lato.regular {
  font-weight: 400;
}
.lato.bold {
  font-weight: 700;
}
.lato.extrabold {
  font-weight: 900;
}
.lato.italic{
  font-style:italic;
}
.montserrat {
  font-family: var(--montserrat);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat.thin {
  font-weight: 100;
}
.montserrat.light {
  font-weight: 300;
}
.montserrat.regular {
  font-weight: 400;
}
.montserrat.bold {
  font-weight: 700;
}
.montserrat.extrabold {
  font-weight: 900;
}
.montserrat.italic{
  font-style:italic;
}

body {
    font-size: 18px;
    line-height:23px;
    font-family: var(--lato);
    overflow-x:hidden;
    color: var(--dark-grey);
}
a {text-decoration: none;}
a.underline{
   padding-bottom:2px;
   border-bottom:2px solid;
}
img,picture {
    width:100%;
    height:auto;
}

p:last-child{margin-bottom:0;}
.bold {font-weight: 600;}
.whiteText{ color: var(--bs-white);}
h1,h2,h3,h4,h5,h6,.heading {
    font-family: var(--montserrat);
    font-weight:600;
}
.aqua-blue-gradient {
   background: var(--medical-blue);
   background: linear-gradient(12deg, var(--ideate-blue) 0%, var(--medical-blue) 100%); 
   color:#fff;
}
.aqua-blue-gradient .btn {
   background: var(--ideate-blue);
   font-size:20px;
   font-weight: 400;
   padding: 12px 25px;
   border:0;
}
.ideateBlueBg{background:var(--ideate-blue);}
.medicalBlueBg{background:var(--medical-blue);}
.verdigrisBg{background:var(--verdigris);}
.blueSkyBg{background:var(--blue-sky);}
.mulberryBg{background:var(--mulberry);}
.turquoiseBg{background:var(--turquoise);}

.blueSky50Bg{background:var(--blue-sky50);}
.turquoise90Bg{background:var(--turquoise90);}
.turquoise20Bg{background:var(--turquoise20);}

.object-cover { background-size: cover;}

.top-20{top:20%;}
.top-25{top:25%;}
.top-30{top:30%;}
.top-35{top:35%;}
.top-40{top:40%;}
.top-45{top:45%;}
.top-50{top:50%;}
.top-55{top:55%;}
.top-60{top:60%;}
.top-65{top:65%;}
.top-70{top:70%;}
.top-75{top:75%;}
.top-80{top:80%;}

.mw-50{max-width:50%;}
.mw-55{max-width:55%;}
.mw-60{max-width:60%;}
.mw-65{max-width:65%;}
.mw-70{max-width:70%;}
.mw-75{max-width:75%;}
.mw-80{max-width:80%;}


.fs-16 {font-size: 16px;line-height: 1.28;}
.fs-18 {font-size: 18px;line-height: 1.28;}
.fs-20 {font-size: 20px;line-height: 1.28;}
.fs-22 {font-size: 22px;line-height: 1.28;}
.fs-24 {font-size: 24px;line-height: 1.28;}
.fs-26 {font-size: 26px;line-height: 1.28;}
.fs-28 {font-size: 28px;line-height: 1.28;}
.fs-30 {font-size: 30px;line-height: 1.25;}
.fs-32 {font-size: 32px;line-height: 1.2;}
.fs-36 {font-size: 36px;line-height: 1.2;}
.fs-38 {font-size: 38px;line-height: 1.2;}
.fs-39 {font-size: 38px;line-height: 1.2;}
.fs-40 {font-size: 40px;line-height: 1.2;}
.fs-42 {font-size: 42px;line-height: 1.2;}
.fs-44 {font-size: 44px;line-height: 1.2;}
.fs-48 {font-size: 48px;line-height: 1.2;}
.fs-52 {font-size: 52px;line-height: 1.2;}
.fs-56 {font-size: 56px;line-height: 1.2;}
.fs-64 {font-size: 64px;line-height: 1.2;}

.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}
.pt-100 {padding-top: 100px;}
.pt-120 {padding-top: 120px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}
.pb-100 {padding-bottom: 100px;}
.pb-120 {padding-bottom: 120px;}

.ps-60 {padding-left: 60px;}
.pe-60 {padding-right: 60px;}
.px-60 {padding-left: 60px;padding-right: 60px;}
.pe-80 {padding-left: 80px;}
.ps-80 {padding-right: 80px;}
.px-80 {padding-left: 80px;padding-right: 80px;}
.ps-100 {padding-left: 100px;}
.pe-100 {padding-right: 100px;}
.px-100 {padding-left: 100px;padding-right: 100px;}

.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mt-120 {margin-top: 120px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-120 {margin-bottom: 120px;}

.white30Overlay,.white40Overlay,.white50Overlay,.white60Overlay,.white70Overlay,.teal30Overlay,.teal40Overlay,.teal50Overlay,.teal60Overlay,.teal70Overlay{
    position:relative;
    z-index:0;
}
.white30Overlay:before,
.white40Overlay:before,
.white50Overlay:before,
.white60Overlay:before,
.white70Overlay:before,
.teal30Overlay:before,
.teal40Overlay:before,
.teal50Overlay:before,
.teal60Overlay:before,
.teal70Overlay:before{
    content:" ";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.3);
    z-index:-1;
}

.white40Overlay:before{background:rgba(255,255,255,0.4);}
.white50Overlay:before{background:rgba(255,255,255,0.5);}
.white60Overlay:before{background:rgba(255,255,255,0.6);}
.white70Overlay:before{background:rgba(255,255,255,0.7);}
.teal30Overlay:before{background:rgba(21,146,180,0.3);}
.teal40Overlay:before{background:rgba(21,146,180,0.4);}
.teal50Overlay:before{background:rgba(21,146,180,0.5);}
.teal60Overlay:before{background:rgba(21,146,180,0.6);}
.teal70Overlay:before{background:rgba(21,146,180,0.7);}

.whiteText {color: var(--bs-white);}
.ideateBlueText,.ideateBlueText a:not(.btn){color: var(--ideate-blue);}
.medicalBlueText{color: var(--medical-blue);}
.blueSkyText{color: var(--blue-sky);}
.verdigrisText{color: var(--verdigris);}
.turquoiseText{color: var(--turquoise);}
.mulberryText{color: var(--mulberry);}

.objectFit{height:auto; width:100%; object-fit:cover;}
.uppercase {text-transform: uppercase;}
.oIRow {
    margin-top: 90px;
    margin-bottom: 90px;
}
.oversizedImage img {
    scale:1.2;
}

.heading-1 {
    font-size:39px;
    line-height:1.2;
    color: var(--ideate-blue);
}
.whiteText .heading-1 {color: var(--bs-white);}
.heading,.heading-1 {width:100%;}

#videoCarousel .text-center .heading span:after,#videoCarousel .text-center .heading-1 span:after  {
    background-position: 50% 100%;
    left: 0;
    right: 0;
}

.btn {
    --bs-btn-border-radius: 4px;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-color: var(--bs-white);
    --bs-btn-border-color: var(--bs-white);
    font-size: 22px;
    transition: all ease-in 0.25s;
    font-weight: 600;
    border-width: 2px; 
}
.btn:hover{
    border-color: var(--bs-white);
    box-shadow: 0 0 12px -3px var(--bs-white);
    color:var(--bs-white);
    transition: all ease-in 0.25s;
    
}
.btn-blue {
    background: linear-gradient(180deg, var(--verdigris) -10%, var(--medical-blue) 15%, var(--ideate-blue) 50%);
    border: 0;
    margin: 20px 0 0 0;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 21px;
}

.abs {position:absolute;}
.fixed-top {
    background: var(--bs-white);
}
.fixed-top.active {
    box-shadow: 0 0 12px -3px var(--verdigris);
}
header + div,
.fixed-top + div {
    margin-top:92px;
}
.navbar-brand {
    margin-right:120px;
}
.navbar-brand>img {
    height:66px;
    width:auto;
}
.nav-link {
    color: var(--ideate-blue);
    padding:1em;
    line-height: 1em;
    font-size: 18px;
    font-weight: 600;
}
.heroVideoWrapper, #hero{position:relative;}
.heroVideoWrapper video {
    width: 100%;
    object-fit: cover;
    display:block;
}
.mh-750{
    max-height: 750px;
    overflow:hidden;
}
.container .container {
    padding-left:0;
    padding-right:0;
}

 #hero .carousel-item:after{
    content:" ";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(115deg, var(--ideate-blue) 25%, transparent 55%); 
}
#hero.slimHero .carousel-item:after {
    background:  linear-gradient(115deg, var(--ideate-blue) 20%, transparent 50%); 
}
#hero .watermarkLogo {
position: absolute;
    top: 50%;
    width: auto;
    padding: 0;
    z-index: 1;
    transform: translateY(-50%);
    height: 115%;
}
.heroVideoWrapper .carousel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.heroVideoWrapper .carousel-inner,.heroVideoWrapper .carousel-item{
    position: relative;
    height: 100%;
    height: 100%;
}
.heroVideoWrapper .carousel-item > div {
    position:absolute;
    transform:translateY(-50%);
}

#hero .carousel-item>.container {
    position: absolute;
    left:0;
    right:0;
    top:0;
    transform:translateY(-50%);
    z-index:1;
}

.twoCol .extraPadding {
    padding:70px;
}
.ideateText {
    background:url(/assets/media/images/site/ideate-transparent-text.webp) no-repeat 50% calc(100% - 6px);
    background-size: contain;
}
.page-home .ideateText{
padding-bottom: 10rem !important;
}
.owl-carousel {
    display: block;
}
 
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}
 
.owl-carousel img {
    width: 100%;
}
.imageOverlay {
    position:relative;
    border-radius: 12px;
    overflow: hidden;
}
.imageOverlay > .row,
.imageOverlay .bgImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 12px;
    display: flex;
    align-items: center;
}
.imageOverlay .bgImage {
    top: 0;
    bottom: 0;
    left: 66.66666%;
    right: 0;
    height: 100%;
    width: 33.3333%;
    padding: 0;
    border-radius: 0 12px 12px 0;
}
.imageOverlay .bgImage:before {
    content:" ";
    background: url("/assets/media/images/site/overlaybg.webp");
    background-size:cover;
    position:absolute;
    width: 100%;
    height: 100%;
}
.imageOverlay .bgImage:after {
    content:" ";
    background: var(--blue-sky50);
    z-index:1;
    left:0;
    right: 20px;
    position:absolute;
    height: 100%;
}
.imageOverlay .center .bgImage {
    border-radius: 0;
    left:33.3333%;
}
.imageOverlay .left .bgImage {
    border-radius: 12px 0 0 12px;
    left:0%;
}

.imageOverlay.max1024 > img {
    max-width:1024px;
    margin-left:35px;
}
.imageOverlay.max1024 .col-md-6 {
    background: rgba(255, 255, 255, 0.9);
    padding: 65px 25px 25px 40px;
}
.imageOverlay .ms-auto,
.imageOverlay .me-auto,
.imageOverlay .mx-center {
    z-index: 1;
    padding: 30px 50px 30px 30px;
}
.imageOverlay .me-auto {
    padding: 30px 30px 30px 50px;
}
.imageOverlay  .mx-center {
    padding:30px;
}
.imageOverlay .heading + div {
     margin-bottom:20px;
}
.overlayBox {padding: 45px 55px;}
.overlayBox:before{border-radius:12px;}

.counterRow{
    box-shadow: 0 12px 30px -12px var(--charcoal);
}
.counterRow .box{
    max-width:350px;
    margin: 50px auto;
    font-family:var(--quicksand);
    padding:0 20px;
}
.counterRow .box .fa{
    font-size:10px;
}
.counterRow .box .fa+.fa{
    margin-left:10px;
}
.overlapTrips{
    position:relative;
}
.overlapTrips > div {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    z-index:0;
}
.overlapTrips .image1 {
    margin-right: 100px;
    max-width:275px;
}
.overlapTrips .image2 {
    z-index:2;
}
.overlapTrips .image3 {
    z-index:1;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:15%;
}
.overlapTrips img {
    box-shadow: 2px 2px 17px -7px var(--charcoal);
}
#imgTextScroller {position:relative;}

#platformStackScroller .owl-stage {
    display:flex;
}
#platformStackScroller .owl-item{
    display:flex;
    align-items: center;
}
.padBox {
    padding: 30px 80px 80px 80px
}

#imgTextScroller .description {
    margin-top:20px;
}
.about .padBox{
    padding: 30px;
}
#navWrapper {
    display: flex;
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 1;
    padding: 0px 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    background: rgba(255, 255, 255,0.5);
    transition: ease-in all 0.3s;
}
#navWrapper:hover {
    border-color: var(--ideate-blue);
    border-radius: 18px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 12px -2px var(--ideate-blue);
}
#navWrapper .owl-prev, #navWrapper .owl-next{ 
    background: none;
    color: var(--ideate-blue);
    border: 0;
    font-size: 48px;
    line-height: 48px;
    padding: 0;

}
#navWrapper > button, #navWrapper > div{    height: 32px;}
#navWrapper > button > span {
    height: 32px;
    display: block;
    line-height: 26px;
}
#innerDots {
    margin:0 15px;
    position: absolute;
    right: 20.83333%;
    transform: translateX(50%);
    bottom:50px;
    z-index:10;
}
#innerDots .owl-dot  {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: var(--turquoise);
    transform: rotateZ(44deg);
    border-radius: 3px;
    transition: all ease-in 0.4s;
}
#innerDots .owl-dot + .owl-dot {
    margin-left:20px;
}
#innerDots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: linear-gradient(0, var(--turquoise) 0%, var(--ideate-blue) 100%);
}
.platformElements {
    padding-top:40px;
    padding-bottom:40px;
}
.platformItems{
    padding: 50px 38px;
    background: linear-gradient(90deg, rgba(21, 146, 180, .1) 0, rgba(19, 170, 144, 0.1) 100%);
    border-radius: 20px;
}
.platformItems:nth-child(even){
    background: transparent;
}
.platformItems:nth-child(even) .row{
    flex-direction: row-reverse;
}
.platformItems:nth-child(even) img {
    max-width:420px;
}
.item-1,.item-3,.item-5 {
    padding-left:50px;
}
.colorCircle {
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: var(--blue-purple);
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    color: #fff;
    left: 30px;
    top: -20px;
    font-family: var(--quicksand);
    font-weight: 600;
}
.item-2 .colorCircle{
    left: 320px;
    top: 0;
    background: var(--medical-blue);
}
.item-3 .colorCircle{
    background: var(--ideate-blue);
}
.platformStack {position:relative}
.platformStack > .col-md-6 {
    text-align: center;
}
.platformStack > .col-md-6  + .col-md-6 {
    text-align:left;
}
.platformStack img {
    max-width:356px;
}
#platformDots{
    display:flex;flex-direction:column; position: absolute; left:0;
        height: 230px;
    justify-content: space-between;
    top: 50%;
    transform: translate(30px, calc(-50% - 30px));
    width:auto;
}
#platformDots .owl-dot button,#platformDots .owl-dot {
    width: 50px;
    height: 50px;
    background: var(--curative-blue);
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 50px;
    position: relative;
    border:0;
}
#platformDots .owl-dot {
    border: 3px solid var(--curative-blue);
    width: 56px;
    height: 56px;
    opacity:0;
}
#platformDots .owl-dot.active {
    box-shadow: 0 0 15px -1px #000;
    border: 3px solid var(--curative-blue);
    opacity:1;
}
#platformDots .owl-dot:nth-child(2) button,#platformDots .owl-dot:nth-child(2):after{
    background: var(--verdigris);
}
#platformDots .owl-dot:nth-child(2){
    border: 3px solid var(--verdigris);
}
#platformDots .owl-dot:nth-child(2).active {
    box-shadow: 0 0 8px -1px var(--verdigris);
   box-shadow: 0 0 15px -1px #000;
}
#platformDots .owl-dot:nth-child(3) button,#platformDots .owl-dot:nth-child(3):after{
    background: var(--ideate-blue);
}
#platformDots .owl-dot:nth-child(3){
    border: 3px solid var(--ideate-blue);
}
#platformDots .owl-dot:nth-child(3).active {
    box-shadow: 0 0 8px -1px var(--ideate-blue);
   box-shadow: 0 0 15px -1px #000;
}

#platformDots .owl-dot:after {
    content:" ";
    display:block;
    height:4px;
    width: 72px;
    background: var(--curative-blue);
    top: 50%;
    position: absolute;
    transform: translate(50px, -2px);
}
#platformDots .owl-dot.active:after {
box-shadow: 0 0 12px 0 #000;
}

.threeColBoxes {
    background:linear-gradient(90deg, var(--turquoise) 50%, var(--verdigris) 50%);
    margin-bottom:20px;
}
.threeColBoxes .blueSkyBg {
    scale: 1.15;
    box-shadow: 2px 2px 12px -3px var(--dark-grey);
}
.threeColBoxes .blueSkyBg .boxed {
    scale: calc(1 / 1.15);
}
.icon100 {
    width: 100px
}

.boxed {
    padding: 40px;
    border-radius: 12px;
    height: 100%;
    font-family: var(--quicksand);
    position:relative;
}

.noCounting .boxed{padding:40px 15px;}
.noCounting .boxed .text {
    font-size: 20px;
    margin-top: 1.5em;
}
.iconBoxes:first-child .boxed:after {
    display:none;
}
.boxed .numbers {
    font-size: 40px;
    margin: 15px 0 10px 0;
    line-height: 1em
}
.noDots .boxed .numbers {
    font-size: 60px;
}
.boxed .text {
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
}

.noDots .boxed .text {
    font-size: 32px;
    font-weight: bold;
}

.padBox ul {
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
.about .padBox ul {
    margin-top:10px;
}
.padBox li {
    font-size: 24px;
    border-bottom: 1px solid var(--verdigris);
    padding: 5px 0;
}
.about .padBox li {
    font-size: 28px;
    border-bottom: 2px solid var(--verdigris);
    padding: 8px 0;
}
.padBox li:last-child {
    border:0;
}
#quote{    
    display: flex;
    background: linear-gradient(90deg, var(--turquoise) 0%, var(--verdigris) 70%); 
    padding: 0 0 0 75px;
    font-family: var(--montserrat);
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
}
.quote {
    width:auto;
    display: flex;
    flex-direction: column;
}
.quote .author {
    margin-top: auto;
    text-align: end;
    margin-right: 50px;
    font-size: 22px;
    line-height:25px;
}
.quote .name {
    font-weight:600;
    margin-bottom:0.5em;
}
.quote .title,
.quote .org {
    font-style:italic;
    margin:0
}
.quote .org {
    margin-bottom:40px
}
.quoteIcon {
    width: 204px;
    opacity:0.44;
    margin-bottom:32px;
}

.quote .text {
    line-height: 1.8;
}
#quote .image {
    padding-top: 130px;
}
#quote .image img {
    width:400px;
}
.quote .col-md-8{position:relative}
.quote .col-md-8:before {
    content:" ";
    position: absolute;
    width:171px;
    height:181px;
    background: url('/assets/templates/img/backgrounds/large-quotes.webp');
    background-size:150px 160px;
    background-repeat:no-repeat;
    left:0;
    transform: translate(-180px,-50px);
}
.quote .col-md-8:after {
    content:" ";
    position: absolute;
    width:300px;
    height:300px;
    background: url('/assets/media/images/testimonial-man.webp');
    background-size:300px 300px;
    background-repeat:no-repeat;
    right: 0;
    transform: translate(248px, 0);
    bottom: -100px;
}

.solutionElements {padding-bottom:40px;}
.solutionItems{
    padding: 50px 38px;
    background: linear-gradient(12deg, rgba(0,145,179,0.1) 0%, rgba(0,168,143,0.1) 100%); 
    border-radius: 20px;
}
.whoWeAreElements{padding:0}

.whoWeAreItems > .container{
    border-radius: 10px;
    background: linear-gradient(12deg, rgba(0,145,179,0.1) 0%, rgba(0,168,143,0.1) 100%);
    padding: 30px 0;
}
.whoWeAreItems{
    border-radius: 10px;
    margin-top:30px;
    margin-bottom:30px;
}
.whoWeAreItems:nth-child(even){
    background-image: url(/assets/media/images/pageImages/adherance-for-value-based-care.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.solutionItems:nth-child(odd),.whoWeAreItems:nth-child(odd) > .container{
    background: transparent;
}
.solutionItems:nth-child(odd) .row,.whoWeAreItems:nth-child(odd) .row{
    flex-direction: row-reverse;
}
.solutionItems:nth-child(odd) img {
    max-width: 484px;
}
.solutionItems .item-1,
.solutionItems .item-3,
.solutionItems .item-5 {
    padding:50px;
}
.solutionItems .item-2 >img{
    max-width:378px;
}
.solutionItems .item-4 >img{
    max-width:304px;
}
.absImagBox.item-1{padding-right:50px;}
.absImagBox.item-2 > img,.absImagBox.item-4 > img,.absImagBox.item-6 > img,.absImagBox.item-8 > img {opacity:0; visibility:hidden;max-height:330px;}
.absImagBox.item-3, .absImagBox.item-5 {
    padding: 0 50px;
    margin-bottom: -60px;
}

.absImagBox.item-2 + div, .absImagBox.item-4 + div, .absImagBox.item-6 + div {
    padding: 0 50px;
}

.resourcesFeedItem {
    padding: 0 24px 60px 24px;
}
.resourcesFeedItem:nth-child(even) {
    padding-left:30px;
}
.resourcesFeedItem:nth-child(odd) {
    padding-right:30px;
}
.resourcesFeedItem  > div {
    background: var(--bs-white);
}
.profileBox {
    margin: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 300px;
    overflow: hidden;
    box-shadow: 0 0 20px -10px var(--dark-grey);
    background: var(--bs-white);
}
.profileBox > p {
    color: var(--ideate-blue);
    font-size: 30px;
    margin: 30px 0 12px 0;
    padding: 0 20px;
    line-height: 1em;
    text-align: center;
    font-weight: 600;
}
.profileBox > p a {
    color: var(--ideate-blue);
}
.profileBox > .jobTitle {
    font-weight:400;
    font-style:italic;
    margin: 0 0 30px 0;
    padding: 0 10px;
    font-size: 24px;
}
.profileBox>p:last-child {
    margin-top:auto;
}
.profileBox .bioLink{
    font-size: 22px;
    color: var(--verdigris);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}
.profileDetails img {
    margin-top: 122px;
    width:300px;
}
.teamProfile {
    margin-top: 150px;
    padding-bottom: 60px;
}
.pattern-horizontal {
    background: var(--quotebg);
    padding: 60px 0 30px;
}
.profileList {
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style:none;
    text-align:center;
}
.profileList li {
    max-width: 250px;
    width: 25%;
    margin-bottom: 25px;
}
.profileList img {
    width: 60px;
    border-radius: 50px;
}
.profileList a {
    color: var(--ideate-blue);
}
.profileList .heading {
    font-size: 18px;
    margin: 10px 0 4px;
}
.profileList .heading + p{
    font-size: 14px;
    color: var(--mulberry);
    margin-bottom:20px;
}
footer{position:relative; padding-top:60px;}
footer p,footer a  { color:var(--bs-white); margin:0;}
footer .title{ 
    margin-bottom: 0.6em !important;
    padding-bottom: 0.5em;
}
.footerLogo img {max-width: 180px;}
.footerLogo {
    display:block;
    margin-bottom:40px;
}

footer .col-lg-5 {
    border-right:1px solid var(--bs-white);
}
.form-content> h2 {
    display:none;
}
.form-control--wrapper>.form-control {
    padding: 1.25rem;
    margin: 4px 0 20px 0;
    border-radius: 0;
    background: rgba(252, 252, 252, 1);
}
.form .checkboxItem>input {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    border-radius: 0;
    background: rgba(252, 252, 252, 1);
}
.form-control--wrapper label input {
    position: relative;
}
.form-control:focus,.form-control:active{
    outline: none;
    box-shadow:none;
}

.form .checkboxItem>input:active,.form-control:focus,.form-control--wrapper label input[type=checkbox]:checked {
    border-color: var(--medical-blue)
}

.form-control.form-control--textarea {
    min-height: 250px
}

.form-control--wrapper label input[type=checkbox]:checked:before {
    display: inline-block;
    width: 32px;
    font: 400 42px/42px "Font Awesome 6 Pro";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: absolute;
    bottom: 1px;
    left: 3px;
    color: var(--ideate-blue);
}

.form-control--checkbox {
    height: 30px;
    width: 30px;
    border-radius: 0;
    margin-right: 10px
}

.form label {
    font-size:20px;
    color:#000;
}
.form label.checkboxItem,.checkboxInline {
    display: flex;
    width:100%;
    align-items:center;
    margin: 4px 0 20px 0;
}

.form .checkboxItem>input:checked {
    border-color: var(--ideate-blue)
}

.form-control.form-control--textarea {
    min-height:250px;
}

.bg-circles{
  background-image: url("/assets/templates/img/backgrounds/background-logos-color.webp");
  background-repeat: repeat-y;
  background-position: 50% 0; 
  background-size: 1880px  auto;
}
.bg-circles-alt{
  background-image: url("/assets/templates/img/backgrounds/background-logos-color-right-left.webp");
  background-repeat: repeat-y;
  background-position: 50% 0; 
  background-size: 100%  auto;
}
.video-container {
    position:relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1.77777777778;
}
video {
    width:100%;
    height:auto;
    aspect-ratio:1.7777778
}
.video-overlay{
    position: absolute;
    top: 0;
    background:var(--ideate-blue);
    width: 100%;
    height: 100%;
}
.video-overlay>img {
    opacity:0.3;
}
.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(-95deg, var(--verdigris) -10%, var(--turquoise) 50%, var(--ideate-blue) 100%);
    transform: translate(-50%, -50%);
}
.play-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-10px, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 35px;
    border-color: transparent transparent transparent #ffffff;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

.scrollingTextBoxes {
    background: url('/assets/media/images/backgrounds/woman-loading-sterilizer.webp');
    min-height: 450px;
    background-size: cover;
    margin-top:40px;
}
.scrollingTextBoxes ul,
.scrollingTextBoxes p{
    color: var(--bs-white);
    font-size:22px;
    line-height:25px;
    font-weight:300;
}
.scrollingTextBoxes .heading {
    font-size:28px;
    line-height: 33px;
    font-weight: 600;
}
.scrollingTextBoxes li {
    margin-bottom:18px;
}
.holder {
    display: flex;
    width: 50%;
    padding: 0 70px 70px 70px;

}
#scrollingTextBoxes {
    padding: 50px;
    background: var(--turquoise90);
}

#scrollingTextBoxes .owl-nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 100%;
}
#scrollingTextBoxes .owl-nav button {
    width: 50px;
    height: 50px;
    margin: 0 4px;
    background: linear-gradient(0, var(--ideate-blue) 70%, var(--turquoise) 100%);
    border-radius: 4px;
    box-shadow: -3px 0px 8px -4px var(--bs-black);
}
#scrollingTextBoxes .owl-nav i {
    font-size: 20px;
     color:var(--blue-sky);
}
#scrollingTextBoxes button:hover i {
    color:var(--bs-white);
}
#comparativeSolutions {
    overflow: hidden;
}
#comparativeSolutions img {
    margin:3px 0 -3px 0;
}
.appTwoColImageText > .container {
    padding: 0 0 60px 0;
    border-bottom: 2px solid var(--charcoal);
    margin-bottom: 60px;
    max-height: 650px;
    overflow: hidden;
}
.appTwoColImageText:last-of-type > .container {
    border-bottom:0;
    margin-bottom: 0;
}
.appTwoColImageText .title{
    font-size: 36px;
    font-weight: 600;
    line-height: 41px;
    color: var(--turquoise);
}

.appTwoColImageText .textBox {
    padding: 50px 12px 50px 160px;
}
.appTwoColImageText:nth-of-type(even) .textBox {
    padding: 50px 130px 50px 42px;
}
#process .heading {
    margin:20px 0 0 0;
}
#stages .col-md-6 {
    padding-right:8.3333%;
}
#stages .col-md-6 + .col-md-6 {
    padding-right:12px;
}

#unit img {
    max-height:350px;
    width:auto;
}

#clipboard img {
    max-width: initial;
    height: 440px;
    width: auto;
}
#clipboard > .container {
    padding-bottom:0;
}
#FDASafetyCalls img {
    max-width:520px;
}
#FDASafetyCalls .col-md-6 {
    text-align:center;
}
#FDASafetyCalls .col-md-6+.col-md-6 {
    text-align:left;
}
@media (min-width: 992px) {
    .offcanvas-lg .offcanvas-body {width:100%;}
    .navbar-expand-lg .navbar-nav {
        justify-content: flex-end !important;
        gap: 25px;
        width: 100%;
    }
    .appTwoColImageText:nth-of-type(even) .col-md-6 {
        order:1
    }
    .appTwoColImageText:nth-of-type(even) .col-md-6 + .col-md-6 {
        order:0
    }
}

@media (max-width: 1399px) {
    #platformDots {left:-44px;}
    .mediumDotsBottomRight { background-position: 115% 120%;}
    .profileBox {max-width:300px;}
    .profileBox>p {font-size: 36px;}
    .profileBox>p + p {font-size: 22px;}
}

@media (max-width: 1199px) {
    .profileBox {
        margin: 30px 0;
    }
    #platformDots {
        left: -50px;
    }
    .platformStack>.col-md-6 {
        text-align: right;
    }
    .imageOverlay .bgImage {
        left: 50%;
        width: 50%;
    }
    
    #imgTextScroller .padBox {
        padding: 15px;
    }
    #imgTextScroller .fs-32 {
        font-size: 22px;
        line-height: 1.2;
    }
    #imgTextScroller p {
        font-size:16px;
    }
    .quote .text {
        line-height: 1.2;
    }
    .scrollingTextBoxes ul {
        padding: 0 0 0 1.5rem !important;
    }
    .holder {
        width:75%;
    }
    #scrollingTextBoxes {
        padding: 40px;
    }
    .appTwoColImageText:nth-of-type(even) .textBox {
        padding: 50px 20px;
    }
    .appTwoColImageText .textBox {
       padding: 50px 20px;
    }
    #OurMission .col-12 {
        width:50%;
    }
    #OurMission .col-12 + .col-12{   
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .profileBox {
        max-width:300px;
    }
    .profileBox>p {font-size: 32px;}
    .profileBox>p + p {font-size: 18px;}
    .profileList li {
        width: 25%;
    }
    #hero ~ .aqua-blue-gradient .fs-20 {
        font-size:16px;
    }
    .fs-32 {
        font-size: 28px;
    }
    .imageOverlay .ms-auto{
        padding:30px;
    }
    .imageOverlay .bgImage {
        left: 0;
        right: 0;
        width: 100%;
    }
    .imageOverlay .bgImage:before {
         opacity:0.5;
    }

    .imageOverlay .bgImage:after {
        right:0;
    }
    .twoCol .extraPadding {
        padding: 25px;
    }
    .boxed {
        padding: 40px 20px;
    }
    #process .heading {
        margin: 0;
    }
    #imgTextScroller .imgCol{
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        opacity: 0.3;
        width: 100%;
        padding: 0;
    }
    #imgTextScroller .imgCol ~ .padBox {
        padding: 30px 55px;
        width: 100%;
    }
     #quote {
        padding: 0 30px;
        font-size: 22px;
        line-height: 1.18;
        flex-direction: column;
        margin: 0 -12px;
        overflow: hidden;
        position:relative;
    }
    .quote {
        width: 100%;
    }
    .quote .text {
        line-height: 1.18
    }

    .quote .author {
        margin-top: 40px;
        text-align: right;
        margin-right: 0;
        font-size: 20px;
        line-height: 23px;
        width: 75%;
    }

    #quote .image {
        width: 25%;
        position: absolute;
        top: 100%;
        right: 0;
        transform: translateY(-100%);
    }
    #quote .image img {
        width: 100%;
    }
    #stages .col-md-6 {
        padding: 0 12% 40px 12%;
        width: 100%;
    }
    #stages .col-md-6 + .col-md-6 {
        padding-bottom:0;
    }
    
    .pb-60 {
        padding-bottom: 40px;
    }
    .pt-60 {
        padding-top: 40px;
    }
    .pt-80 {
        padding-top: 50px;
    }
    .pb-80 {
        padding-bottom: 50px;
    }
    .holder {
        width: 100%;
        padding: 40px;
    }
    #scrollingTextBoxes {
        padding: 40px;
    }
    .scrollingTextBoxes ul {
        font-size: 20px;
        line-height: 22px;
        margin-top: 15px !important;
        padding: 0 0 0 1.5rem !important;
    }
    .appTwoColImageText .textBox,
    .appTwoColImageText:nth-of-type(even) .textBox {
        padding: 0 12px;
    }
    .appTwoColImageText .title {
        font-size: 30px;
        font-weight: 600;
        line-height: 35px;
    }
    #clipboard img {
        height: 400px;
    }
    #OurMission {
        position:relative;
        overflow:hidden;
    }
    #OurMission .col-md-7 {
        position: absolute;
        z-index: -1;
        width: calc(100% + 24px);
        left: 0;
        padding: 0;
        top: -50%;
        bottom: 0;
        display: block;
        height: 100%;
    }
    #OurMission img {
        max-width:100% !important;
    }
    #OurMission .col-md-5 {
        width: 100%;
        padding: 40px;
    }
    .profileBox {
        max-width: 215px;
    }
    .profileBox>p {
        font-size: 26px;
        padding: 0 10px;
    }
    .profileBox>.jobTitle {
        font-size: 20px;
    }
    .profileBox .bioLink {
        font-size: 18px;
        letter-spacing: 0;
    }
    .profileDetails img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body {
        font-size:16px;
    }
    .heading-1,
    .fs-36 {
        font-size: 26px;
        line-height: 1.2;
    }
    .fs-32 {
        font-size:24px;
    }
    .platformItems {
        padding: 30px 18px;
    }
    .fs-24 {
        font-size: 20px;
        line-height: 1.18;
    }
    .heading.text-center span:after, .text-center .heading span:after{
        right:0;
    }
    header.fixed-top {
        padding: 0 15px;
        background: #fff;
        height: auto;
    }
    header.fixed-top + div {
      
    }
    
    .heroVideoWrapper .fs-40 {
        font-size: 24px;
        line-height: 1.1;
    }
    .heroVideoWrapper .carousel-item>div {
        top:0 !important;
        transform: translateY(10px);
    }
    .solutionItems,.solutionItems:nth-child(odd) {
        padding: 50px 12px;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 145, 179, 0.4) 50%, rgba(0, 168, 143, 0.4) 100%);
    }
    .solutionItems .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }
    .solutionItems .item-1,
    .solutionItems .item-3,
    .solutionItems .item-5 {
        padding:0;
    }
    .icon100 {width: 65px;}
    .boxed .numbers {font-size: 32px;}
    .boxed .text {font-size: 20px;}
    .boxed:after {
        height: 4px;
        width: 50%;
        top: -2px;
        border-right:0;
        border-top: 4px dotted #fff;
        left: 25%;
    }
    .profileBox {
        width:50%;
        max-width: 240px;
    }
    
    .imageOverlay,
    .imageOverlay>.row{
        position: relative;
    }
    .imageOverlay .bgImage {
        left: -12px;
        width: 100%;
    }
    .imageOverlay .bgImage:before {
        display:none;
    }
    .imageOverlay .bgImage:after {
        left: 12px;
        right: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: 12px 0 0 0;
        border-radius: 4px;
    }
    .imageOverlay .ms-auto, 
    .pt-60 .imageOverlay .ms-auto,
    .imageOverlay .me-auto, .imageOverlay .mx-center {
        padding:42px 30px 30px;
    }
    .oversizedImage img {
        scale: 1;
    }
    .col-md-6,
    .twoCol .extraPadding{
        padding:30px;
    }
    .aqua-blue-gradient .col-md-6{
        padding:0;
    }
    .padBox {
        padding-top: 0;
    }
    .oIRow {
        margin-top: 0;
        margin-bottom: 0;
    }
    .aqua-blue-gradient .btn {
        font-size: 18px;
        padding: 6px 12px;
    }
    .threeColBoxes .blueSkyBg {
        scale: 1;
        box-shadow: none;
    }
    .profileList li {
        width: 50%;
    }
    .noMob {
        display:none;
    }
    .imageOverlay .bgImage::after,
    .imageOverlay > img {
        border-radius:12px;
    }
    .threeColBoxes .blueSkyBg .boxed {
        scale: 1;
    }
    #quote {
        padding: 0 30px;
        font-size: 22px;
        line-height: 1.18;
        flex-direction: column;
        margin: 0 -12px;
        overflow: hidden;
    }
    .quote .text {
        line-height: 1.18;
    }
    .quote .author {
        margin-top: 40px;
        text-align: start;
        margin-right: 0;
        font-size: 20px;
        line-height: 23px;
    }
    #quote .image {
        padding-top: 0;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .pb-60 {
        padding-bottom: 30px;
    }
    .pt-60 {
        padding-top: 30px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .pt-60 .twoCol .extraPadding {
        padding-top: 0;
    }
    .bg-circles-alt {
        background-size: 150% auto;
        background-repeat: no-repeat;
    }
    .holder {
        width: 100%;
        padding: 0;
    }
    #scrollingTextBoxes {
        padding: 30px;
    }
    .scrollingTextBoxes {
        background: none;
    }
    .scrollingTextBoxes .heading {
        font-size:21px;
    }
    .scrollingTextBoxes ul{
        padding: 0 0 0 1.3rem !important;
        font-size: 18px;
        line-height: 22px;
    }
    .appTwoColImageText>.container {
        padding: 0;
        max-height: initial;
        margin-bottom:0;
    }
    .appTwoColImageText .textBox,
    .appTwoColImageText:nth-of-type(even) .textBox {
        padding: 0 30px 30px 30px;
    }
    .appTwoColImageText .title {
        font-size: 33px;
        line-height: 37px;
    }
    .col-md-7 {
        padding: 30px;
    }
    #OurMission .col-md-7 {
        position: relative;
        z-index: 0;
        width: 100%;
        padding: 30px;
    }
    #OurMission .col-md-5,#OurMission .col-12 + .col-12 {
        color: inherit;
        padding-top: 0;
    }
    .ps-60 {
        padding: 0 30px 30px 30px;
    }
    .profileBox>p {
        font-size: 30px;
    }
    .fs-44 {
        font-size: 30px;
    }
    .teamProfile {
        margin: 0 auto;
        padding-bottom: 60px;
        padding-top: 30px;
    }
    
    .profileDetails {
        order:-1;
    }
    .profileDetails img {
        margin: 0 0 30px 0;
        width: 100%;
        max-width: 300px;
    }
    .threeColBoxes{
        margin-bottom:0;
    }
    #process .heading {
        margin: 0;
    }
    #clipboard > .container{
        padding-bottom:30px;
    }
    #clipboard img {
        margin-top: -18px !important;
    }
    #case img {
        margin: -38px auto -38px !important;
    }
    #FDASafetyCalls .pt-5{
        padding-top:0 !important;
    }
    .col-md-6 + .col-md-6 {
        padding-top:0;
    }
    #imgTextScroller .imgCol {
        position: relative;
        opacity: 1;
        padding: 30px 30px 0 30px;
    }

}
@media (max-width: 549px) {
    .profileBox {
        max-width: 300px;
        margin: 30px auto ;
        width:100%;
    }
}

.page-solutions #hero .carousel-item:after{
background: linear-gradient(115deg, #1e638f 25%, transparent 55%);
}
.page-steroscope #hero .carousel-item:after{
background: linear-gradient(115deg, #282561 25%, transparent 55%);
}
.page-solutions .heading-1 img,
.page-steroscope .heading-1 img,
.page-home .heading-1 img{
max-width: 420px;
margin-bottom: 30px;
}
.page-solutions .heading-1,
.page-steroscope .heading-1,
.page-home .heading-1{
text-shadow: 2px 2px 20px #000;
font-family: var(--montserrat);
line-height: 1.4;
}
#bluebg-head{
background: linear-gradient(12deg, var(--ideate-blue) 0%, var(--medical-blue) 100%);
}
#bluebg-head h4.heading{
text-align:center;
color: #fff;
text-transform: uppercase;
font-family: var(--montserrat);
font-weight: 500;
font-size: 20px;
margin: 0px;
}
#bluebg-head h4.heading i{
    margin: 0px 12px;
    font-size: 38px;
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    line-height: 0;
}
#whysettle{
background-color: #bdd4eb;
}
#whysettle .btn{
text-transform: uppercase;
color: #fff;
font-size: 14px;
}
#whysettle .row .col-md-6:last-child{
padding-left: 40px;
}
#whysettle .heading{
font-family: var(--montserrat);
font-weight: 700;
}
#sterofeature .heading{
font-family: var(--montserrat);
font-weight: 700;
}
#sterofeature .container .container .row{
flex-flow: nowrap;
}
#sterofeature .container .container .row .col,
#sterofeature .container .container .row .col-md,
#sterofeature .container .container .row .col-auto{
width:100%;
flex: auto;
}
#sterofeature h6.heading{
font-size: 20px;
font-family: var(--montserrat);
text-align: center;
color: #231f20;
}
#sterofeature hr {
    border-top: 3px solid #31285f;
    margin: 2rem auto;
    width: 280px;
}
#whysettle p,
#sterofeature p{
font-family: var(--mulish);
}
#sterofeature p{
    max-width: 950px;
    margin: 0px auto 30px;
}
#quotesecfeature #quote{
background: linear-gradient(12deg, #006591 0%, #1d295b 100%);
}
#quotesecfeature .quote .name{
font-family: var(--mulish);
font-weight: 800;
}
#quotesecfeature .text{
font-family: var(--mulish);
}
#quotesecfeature #quote .image {
    padding-top: 80px;
}
#steroparts .textBox .title,
#steroparts2 .textBox .title{
color: var(--ideate-blue);
font-family: var(--montserrat);
font-weight: 700;
}
#steroparts .textBox .textArea,
#steroparts2 .textBox .textArea{
font-family: var(--mulish);
}
#steroparts {
    background-size: contain;
    background-position: 133% center;
    background-repeat: no-repeat;
}
#steroparts .appTwoColImageText:last-of-type>.container{
border-bottom: 2px solid var(--charcoal);
}
#steroparts2{
background-size: contain;
    background-position: 0% center;
    background-repeat: no-repeat;
}
#steroparts2 .appTwoColImageText:last-of-type>.container img{
max-height: 425px;
object-fit: contain;
}
#qualitysec .heading {
font-weight: 700;
font-family: var(--montserrat);
}
#qualitysec .row .row{
margin-top:50px;
}
#qualitysec{
background:#e9e9ef !important;
}
#qualitysec .col-lg-3 img{
max-height: 135px;
object-fit:contain;
object-position:center;
}
.footer-stero{
max-width:200px;
padding: 10px 0px 10px 30px;
margin-left: 30px;
border-left: 1px solid #fff;
object-fit: contain;
}
.align-center{
align-items:center;
}
footer .title,
.ideateBlueBg{
font-family: var(--montserrat);
}
footer .title a{
font-weight: 600;
}