
#text {
    position: relative;
    font-family: ArialMT;
    color: #333333;
}
.solution-headline {
    height: 90px;
    vertical-align: middle;
    display: table-cell;
    padding-top: 5px;
   
}
    .solution-headline.heopSymbol ,
    .solution-headline.optimusSymbol {
        background-repeat: no-repeat;
        padding-left: 64px;
        padding-top: 5px;
        background-position: left;
        background-size: 48px 48px;
    }
.heopSymbol {
    background-image: url(/Common/Images/solution/heop.png);
}

.optimusSymbol {
    background-image: url(/Common/Images/solution/optimus.png);
}
.provided-by {
    color: #777;
    margin-top: 13px;
    font-style: italic;
    font-size: 14px;
    display: block;
}
#solution-contentbody {
    background-image: url(/Common/Images/solution/solution-header-new.jpg);
    background-repeat: repeat-x;
    background-position: top right;
    background-color:rgb(244,246,250);
}
.solution-header {
    padding: 80px 0;
    width: 1280px;
    margin: 0 auto;
}
#textcontent {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 1280px;
    margin: 0 auto;
}
#first-section {
    background: #fff;
    padding: 40px 30px;
    filter: drop-shadow(0 0 20px #fff);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
    #first-section>.row{
        margin-bottom:20px !important;
    }
    #first-section .subtitle p {
        color: #333333;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 300;
        line-height: 40px;
    }
#details-section, 
.contact-form-row {
    box-shadow: 0px 12px 32px rgba(243,224,224,0.8);
}
#details-section{
    padding: 0 40px;
}
.section-title {
    text-align: center;
    margin: 50px auto;
}
.comtitle {
    font-size: 24px;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    font-family: "Open Sans";
}
.section-title .marker {
    width: 126px;
    height: 19px;
    background: #f8e71c;
    margin: auto;
    margin-top: -11px;
}
#textcontent h4 {
    color: #333333;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

#textcontent .certicon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('../../Images/solution/css_sprites.png');
    background-position: 0 0;
    transform: scale(0.7);
}

#textcontent .certtext {
    float: left;
    margin-top: -60px;
    margin-left: 70px;
    color: #999;
}

#textcontent > p {
    color: #333333;
    margin: 20px 0;
    font-size: 15px;
}

.prod {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.prodlist {
    text-align: center;
    display: inline-block;
    width: 12.5%;
    vertical-align: top;
}

    .prodlist img {
        margin-bottom: 5px;
        cursor: pointer;
        width: 52.7px;
        height: 52.7px;
        padding: 6px;
        background-color: #d2d2d2;
        border-radius: 50%;
        filter: drop-shadow(0 0 10px #d2d2d2);
    }

    .prodlist img.active {
        background-color: #d5000f;
    }   

    .prodlist p {
        font-size: 12px;
        margin-bottom: 10px;
    }

.description {
    padding: 10px 0;
    clear:both;
}
.description-text {
    color: #666666;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.09px;
    padding:30px;
}

    .description-text p.solutionDetealFormat {
        font-size: 16px !important;
        word-break: break-word;
    }

    .description .image-column {
        text-align: center;
    }
    .description .user-benefits {
        margin-top: 20px;
    }

.description .feature-card-border {
    position: relative;
}
    .description .feature-card-border::after {
        position: absolute;
        right: 0;
        top: 30px;
        content: '';
        height: 120px;
        border-right: 1px dashed #aaa;
    }

.description .feature-card p {
    margin-top: -20px;
    padding: 0 30px;
    float: left;
    text-align: center;
    width: 100%;
    height: 200px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

    .description li p {
        margin-top: 122px;
        position: absolute;
        font-family: ArialMT;
        color: #333333;
        text-align: center;
        width: 300px;
    }

    .description .nextstep {
        font-size: 14px;
        color:#666;
    }
.feature-card-container{
    text-align:center;
}
.feature-card {
    display: inline-block;
    background-repeat: no-repeat;
    text-align: center;
    width: 250px;
    height:230px;
    background-position: center bottom;
    padding: 0 20px 41px 20px;
}


.user-benefits li {
    margin-bottom: 20px;
    background-image: url(/Common/Images/solution/bullet.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 18px;
    line-height: 50px;
    background-position: center left;
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    letter-spacing: -0.096px;
}
.btns {
    margin: 20px 0;
}
.contact-form-row {
    background: white;
    width: 900px;
    margin: 20px auto;
}
.contact-form-row form{
    background-color: white;
    padding: 0 25px;
}
    .btns button {
        width: 145px;
        height: 37px;
        background: #757575;
        border-radius: 5px;
        border: none;
        margin-right: 10px;
        font-family: ArialMT;
        font-size: 12px;
        color: #FFFFFF;
        cursor: pointer;
    }


.col1 {
    font-size: 14px;
}

.col3 {
    font-size: 12px;
}

.downlondicon {
    background-image: url('../../../Common/Images/solution/css_sprites.png');
    background-position: 50% 4%;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.downlondtext {
    display: inline-block;
}

.table a {
    color: #0066cc;
    font-size: 12px;
}

.disclaimer {
    font-size: 12px;
    margin: 20px 0;
}
.partnertit {
    color: #333333;
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 600;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}
.contact-form-row .title-row {
    padding: 10px 0px;
}
.contact-form-row span.titinfo {
    color: #333333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.108px;
    margin: 37px 0px;
}
.contact-form-row label, .contact-form-row span {
    color: #666666;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
#turndown .input-row{
    margin-top: 15px !important;
}
.row .mail a {
    color: #008ac6 !important;
}
.inptxt {
    height: 45px;
    line-height: normal;
    width: 100%;
    border: 1px solid #aeaeaf;
    border-radius: 5px;
    display: inline-block;
    padding-left: 10px;
    outline: none;
    font-size: 22px;
}
#turndown .row.input-start {
    margin-top:30px !important;
}
.inptxt.error {
    border-color: red !important;
}
label.error {
    color: red !important;
}
span.red {
    color: red !important;
    margin-right: 10px;
}
#apply{
    text-align:center;
}
    #turndown .clearbtn{
        margin-right: 20px;
    }

#apply span.clearbtn a,
#downloadConnectorLinkContainer span.clearbtn a,
#apply span.subbtn a {
    width: 200px;
}
#details-table{
    width:100%;
}
#details-table td {
    padding: 10px;
    padding-right: 30px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.084px;
    vertical-align: central;
    border-top: 1px dashed #ccc !important;
}
#details-section{
    padding-top:50px;
}
#details-table tr:first-child td{
    border-top:none !important;
}
.section-title p {
    margin-top: 10px;
}
#download-app-link{
    margin-right:50px;
}
.app-button {
    color: #d2030d !important;
    border-color: #d2030d !important;
}
.app-button:hover {
    color: white !important;
    background-color: #d2030d !important;
}


