html {
    scroll-behavior: smooth;
}

.solutions-wrapper h1, .solutions-wrapper h2, .solutions-wrapper h3, .solutions-wrapper h4 {
    font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
}

.solutions-hero {
    padding: 4em 0 0;
}

#hero-page {
    background: url(../ui/img/redesign/backgrounds/hero-lwr-curve-white-variant1.svg) 0 100%/cover no-repeat;
    padding: 4em 0 0
}
#hero-page.pb-extra{
    padding:4em 0 7em;
}
.hide991 h5 {
    font-size: 16px;
}

@media (max-width:1199px) {
    #hero-page {
        min-height: 700px;
    }
}

@media (max-width:991px) {
    #hero-page {
        min-height: 760px;
    }
}

.microsoft-ecosystem {
    background: rgba(255,255,255,0.6)
}

.microsoft-ecosystem img {
    height: 100px;
    display: block;
    margin: 0 auto 1em;
}

.case-study-callout {
    /*padding:80px 0;
    */
    position: relative;
}

.case-study-callout:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1000px;
    z-index: -2;
    background: url(../ui/img/redesign/backgrounds/cross-angles.svg) no-repeat 0 100% / cover;
    content: '';
    transform: translateY(-50%);
}

.case-study-callout:after {
    position: absolute;
    top: -80px;
    left: 0;
    width: 1250px;
    height: 1000px;
    z-index: -1;
    background: url(../ui/img/redesign/backgrounds/platform-variant1.svg) no-repeat 0 0 / 800px;
    content: '';
    opacity: 0.85;
}

.cross-angle-gradient {
    padding: 80px 0;
    position: relative;
}

.cross-angle-gradient:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1000px;
    z-index: -2;
    background: url(../ui/img/redesign/backgrounds/cross-angles.svg) no-repeat 0 100% / cover;
    content: '';
    transform: translateY(-50%);
}

.section-blue-gradient-light {
    position: relative;
    background: #8cc4ea;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(140, 196, 234, 0.4) 138.51%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(140, 196, 234, 0.4) 138.51%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(140, 196, 234, 0.4) 138.51%);
}

.section-blue-gradient-light.curve {
    padding-top: 40px;
}

.section-blue-gradient-light.curve:before {
    background: url(../ui/img/redesign/backgrounds/hero-lwr-curve-white-variant1.svg)no-repeat 0 100% / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 400px;
    z-index: -1;
}

.fa-ul li {
    padding-left: 15px;
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}

.anchor_offset {
    pointer-events: none;
}

a.anchor {
    position: absolute;
    width: 100%;
    visibility: hidden;
    top: -180px;
    left: 0;
}

.solutions-hdr-img-wrapper {
    position: relative;
    padding: 15px;
}

.solutions-hdr-img-wrapper img.dash {
    max-width: 95%;
    display: block;
    margin: 0 auto;
}

.solutions-logo-overlay {
    position: absolute;
    width: 180px;
    right: 0;
    bottom: 0;
}
.solutions-logo-overlay.square-img {
    bottom: -50%;
    transform: translateY(-50%);
}

.solutions-logo-overlay img {
    display: block;
    max-width: 95%;
    margin: 0 auto;
}

@media (min-width:992px) {
    .bordered-right {
        border-right: 1px dashed #dbdfea;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .solutions-logo-overlay {
        width: 150px;
    }

    .solutions-hdr-img-wrapper img.dash {
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .solutions-logo-overlay {
        width: 200px;
    }
    .solutions-hdr-img-wrapper{
        margin-bottom:120px;
    }
}

@media (max-width:575px) {
    .solutions-logo-overlay {
        width: 160px;
    }

    #top-navigation-cloud, #top-navigation-cloud-buffer {
        display: none;
    }
}
/*DATABASE LOGOS*/
#database_logos.row > div, .database_logos.row > div {
    position: relative;
}

#database_logos .imgwrap, .database_logos .imgwrap {
    display: block;
    position: relative;
    padding: 0;
}

#database_logos .imgwrap:after, .database_logos .imgwrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#database_logos img, .database_logos img {
    width: 75%;
    height: auto;
    max-height: 100px;
    display: block;
    transition: .2s ease-in-out;
    opacity: 1;
    z-index: 2;
    position: relative;
}

@media (min-width: 576px) {
    #database_logos .cols-4-md:nth-child(-n+2):before, .database_logos .cols-4-md:nth-child(-n+2):before {
        content: "";
        position: absolute;
        height: 200%;
        background: linear-gradient(to bottom, #fff, transparent 50px, transparent calc(100% - 50px), #fff), linear-gradient(to bottom, gainsboro, gainsboro);
        width: 1px;
        top: 0;
        right: 0;
        -webkit-mask: repeating-linear-gradient(to bottom, #000, #000 5px, transparent 5px, transparent 7px, #000 7px);
        mask: repeating-linear-gradient(to bottom, #000, #000 5px, transparent 5px, transparent 7px, #000 7px);
    }
}

.solutions-wrapper .video {
    max-width: 100%;
    transition: 0.222s;
    position: relative;
    display: block;
}

.solutions-wrapper .video img {
    max-width: 100%;
    width: 90%;
    display: block;
    margin: 0 auto;
}

.solutions-wrapper .video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 5em;
    transition: .222s;
    opacity: .8;
    color: #e6e7e8;
}

.solutions-wrapper a:hover .video i {
    color: rgba(251, 146, 24, 1);
    transition: .222s ease-in-out;
}

.solutions-wrapper .video i.play-btn-blue {
    color: #0582d2;
}

@media (max-width:991px) {
    .hide991 {
        display: none;
    }
}
