body{
    background: radial-gradient(27.05% 22.18% at 50% 0%, #324458 0%, #1C2833 100%);
    width: 100%;
}
header{
    margin-top: 1em;
}
.logo img{
    max-width: 250px;
}
#guided-tour-wrapper,
footer,
footer a{
    color: #fff;
}
#guided-tour-wrapper ul{
    padding-left: 0;
    margin-left: 0;
}
.data-growth .bg{
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}
.data-growth .bg img{
    width: 80%;
}
.data-growth .bg .container{
    position: relative;
}
.data-growth .bg ul,
.solutions ul{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    position: relative;
}
.data-growth ul li img,
.solutions ul li img {
    width: 130px !important;
    position: absolute;
    top: auto;
}
.data-growth ul li:first-child img{
    bottom: -1em;
    width: 150px !important;
}
.data-growth ul li:nth-child(2) img{
    bottom: 2em;
    width: 125px !important;
}
.data-growth ul li:nth-child(3) img{
    bottom: 7.5em;
}
.data-growth ul li:nth-child(4) img{
    bottom: 12em;
    width: 150px !important;
}
.data-growth ul li:nth-child(5) img{
    bottom: 20em;
}
.data-growth ul li:nth-child(6) img{
    bottom: 25em;
}
.data-growth h2,
.solutions h2,
.different-ways h2,
.data-lake h2,
.next-steps h2{
    text-align: center;
    font-size: 56px;
}
.data-growth h2{
    padding: 3% 10% 0.5% 10%;
}
.different-ways h2{
    padding: 5% 10%;
}
.data-growth ul li{
    display: inline-block;
}
.green-text{
    color: #B7D433;
}
.data-lake,
.next-steps{
    margin-top: 8%;
}
.data-lake .container{
    border: 1px solid;
    border-color: #2882DB;
    padding: 2% 4%;
    border-radius: 40px;
}
.data-lake .col-lg-5{
    padding-top: 6em;
}
.data-lake h4{
    font-size: 32px;
}
.data-lake h2{
    text-align: left;
}
.data-lake img{
    width: 100%;
}
.data-lake-desktop{
    display: block;
}
.data-lake-mobile{
    display: none;
}
section.different-ways .row {
    margin-top: 8%;
}
section.different-ways .row:first-child{
    margin-top: 0;
}
.solutions h2{
    margin-bottom: 1.5em;
}
.short-solution-img{
    margin: 0 auto;
    display: block;
}
.solutions video{
    width: 100%;
}
.solutions ul li img{
    width: 250px !important;
}
.solutions ul li:first-child img{
    bottom: 1em;
    left: 7em;
    width: 180px !important;
}
.solutions ul li:nth-child(2) img{
    bottom: 12em;
    left: 6em;
}
.solutions ul li:nth-child(3) img{
    bottom: 20em;
    left: 31em;
    width: 200px !important;
}
.solutions ul li:nth-child(4) img{
    bottom: 12em;
    right: 6em;
    width: 230px !important;
}
.solutions ul li:nth-child(5) img{
    bottom: 0.5em;
    right: 3em;
    width: 220px !important;
}
.single-solution-row{
    margin-top: 2%;
}
.different-ways a img{
    width: auto;
    margin-top: 25px;
    max-width: 60%;
}
.different-ways h2{
    padding: 5% 8%;
}
.single-solution{
    padding-top: 16%;
}
.number{
    font-weight: bold;
    font-size: 32px;
}
.number.seven span{
    display: block;
}
.number.seven span:nth-child(2){
    font-size: 21px;
    font-weight: 400;
}
.number::before{
    width: 60px;
    height: 76px;
    content: " ";
    display: inline-block;
    position: absolute;
    left: -50px;
    background-size: contain;
    background-repeat: no-repeat;
}
.number.one::before{
    background-image: url(../images/guided-tour/one.svg);
    left: -40px;
}
.number.two::before{
    background-image: url(../images/guided-tour/two.svg);
}
.number.three::before{
    background-image: url(../images/guided-tour/three.svg);
}
.number.four::before{
    background-image: url(../images/guided-tour/four.svg);
}
.number.five::before{
    background-image: url(../images/guided-tour/five.svg);
}
.number.six::before{
    background-image: url(../images/guided-tour/six.svg);
}
.number.seven::before{
    background-image: url(../images/guided-tour/seven.svg);
}
.number.eight::before{
    background-image: url(../images/guided-tour/eight.svg);
}
.number.nine::before{
    background-image: url(../images/guided-tour/nine.svg);
}
.solution-highlight{
    color: #2EC2DB;
}
.solutions{
    margin-top: 5em;
}
.solutions-wrapper img {
    width: 80px;
    margin-bottom: 20px;
    height: 80px;
}
p.solution-text span {
    display: block;
    font-size: 18px;
}
p.solution-text span.solution-highlight {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 22px;
}
.alliance-logo img {
    width: 70%;
    margin-bottom: 30px;
}
.nih-logo img{
    width: 56%;
}
.rating .col-lg-4 img{
    width: 80%;
}
.rating-star{
    padding-bottom: 1%;
    border-bottom: 1px solid #2EC2DB;
}
.rating-star ul li {
    display: inline-block;
    width: 64%;
    padding-left: 5%;
}
.rating-star ul li:first-child{
    width: 35%;
    padding-left: 0;
}
.rating-star ul li img{
    vertical-align: unset;
}
.rating-star p.green-text{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 42px;
}
.rating-star .percentage{
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 4px;
}
.rating-star .average{
    font-size: 15px;
}
.rating-text{
    padding-top: 3%;
}
.rating-text ul{
    display: flex;
}
.rating-text ul li{
    width: 50%;
    padding-left: 10%;
}
.rating-text ul li:first-child{
    padding-right: 4%;
    padding-left: 0;
}
.rating-text .solution-highlight{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
.rating-text .text{
    font-weight: 20px;
}
.rating-text .company{
    text-transform: uppercase;
    font-weight: 200;
    font-size: 16px;
}
.row.white-bg{
    margin-top: 4%;
}
.white-bg .col-lg-3{
    background-color: #fff;
    border-radius: 8px;
    padding: 3%;
    margin-right: 3%;
    width: 22%;
}
.white-bg .col-lg-3 p{
    margin-bottom: 0;
    margin-top: 15%;
    color: #000;
}
.white-bg .col-lg-3 p.logo{
    height: 100px;
    margin-top: 0;
}
.next-steps{
    position: relative;
    width: 90%;
    margin: 8% auto 0 auto;
}
.next-steps .bg{
    width: 100%;
}
.next-steps .bg img{
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
.next-steps .container{
    padding: 5%;
}
.next-steps h2{
    margin-bottom: 4%;
}
.next-steps .col-lg-4.col-sm-12 div {
    background: #324458;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    text-align: center;
    margin: auto;
    padding-top: 3em;
}
.next-steps .col-lg-4.col-sm-12 div:hover{
    background-color: #B7D433;
}
.next-steps .col-lg-4.col-sm-12 div:hover p{
    color: #324458;
    text-decoration: none;
}
.next-steps .col-lg-4.col-sm-12 div a:hover{
    text-decoration: none;
}
.next-steps .col-lg-4.col-sm-12 p {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.next-icons {
    height: 72px;
    display: block;
}
footer{
    padding-top: 2em;
}
footer .logo img{
    width: 150px;
}
footer .copyright{
    border-left: 1px solid #fff;
    margin-bottom: 2%;
}

@keyframes fadeInLeftBig {
    from { opacity: 0; transform: translate3d(-100px, 0, 0); }
    to { opacity: 1; transform: none; } 
}
@keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% { transform: scale(.9); }
    100% { transform: scale(1); }
}
.animation-bounce {
    animation: bounce-in;
    animation-duration: 2s;
    animation-delay: 0s;
}
.hidden-lg{
    display: none;
}
@media (min-width: 1400px){
    .data-growth ul li:nth-child(6) img {
        bottom: 24em;
    }
    .data-growth ul li:nth-child(5) img {
        bottom: 17em;
    }
    .solutions ul li:nth-child(3) img{
        left: 33em;
    }
    .next-steps{
        width: 80%;
    }
}
@media (max-width: 1200px){
    .data-lake-desktop{
        width: 100%;
    }
    .solutions .col-lg-12 img{
        width: 100%;
    }
    .data-growth .bg img{
        width: 100%;
    }
    .data-lake .col-lg-5 {
        padding-top: 2em;
    }
    .different-ways {
        margin-top: 6em;
    }
}
@media (min-width:1000px) and (max-width:1199px){
    section.different-ways .row{
        width: 90%;
        margin: 0 auto;
        margin-top: 6em;
    }
    .single-solution-row .col-lg-6 img{
        max-width: 100%;
    }
    .rating-star ul li:first-child{
        width: 48%;
    }
    .rating-star ul li{
        width: 51%;
    }
    footer .logo img{
        width: 100%;
    }
    .cost-effective-img,
    .simple-manage-img{
        width: 100%;
    }
}
@media (max-width:1000px){
    .learn-more img{
        margin-bottom: 2em;
    }
    section.different-ways .row{
        margin-top: 6em;
    }
    .data-lake-desktop{
        margin-top: 4em;
    }
    footer .copyright {
        border-left: unset;
        margin-top: 2%;
    }
    .img-center,
    .data-lake-mobile{
        margin: 0 auto;
        margin-top: 3em;
    }
}
@media (max-width: 768px) {
    body img{
        max-width: 100%;
    }
    .hidden-sm{
        display: none;
    }
    .visible-sm{
        display: block;
    }
    .data-growth{
        margin-top: 2em;
    }
    .data-growth .bg{
        margin-bottom: 5em;
        margin-top: 2em;
    }
    .data-growth .bg img{
        width: 100%;
    }
    .data-growth h2, .solutions h2, .different-ways h2, .data-lake h2, .next-steps h2{
        font-size: 28px;
        padding: 2%;
    }
    /* .data-growth ul li img, .solutions ul li img {
        width: 75px !important;
    }
    .data-growth ul li:first-child img {
        bottom: -3.5em;
        left: 0.5em;
    }
    .data-growth ul li:nth-child(2) img {
        bottom: -1em;
        right: 12.5em;
    }
    .data-growth ul li:nth-child(3) img {
        bottom: 2.5em;
        right: 5em;
    }
    .data-growth ul li:nth-child(4) img {
        bottom: -8em;
        left: 6em;
    }
    .data-growth ul li:nth-child(5) img {
        bottom: -5em;
        right: 7em;
    }
    .data-growth ul li:nth-child(6) img {
        bottom: -0.5em;
        right: 0.5em;
    } */
    .solutions{
        margin-bottom: 1em;
    }
    .solutions .col-lg-12 img{
        width: 100%;
    }
    /* .solutions ul li img {
        width: 150px !important;
    }
    .solutions ul li:first-child img {
        bottom: -9em;
        right: 2em;
    }
    .solutions ul li:nth-child(2) img {
        bottom: -9em;
        left: -1em;
    }
    .solutions ul li:nth-child(3) img {
        bottom: -4em;
        left: 0;
    }
    .solutions ul li:nth-child(4) img {
        bottom: -4em;
        right: 0;
    }
    .solutions ul li:nth-child(5) img {
        bottom: -13em;
        right: 6em;
    } */
    .hidden-sm{
        display: none;
    }
    .visible-sm{
        display: block;
    }
    .data-lake{
        width: 90%;
        margin: 0 auto;
    }
    .data-lake h2 {
        font-size: 38px;
        text-align: center;
    }
    .data-lake h4{
        text-align: center;
        font-size: 28px;
    }
    .different-ways{
        margin-top: 6em;
    }
    .single-solution {
        padding-top: 0%;
    }
    .different-ways .container .row {
        width: 90%;
        margin: 0 auto;
        margin-top: 4em;
    }
    .number {
        font-size: 24px;
        padding: 0 6%;
    }
    .number:not(:first-of-type){
        margin-top: 2em;
    }
    .number::before {
        width: 65px;
        height: 65px;
        left: -20px;
        top: 6px;
    }
    .number.one::before {
        left: -20px;
    }
    .different-ways a img{
        max-width: 80%;
        margin-top: 10px;
        margin-left: 1em;
    }
    .data-lake-desktop{
        display: none;
    }
    .data-lake-mobile{
        display: block;
    }
    .solutions-wrapper{
        display: flex;
        margin-bottom: 2em;
    }
    .solutions-wrapper img{
        margin-right: 1em;
        height: auto;
    }
    .alliance-logo{
        text-align: center;
    }
    .alliance-logo img {
        width: auto;
        margin-bottom: 3em;
    }
    .rating-wrapper a img{
        margin-top: 1em;
    }
    .row.rating{
        border: 1px solid;
        border-color: #2882DB;
        padding: 4% 4%;
        border-radius: 40px;
    }
    .rating .col-lg-4 img {
        width: 100%;
    }
    .rating-star ul li,
    .rating-star ul li:first-child{
        width: 100%;
        padding-left: 0;
    }
    .rating-text ul{
        display: block;
    }
    .rating-text ul li{
        width: 100%;
        padding-left: 0;
    }
    .row.white-bg{
        width: 100%;
    }
    .white-bg .col-lg-3{
        margin-right: 4%;
        width: 46%;
        margin-bottom: 2em;
    }
    .row.white-bg a img{
        margin-left: 0;
    }
    .white-bg .col-lg-3 p.logo{
        height: 60px;
    }
    .white-bg .col-lg-3:first-child p.logo,
    .white-bg .col-lg-3:nth-child(2) p.logo{
        height: 45px;
    }
    .next-steps .col-lg-4.col-sm-12 div{
        margin-bottom: 1.5em;
    }
    .next-steps .bg img{
        height: 98%;
    }
    footer{
        margin-top: 1em;
        margin-bottom: 14px;
        padding-top: 0;
    }
}
.data-growth, 
.solutions,
.data-lake{
    display: none;
}