.outstand {
    color: #666666;
    font-family: "Open Sans";
    text-align:center;
    font-size:12px;
    font-weight:lighter;
    margin-top:30px;
}

.outstand h5.comtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.096px;
    margin: 30px 0;
}
.contact-form-row .title-row {
    padding: 40px 0px;
}
.row.mail > div {
    padding: 5px 0;
}

#contact-form-buttons {
    margin-left: 20px;
}
#downloadConnectorLinkContainer {
    padding-top: 20px;
    background-position: 0 20px;
    background: url(/Common/Images/portal/checklight.png) no-repeat left top;
    padding-left: 90px;
    font-size: 25px !important;
}
#downloadConnectorLinkContainer > div {
    margin-bottom: 40px;
}
    #downloadConnectorLinkContainer .download-link {
        font-size: 16px !important;
    }


.carousel.tabtheme1 {
    margin: 0 auto
}

    .carousel.tabtheme1 .slick-slide {
        border: 0;
        padding: 0 3px;
        cursor: pointer
    }

        .carousel.tabtheme1 .slick-slide .overlay {
            font-family: 'Open Sans',Sans-Serif;
            font-size: 14px;
            font-weight: 700;
            color: #7c8b95;
            line-height: 21px;
            padding: 24px 20px;
            text-align: center;
            text-transform: uppercase
        }

        .carousel.tabtheme1 .slick-slide.selected-slide {
            cursor: default
        }

            .carousel.tabtheme1 .slick-slide.selected-slide .overlay {
                background-color: #fff;
                cursor: default;
                color: #0099da;
                border-top: 3px solid #0099da;
                box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
                border-radius: 2px 2px 0 0;
                padding: 21px 40px 27px
            }

    .carousel.tabtheme1 .slick-prev {
        background: transparent url("/Static/Img/Global/LeftBlue.png") no-repeat 0 0;
        width: 36px;
        height: 36px;
        left: -42px;
        z-index: 10
    }

        .carousel.tabtheme1 .slick-prev:before {
            content: ''
        }

        .carousel.tabtheme1 .slick-prev.slick-disabled {
            visibility: hidden
        }

    .carousel.tabtheme1 .slick-next {
        background: transparent url("/Static/Img/Global/RightBlue.png") no-repeat 0 0;
        right: -42px;
        z-index: 10;
        width: 36px;
        height: 36px
    }

        .carousel.tabtheme1 .slick-next:before {
            content: ''
        }

        .carousel.tabtheme1 .slick-next.slick-disabled {
            visibility: hidden
        }

.carousel.gallerytheme1 {
    width: 90%;
    margin: 0 auto
}

    .carousel.gallerytheme1 .slick-item {
        /*display: flex !important;
        flex-direction: column*/
    }

        .carousel.gallerytheme1 .slick-item .details {
            margin-bottom: 30px;
            text-align: center;
            float: left;
            width: 30%;
        }

            .carousel.gallerytheme1 .slick-item .details .counter {
                color: #7c8b95;
                font-weight: 700;
                margin-bottom: 15px
            }

            .carousel.gallerytheme1 .slick-item .details .description {
                font-family: 'Open Sans',Sans-Serif;
                font-size: 12px;
                font-weight: 400;
                color: #000;
                text-align:left;
                line-height: 18px
            }
        .carousel.gallerytheme1 .slick-item .asset {
            float:left;
            width:70%;
        }

        .carousel.gallerytheme1 .slick-item .asset img {
            margin: 0 auto;
            width: 768px;
            height:432px;
        }

    .carousel.gallerytheme1 .slick-thumb-item {
        cursor: pointer
    }

        .carousel.gallerytheme1 .slick-thumb-item img {
            border: 6px solid #fff;
            border-radius: 2px;
            width: 100%;
            height:56.25%;
        }

            .carousel.gallerytheme1 .slick-thumb-item img icon {
                display: none
            }

        .carousel.gallerytheme1 .slick-thumb-item.video {
            position: relative
        }

            .carousel.gallerytheme1 .slick-thumb-item.video .play-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%,-50%)
            }

    .carousel.gallerytheme1 .slick-current .slick-thumb-item img {
        border: 6px solid #dce2e6
    }

    .carousel.gallerytheme1 .slick-prev {
        background: transparent url("/Common/Images/carousel-left.png") no-repeat 0 0;
        width: 36px;
        height: 36px;
        left: -42px;
        z-index: 10
    }

        .carousel.gallerytheme1 .slick-prev:before {
            content: ''
        }

        .carousel.gallerytheme1 .slick-prev.slick-disabled {
            visibility: hidden
        }

    .carousel.gallerytheme1 .slick-next {
        background: transparent url("/Common/Images/carousel-right.png") no-repeat 0 0;
        right: -42px;
        z-index: 10;
        width: 36px;
        height: 36px
    }

        .carousel.gallerytheme1 .slick-next:before {
            content: ''
        }

        .carousel.gallerytheme1 .slick-next.slick-disabled {
            visibility: hidden
        }

    .carousel.gallerytheme1.gallery-navigation {
        display: none
    }

    .carousel.gallerytheme1 .slick-dots {
        bottom: -35px
    }

        .carousel.gallerytheme1 .slick-dots li {
            width: auto;
            height: auto;
            cursor: default
        }

            .carousel.gallerytheme1 .slick-dots li button {
                width: 12px;
                height: 12px;
                background: #fff;
                border: 1px solid #ced3d7;
                border-radius: 50%;
                cursor: default
            }

                .carousel.gallerytheme1 .slick-dots li button::before {
                    display: none
                }

            .carousel.gallerytheme1 .slick-dots li.slick-active button {
                border-color: #0099da;
                background: #0099da
            }

@media(max-width: 768px) {
    .carousel.gallerytheme1 .slick-slide .slick-item {
        display: none !important;
        opacity: 0
    }

    .carousel.gallerytheme1 .slick-slide.slick-current .slick-item {
        transition: all .5s linear;
        display: flex !important;
        opacity: 1
    }
}

@media(min-width: 540px) and (max-width:768px) {
    .carousel.gallerytheme1 {
        width: 80%
    }

        .carousel.gallerytheme1 .slick-prev {
            left: -52px
        }

        .carousel.gallerytheme1 .slick-next {
            right: -52px
        }
}

@media(min-width: 769px) {
    .carousel.gallerytheme1:first-child {
        width: 100%
    }

        .carousel.gallerytheme1:first-child .slick-item {
            flex-direction: row
        }

            .carousel.gallerytheme1:first-child .slick-item .details {
                margin-bottom: 0;
                margin-right: 20px;
                text-align: left;
                width: calc(100% - 440px)
            }

            .carousel.gallerytheme1:first-child .slick-item .asset {
                width: 420px
            }

                .carousel.gallerytheme1:first-child .slick-item .asset img {
                    margin: 0
                }

    .carousel.gallerytheme1.gallery-navigation {
        width: 88%;
        margin-top: 50px;
        display: block
    }
}

@media(min-width: 992px) {
    .carousel.gallerytheme1:first-child .slick-item .details {
        width: calc(100% - 640px)
    }

    .carousel.gallerytheme1:first-child .slick-item .asset {
        width: 620px
    }

    .carousel.gallerytheme1.gallery-navigation {
        width: 90%
    }

    .carousel.gallerytheme1 .slick-slide {
        opacity: .66
    }

        .carousel.gallerytheme1 .slick-slide.slick-current {
            opacity: 1
        }

    .carousel.gallerytheme1 .slick-prev {
        left: -47px
    }

    .carousel.gallerytheme1 .slick-next {
        right: -48px
    }
}

.social-links {
    display: flex;
    align-items: center;
    /*flex-direction: row-reverse;*/
}

.social-links .ms-icon {
    float: right;
    margin-right: 20px;
}
.social-links .ms-icon svg {
    color: #D51E0F !important;
    fill: currentColor;
    width: 36px;
    height: 36px;
    border: 1px currentColor solid;
    padding: 8px;
    border-radius: 50%;
}
.supported-products-splash {
    height: 360px;
    background-repeat: no-repeat;
    background-size: 1024px 360px;
    background-position: top center;
}
.supported-products p{
    text-align: center;
    padding: 50px 0;
    white-space:pre-wrap;
}